@charset "Shift_JIS";

/*==============================================
共通 ここから
================================================*/
fieldset {
    padding: 0;
}

/* パンくず削除 */
#pankuzu {
    display: none;
}
#cats-day img {
    width: 100%;
    height: auto;
    display: block;
}
#cats-day svg {
    width: 100%;
}
.header-info-red {
    display: none !important;
}
a {
    display: block;
}
.smp-none {
    display: none;
}
footer {
    margin-top: 0 !important;
}
footer .bottom {
    margin-top: 0 !important;
}

/* 価格プロ */
.buy_price>ol, .buy_price>ul {
    margin: 0;
}
span.marker {
    background: linear-gradient(transparent 60%, #ffe4d2 40%);
    font-weight: bold;
    color: #ff3500;
    line-height: 1;
    font-size: 1em;
}
.buy_price>ol .spesicalprice, .buy_price>ul .spesicalprice,.buy_price>ul .intax {
    display: none;
}



/* 変数指定 */
:root {
    --font-size-text: 3.74cqw;
    --box-shadow:  0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    --color-orange: #ff5932;
    --color-active: #0090ff;
    --margin-space-beside: 1em;
    --margin-space-vertical: 1em;
}

/*==============================================
共通 ここまで
================================================*/

/*==============================================
#cats-day 共通 STR
================================================*/

#cats-day {
    font-size: var(--font-size-text);
}

#cats-day * {
    box-sizing: border-box;
    font-size: var(--font-size-text);
}
#cats-day a {
    display: block;
}
#cats-day span {
    font-size: 1em;
    line-height: 1;
}

#cats-day {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;

    /* コンテナクエリを指定 */
    container-type: inline-size;  /* または size */
}

#cats-day .cats-day-section {
    width: 100%;
    position: relative;
    padding: var(--margin-space-vertical) 0 calc(var(--margin-space-vertical) * 1.5);
    overflow: hidden;
}

#cats-day{
    width:100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    box-shadow: 0 0px 10px #a55c69a3;

}
#cats-day p{
    line-height: 1.3;
}
#cats-day .inner{
    padding: 0 1em 1em;
}

/*==============================================
#cats-day 共通 END
================================================*/
.back{
    background-image: radial-gradient(#ffffffab 13%, transparent 16%), radial-gradient(#ffffffa3 13%, transparent 16%);
    background-position: 0 0, 35px 35px;
    background-size: 65px 65px;
    background-color: #ffcdd5;
}
/*============================================== section camp ================================================*/

/* アンカー */

/* 日付 */
#cats-day #anchor .data {
    background-color: #fff;
    padding: .5em 0em;
    border-radius: 7px;
    margin: 0em auto 1em;
    border: solid 3px #fe8197;
    color: #f73255;
    font-size: 1em;
}
#cats-day #anchor {
    box-sizing: border-box;
    padding: 1em 1em 1.5em;
    background-color: #fff2f4;
}
#cats-day #anchor ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .4em;
}
#cats-day #anchor li{
    border-radius: 7px;
    padding: .5em;
    box-shadow: 0px 5px #d79f9fc7;
    border: solid 3px #fe8197;
    background-color: #fff;
}


/*============================================== section price ================================================*/

#cats-day #camp {
    background-color: #ff9eaf;
}

#cats-day #camp .present_list {
    padding: 1em 0;
}
#cats-day #camp .present_list .prize-box{
  border: solid 2px #fff;
  /* padding: 28px 20px 20px;    legendが被らないよう上だけ広め  */
  margin: 0 auto;
  background: transparent;
}
#cats-day #camp .text p{
    font-size: 0.8em;
    margin-top: 2%;
}
#cats-day #camp .present_list .prize-legend {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background: #ff9eaf;    
    padding: .5em 2em;
    color: #fff;
    border: solid 2px;
    line-height: 1.1;
    white-space: nowrap;
    /* transform: translateY(0%); */
    /* box-shadow: 0 0 0 var(--border-w) var(--border-color); */
}
#cats-day #camp .present_list .prize{
    padding: 0 0 1em;
}
#cats-day #camp .present_list .prize-name{
    margin: 0 auto;
}
#cats-day #camp .detail .fukidashi p {
  position: relative;
  padding: 0.6em;
  background: #ffffff;
  border-radius: 50px;
  width: 90%;
  margin: 0 auto;
}

#cats-day #camp .detail .fukidashi p:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 45%;
    border: 10px solid transparent;
    border-top: 10px solid #ffffff;
    width: 0;
    height: 0;
}
#cats-day #camp .detail .method{
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: .5em;
}
#cats-day #camp .detail .step p{
    text-align: start;
}
#cats-day #camp .detail .step{
    padding: .5em 1em;
    background-color: #fff7de;
    margin: 1em 0;

}

