@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/

.back {
    background-color: #fee4e8;
    background: repeating-linear-gradient( -45deg, #ffdae0, #ffdae0 17px, #fee4e8 17px, #fee4e8 85px );
    background-attachment: fixed;
}
article#contents{
    padding-bottom: 0;
}
/* パンくず削除 */
#pankuzu {
    display: none;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
#cats-day img {
  width: 100%;
}
#cats-day a {
    display: block;
}
#cats-day h2,#cats-day p,#cats-day a ,#cats-day h3,#cats-day h4{
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    color: #534243;
}
/* ヘッダー画像削除 */
.header-info-red a{
    display: none;
}
/* フッター調整 */
footer {
    position: relative;
    z-index: 5;
}
footer,
footer .bottom {
    margin-top: 0 !important;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    position: relative;
    z-index: 10;
    
}
article#contents {
    padding-bottom: 0 !important;
}
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#cats-day .back {
    position: relative;
    z-index: 1;
    background-color: #f0e8dd;
}
#cats-day .back-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    box-shadow: 0px 0px 7px 3px #e1d2c6;
}
#cats-day {
    max-width: 900px;
    margin: auto;
    background-color: #fffdf0;
    box-shadow: 0 10px 25px 0 rgb(239 181 190);
    padding-bottom: 1rem;
}
#cats-day .inner {
    background-color: #fffdf0;
    position: relative;
}

#cats-day h3 {
    text-align: center;
    margin:0 0 1rem;
}
#cats-day h3.top {
    text-align: center;
    margin:1rem 0;
}
#cats-day section {
    margin:2rem 0 3rem;
    max-width: 650px;
    margin: auto;
    position: relative;
}
#cats-day h4.time {
    text-align: center;
    padding: .5rem 0;
    background-color: #59adac;
    color: #fff;
}
/*==============================================
 看板
================================================*/
#cats-day .kanban {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}
/*-----------------------------------------------*/
/*リボン見出し*/
/*-----------------------------------------------*/

#cats-day .ribbon {
    position: relative;
    margin: 2rem auto;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
#cats-day .ribbon:before,
#cats-day .ribbon:after {
    position: absolute;
    z-index: 0;
    bottom: -10px;
    display: block;
    content: '';
    border: 1em solid #c10620;
}
#cats-day .ribbon:before {
    left: -30px;
    border-left-width: 15px;
    border-left-color: transparent;
}
#cats-day .ribbon:after {
    right: -30px;
    border-right-width: 15px;
    border-right-color: transparent;
}
#cats-day .ribbon h2 {
    position: relative;
    z-index: 1;
    display: block;
    padding: .7rem;
    color: #fff;
    background: #e13049;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}
#cats-day .ribbon h2:before,
#cats-day .ribbon h2:after {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-style: solid;
    border-color: #840618 transparent transparent transparent;
}
#cats-day .ribbon h2:before {
    left: 0;
    border-width: 10px 0 0 10px;
}
#cats-day .ribbon h2:after {
    right: 0;
    border-width: 10px 10px 0 0;
}

#cats-day span.sub_title {
    background-color: #fff;
    color: #e13049;
    padding: 0 .5rem ;
    font-size: .8rem;
    margin: 0 10px 0 0;
    border-radius:3px;
    display: flex;
    align-items: center;
}

/*-----------------------------------------------*/
/*レイアウト*/
/*-----------------------------------------------*/
#cats-day .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/*ボタン*/
#cats-day .button {
    margin: 1rem auto;
    border-bottom: 5px solid rgb(101, 143, 143);
    background-color: #74c5be;
    text-align: center;
    border-radius: 100vh;
    width: 70%;
    padding: .5rem 0;
    position: relative;
    transition:.5s;
}
#cats-day .button a {
    font-size: 20px;
    color: #fff;
}
#cats-day .button:hover {
    transition:.5s;
    transform: translateY(-5px);
}
#cats-day .button a:hover {
    color: #efffff!important;
}
#cats-day .next {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(6, 1fr);
    margin: auto;
    justify-content: center;
}

