@charset "Shift_JIS";

main, main#wrapper {
    padding: 0;
    max-width: none !important;
    background: linear-gradient(180deg, #bbb9d9 10%, #f2c2ce 90%);
}
#daily-presentcp {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    container-type: inline-size;
    padding: 1em;
    box-sizing: border-box;
    color:#352726;
    position: relative;
}    
#daily-presentcp .top-title {
    background: #fff;
    padding: 0.5em;
}
#daily-presentcp .top-title img {
    width: 100%;
    height: auto;
    display: block;
}
#daily-presentcp .top-title p {
    color: #fff;
    background: #818181;
    width: 85%;
    min-width: 70%;
    margin: 1em auto 1em;
    border-radius: 100vw;
    padding: .5em 0;
    display: flex;
    justify-content: center;
    font-size: 1em;
}
#daily-presentcp .top-title input {
    color: #fff;
    background: #e71940;
    width: 85%;
    min-width: 70%;
    margin: 1em auto 1em;
    border-radius: 100vw;
    padding: .5em 0;
    display: flex;
    /* justify-content: center; */
    font-size: 1.2em;
    text-align: center;
}

/* 20260127 D.KANEYAMA 【ログイン案内用のCSS追加】ADD STR */
#daily-presentcp .top-title .entry-btn {
    color: #fff;
    background: #e71940;
    width: 85%;
    min-width: 70%;
    margin: 1em auto 1em;
    border-radius: 100vw;
    padding: .5em 0;
    display: flex;
    justify-content: center;
    font-size: 1em;
    text-align: center;
    align-items: center;
}
#daily-presentcp .top-title .entry-btn .plazaicon-migimuki {
    color: #fff;
    font-size: 1em;
    padding-left: 3%;
}
/* 20260127 D.KANEYAMA 【ログイン案内用のCSS追加】ADD END */

#daily-presentcp .top-title input:hover {
    box-shadow: none;
    transform: translateY(2px);
    opacity: 0.7;
    color: #fff !important;
}
#daily-presentcp #product-list {
    flex-wrap: wrap;
    background: #faf4e7;
}
#daily-presentcp #product-list .col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
    padding: 0 1rem;
}
#daily-presentcp #product-list .col_2 li {
    display: block;
    transition: filter 0.2s ease, opacity 0.2s ease;
    background: #fff;
    /* padding-bottom: 10px; */
    /* margin-bottom: 16px; */
    text-align: center;
}
#daily-presentcp #product-list .col_2 li img {
    width: 100%;
    height: auto;
    display: block;
}
#daily-presentcp #product-list .howto-inner__title {
    margin-bottom: 1em;
}
#daily-presentcp .item-name {
    display: block;
    /* transition: filter 0.2s ease, opacity 0.2s ease; */
    /* background: #fff; */
    /* text-decoration: none; */
    /* padding-bottom: 10px; */
    margin-bottom: 12px;
    font-size: 3vw;
    text-align: center;
}
#daily-presentcp .howto-inner {
    background: #faf4e7;
    padding: 1em;
    gap: .5em;
    box-sizing: border-box;
}
#daily-presentcp .howto-inner__title {
    display: flex;
    justify-content: center;
    background-color: #352726;
    align-items: center;
    width: 35%;
    margin: 0 auto;
    height: 2.3rem;
    /* margin-bottom: 1rem; */
}
#daily-presentcp .howto-inner__title p {
    color: #fff;
    font-size: 1.2em !important;
    font-weight: bold;
}
#daily-presentcp .howto-inner__p {
    font-size: 1em;  
    font-weight: bold;
    /* background-color: #fff; */
    padding: 0.5rem;
}
#daily-presentcp .howto-inner-accordion__comment {
    display: grid;
    gap: .2em;
    background: #fff;
    padding: .5em .5em;
}
#daily-presentcp .howto-inner-accordion__comment dt {
    font-weight: bold;
    margin: .5em 0;
    border-bottom: 1px solid;
}
#daily-presentcp .howto-inner-accordion__comment dt:first-of-type {
    margin-top: 0;
}
#daily-presentcp .howto-inner-accordion__comment dt, #daily-presentcp .howto-inner-accordion__comment dd {
    line-height: 1.5em;
    padding-bottom: .3em;
}
#daily-presentcp .howto-inner-accordion__comment dd a {
    color: #e50012;
    text-decoration: underline;
}