/*===== アコーディオン STR =====*/
#cats-day .accordion {
    background: #fff;
    margin: 0 auto 1em auto;
    border: 1px solid var(--color-main);
}
#cats-day .accordion summary.summary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: .2em 1.2em;
    color: var(--color-main);
    cursor: pointer;
    transition: .3s all;
}

#cats-day .accordion summary.summary::-webkit-details-marker {
    display: none;
}

/* タイトル横のプラスマーク縦線 */
#cats-day .accordion summary.summary::before{
    position: absolute;
    content: '';
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: .1em;
    background-color:#222;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
/* タイトル横のプラスマーク横線 */
#cats-day .accordion summary.summary::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: .1em;
    background-color:#222;
    transition: all .3s ease-in-out;
}
/* アコーディオンが開いたとき縦線の変化 */
#cats-day .accordion[open] summary.summary::before {
    transform: rotate(180deg);
}
/* アコーディオンが開いたとき横線の変化 */
#cats-day .accordion[open]::after {
    opacity:0;
}
/*付与日*/
#cats-day .accordion .accordion__txt {
    font-size: .8em;
}
/*===== アコーディオン END =====*/

/*===== アコーディオン ペット会員とは =====*/

#cats-day #camp .about-pet-member h3{
    font-size: 1.2em;
    padding: 1% 0;
    color: #ef5d77;
}
#cats-day #camp .about-pet-member .howto-txt,
#cats-day #camp .application-terms .howto-inner-accordion__comment{
    padding: 1% 1% 2%;
    background-color: #fff7de;
}
#cats-day #camp .about-pet-member .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    margin-bottom: 2%;
}
#cats-day #camp .about-pet-member .flex li{
    width: calc(90% / 3);
}
#cats-day #camp .about-pet-member .flex li p{
    font-size: .9em;
}
#cats-day #camp .btn-pet{
    background: linear-gradient(to top, #16b9a1, #53cbd5);
    color: #fff;
    box-shadow: 0 3px 2px #c2c2c2;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1em;
    border-radius: 50px;
}
#cats-day #camp .btn-pet::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

/*===== アコーディオン 応募規約 =====*/

.howto-inner-accordion__comment{
    text-align: start;
}

/*===== エントリーボタン STR =====*/
/* #cats-day .btn {
    background: linear-gradient(180deg, #fffd40 10%, #f9b302 90%);
    text-align: center;
    border-radius: 100px;
    position: relative;
    font-size: 2em;
    transition: .2s;
    color: #222;
    box-shadow: 0 3px 10px #b35566;
    margin: auto;
    padding: 0 1em 0.2em;
} */
#cats-day .btn .entry_btn{
    background: linear-gradient(180deg, #fffd40 10%, #f9b302 90%);
    text-align: center;
    border-radius: 100px;
    position: relative;
    font-size: 1.5em;
    /* transition: .2s; */
    color: #e3155f;
    box-shadow: 0 3px 10px #b35566;
    margin: auto;
    text-align: center;
    display: block;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100%;
    line-height: 1.714;
    padding: 0.2em;
    animation: poyon 1.4s linear infinite;
}
#cats-day .btn .entry_btn.clear{
    animation: none;
}

@keyframes poyon {
    60% {
        transform: scale(1, 1);
    }
    65% {
        transform: scale(0.85, 1.15);
    }
    75% {
        transform: scale(1.1, 0.9);
    }
    85% {
        transform: scale(0.95, 1.08);
    }
    9% {
        transform: scale(0.98, 1.02);
    }
    100% {
        transform: scale(1, 1);
    }
}
#cats-day .btn a::after { 
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .3em;
    height: .3em;
    border-top: 2px solid #e3155f;
    border-right: 2px solid #e3155f;
    top: 0;
    bottom: 0;
    right: 6%;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;   
}
#cats-day .btn input{
    font-size: 2em;
    text-align: center;
    display: block;
    color: #e3155f;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    line-height: 1.714;
    padding: 0.2em 0em 0em;
}
/* #cats-day .btn a {
    font-size: 1em;
    text-align: center;
    display: block;
    color: #e3155f;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    line-height: 1.714;
    padding: 0.2em 0em 0em;
} */

#cats-day .btn .attention {
    line-height: 1.2;
}
/* #cats-day .btn.baby {
    background: linear-gradient(to top, #16b9a1, #53cbd5);
    color: #fff;
    box-shadow: 0 3px 10px #c2c2c2;
    &::after {
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
} */
#cats-day .btn .note{
    font-size: 0.5em;
        color: #222;
}