/*-----------------------------------------------*/
/*CIAOちゅ〜る*/
/*-----------------------------------------------*/
#cats-day .campaign_box {
    padding: .7rem;
    border-radius: 10px;
}
#cats-day .campaign_box .c_text_box {
    display: grid;
    grid-template-columns: 1fr 5fr;
    align-items: center;
    margin: 1rem;
    gap: 1rem;
}
#cats-day .campaign_box .c_title {
    font-size: 1.5rem;
    color: #e13049;
    text-align: center;
    border-bottom: dashed 1px;
}
#cats-day .campaign_box .c_text {
    font-size: .8rem;
}

/*-----------------------------------------------*/
/*商品レイアウト*/
/*-----------------------------------------------*/
#cats-day .coupon_area {
    margin-bottom: 1rem;
}
#cats-day .col_2 .item,#cats-day .col_1 .item {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: .5rem;
    border: solid #fff3e2 5px;
    border-radius: 10px;
}

#cats-day .col_1 a {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 1rem;
}

#cats-day .col_2 .item dl,#cats-day .col_1 li dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

/*商品名*/
#cats-day dd.item-list-txt{
    font-size:19px;
    line-height: 1.3em;
    color: #60aaaa;
    border-bottom: 1px dashed;
    padding: 0 0 7px 0;
    width: 100%;
    height: 45px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; 
}
/*商品説明文*/
#cats-day dd.item-list-comment{
    font-size:14px;
    line-height: 1.4em;
    color: #383838;
    font-weight: 300;
}
/*アイコン*/
#cats-day dd.item-list-icon  ul {
    display: flex;
    justify-content: center;
    margin: .3rem 0 0;
}
#cats-day dd.item-list-icon  ul li{
    color: #fff;
    font-size: 13px;
    padding:3px 8px;
    width: auto;
    margin-right: 4px;
    background: #fc5555;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
#cats-day dd.item-list-icon ul li:last-child{
    margin-right: 0;
}
/*ご購入はこちら*/
#cats-day .item-list-btn {
   background: #a2d7d3;
   color: #fff;
   border: 2px solid #a2d7d3;
   padding:6px 0 8px 0;
   border-radius: 50px;
   line-height: 1.3em;
   position: relative;
   font-size:15px;
   width: 70%;
   margin-bottom: 6px;
   transition: 0.3s all;
   margin: auto;
}
#cats-day .item-list-btn::after{
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.5rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 6px;
    bottom: 8px;
    transition: 0.3s all;
}
#cats-day .button a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.5rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 18px;
    bottom: 17%;
    transition: 0.3s all;
}
/*hover*/
#cats-day .item-list li a:hover{
    box-shadow: 0px 0px 10px #fff;
}
#cats-day a:hover .item-list-btn{
   color: #a2d7d3 !important;
   background: #fff;
   border: 2px solid #a2d7d3;
}
#cats-day a:hover .item-list-btn::after {
    right: 5px;
}
#cats-day .itemcol_1 li {
    background-color: #fff;
    border: solid #fff3e2 2px;
    padding: 0 0 .5rem 0 ;
    border-radius: 10px;
    margin-bottom: .5rem;
}
#cats-day .itemcol_1 li img {
    border-radius: 10px;
}
#cats-day .itemcol_1 .item-list-btn {
    width: 80%;
    margin: auto;
    text-align: center;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#cats-day .item dd.d_price{
	color:#222 !important;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	padding:0;
    font-family: Lato;
    font-size: .8rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
#cats-day .item dd.price{
	color:#fc5555;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	font-size:2rem;
	padding:0;
    font-family: Lato;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 30px;
    margin: 0 0 .5rem;
}
#cats-day .item dd.price span.coupon{
    background-color:#c10620;
    color: #fff;
    padding: 3px 8px;
    margin: 0 .5rem 0 0;
}
#cats-day .buy_price>ul .price {
    font-size: 1rem;
    color: #534243!important;
}