#cats-day .btn .entry_btn.clear {
    /* transform: translateY(2px); */
    text-align: center;
    border-radius: 100px;
    position: relative;
    transition: .2s;
    box-shadow: none;
    background: #999;
    /* pointer-events: none; */
    color: #fff;
    font-size: 1.5em;
    margin: auto;
    padding: 0.2em;
}
#cats-day .btn .entry_btn.clear p{
    font-size:1em ;
}
#cats-day :is(.btn .entry_btn.clear)::after {
    border-top: none!important;
    border-right: none!important;
}

/*===== エントリーボタン END =====*/


/*============================================== section price ================================================*/

#cats-day #price{
    background-color: #fff04f;
}

#cats-day .parent {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
    /* width: 95%; */
    margin: auto;
    position: relative;
    flex-wrap: wrap;
}
#cats-day .parent li {
    width: calc(98% / 2);
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0px 5px 0px #8d8d8dbf;
    /* padding-bottom: 5%; */
    margin-bottom: 4%;
}
#cats-day .parent_col1 li {
    width: 100%;
    margin-bottom: 3%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0px 5px 0px #8d8d8dbf;
}

/* ------------------------- 1カラム用 ------------------------- */
#cats-day .parent_col1 a{
    display: flex;
}
#cats-day .parent_col1 .left,
#cats-day .parent_col1 .right{
    width: 100%;
}
#cats-day .parent_col1 .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ------------------------- 2カラム用 ------------------------- */

#cats-day .parent li img {
    width: 100%;
    height: auto; 
    display: block;
}
#cats-day .parent li .thumbnail {
    position: relative;
}
#cats-day .parent li .thumbnail .icon_bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #222;
    color: #fff;
    padding: 1vw 2vw;
    font-size: 3vw;
    font-weight: bold;
}
#cats-day .parent li .icon_top {
    color: #fff;
    background-color: #222;
    text-align: center;
    font-size: 3.4vw;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0;
    line-height: 1.3;
    padding: 2% 0;
}

#cats-day .shosai-list {
    text-align: center;
    display: flex;
    padding: 2% 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3%;
}
#cats-day .shosai-list .item_sale {
    display: inline-block;
    background: #e6ea00;
    color: #8cdaf1;
    padding: 2% 5%;
    font-size:3vw;
    line-height:1.2;
    font-weight: bold;
    border-radius: 50px;
}
#cats-day .shosai-list .item_point {
    font-size: 1em;
    letter-spacing: 0;
    width: 100%;
    font-weight: bold;
    line-height: 1.3;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cats-day .shosai-list .item_point2 {
    line-height: 1.2;
    background-color: #ffcad4;
    color: #4d4d4d;
    font-size: 1em;
    font-weight: bold;
    margin: 1% 3%;
    height: 2.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
}
#cats-day .shosai-list .item_price {
    font-size: 2em;
    color: #f32d75;
    line-height: 1.2;
    margin: 0 0 1%;
    letter-spacing: 1px;
    font-family: "Anton", "Lato", sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px #fffb85;
}

#cats-day .price_line {
    color: #fff;
    font-family: Lato;
    font-size: 2.8vw;
    text-decoration: line-through;
    text-shadow: none;
    margin: 0 0 0 5%;
}

#cats-day .bn_col_1 {
    background-color: #fffcd1;
    padding: 0 .3rem .5rem;
    box-sizing: border-box;
}

/* その他ボタン */
#cats-day .other-btn{
    margin: 4% auto;
    padding: 2%;
    border-radius: 5px;
    box-shadow: 0px 4px #8d8d8dbf;
}
#cats-day .other-btn a{
    position: relative;
}
#cats-day .other-btn a::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(45deg);
    box-sizing: border-box;
}
#cats-day .other-btn.s2 {
    background-color: #ff9eaf;
}
#cats-day .other-btn.s3 {
    background-color: #fff04f;
}

/*============================================== section coupon ================================================*/
#cats-day #coupon{
    background-color: #ff9eaf;
}

/*============================================== section other ================================================*/
#cats-day #other{
    background-color: #fff2f4;
}
#cats-day #other .list-category ul{
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
#cats-day #other .list-category li{
    position: relative;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .2em;
    border: 2px solid #ff9eaf;
    border-radius: 5px;
    margin-top: .8em;
    background-color: #FFF;
    font-size: 1em;
    height: 4em;
}
#cats-day #other .list-category{
    margin-bottom: 1em;
}

/* 戻るボタン */
#cats-day .top-scroll {
    position: fixed;
    right: .5em;
    width: 6em;
    z-index: 1001;
}