/*打消し*/
#cats-day li.motoprice,
#cats-day span.spesicalprice,
#cats-day li.intax {
	display: none;
}
#cats-day .buy_price>ul {
    margin:0;
    text-decoration: line-through;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    padding:1rem;
    }  
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 1rem;
    margin-right:1rem
}
.scroll-infinity__list li p.nushi_name{
    font-size: .8rem;
    text-align: center;
    font-weight: 700;
}
.scroll-infinity__list li p.cats_name{
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    display: inline-block;
    padding: .2rem .5rem;
    position: relative;
    color: #e13049!important;
}
.scroll-infinity__list li p.cats_gender{
    font-size: .8rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}
.scroll-infinity__list li p.cats_name::after {
    background-image:url("/IMAGE/cats-day/cats-day_icon.png");
    content: '';
    width: 20px;
    height: 20px;
    background-size: cover;
    vertical-align: middle;
    margin: 4px 0 0 6px;
    position: absolute;
}
.scroll-infinity__list li p.cats_name::before {
    background-image:url("/IMAGE/cats-day/cats-day_icon.png");
    content: '';
    margin-left:20px;
    width: 20px;
    height: 20px;
    background-size: cover;
    vertical-align: middle;
    margin: 4px 0 0 -23px;
    position: absolute;
    transform: scale(-1, 1);
}
.scroll-infinity__list img{
    border-radius: 5px;
    z-index: 7;
    transition: .5s;
}
.scroll-infinity__list .scroll-infinity__item img:hover{
    scale: 1.1;
    transition: .3s;
    z-index: 7;
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 70s infinite linear 0.5s both;
}
.scroll-infinity__item {
    width: calc(70vw / 6);
    text-align: center;
}
.scroll-infinity__item>img {
    width: 100%;
    }
@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }
        to {
        transform: translateX(0%);
    }
}
.scroll-infinity__list--right{
    animation :infinity-scroll-right 70s infinite linear 0.5s both;
}
/*==============================================
バナー ここから
================================================*/
#cats-day .banner {
    margin: 0 auto 1rem;
}
/*==============================================
ナビゲーション ここから
================================================*/
#cats-day #nav {
    position: fixed;
    z-index: 10;
    bottom: 0%;
    right: 0%;
    height: 100vh;
}
#cats-day #nav.panelactive{
    width: 100%;
}
#cats-day #nav .gray-back{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #5656566b;
}
#cats-day #nav .gray-back.active{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#cats-day #nav .g-nav{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: calc((70vw - 500px) / 2);
    height: calc(100vh - 141px);
    display: flex;
    align-items: center;
    transition: .55s;
    border-radius: 0 0 5px 5px;
    z-index: 5;
}
#cats-day #nav .nav-title {
    position: relative;
    width: 100%;
}
#cats-day #nav .g-nav-list .title{
    width: 80%;
    max-width: 240px;
    margin: 0 auto 2%;
}
#cats-day #nav .g-nav-list .g-nav-link{
    color: #FFF;
    text-align: center;
    width: 100%;
    max-width: 300px;
}
#cats-day #nav .g-nav-list .g-nav-link a{
    padding: 1em 0;
    color: #111111;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #b7a89c;
}
#cats-day #nav .g-nav-list .g-nav-link a::after {
    transform: translateY(0.05em) rotate(-45deg);
    margin-left: 2%;
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #111111;
    border-right: 3px solid #111111;
    content: '';
}
#cats-day #nav .g-nav-list .nav-img{
    position: absolute;
    bottom: .1px;
    right: .1px;
    width: 32%;
    animation: hyoko 1s .4s both ease-in-out;
    display: block;
}

/*アクティブクラスがついたら位置を0に*/
#cats-day #nav .g-nav.panelactive{
    top: 0;
    transform: translateY(0%);
}

/*ナビゲーションの縦スクロール*/
#cats-day #nav .g-nav .g-nav-list{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/*==============================================
ナビゲーション ここまで
================================================*/
#cats-day .side_img {
    position: fixed;
    z-index: 10;
    top: 15%;
    left: 3%;
    height: 100vh;
    width: 20%;
}