@charset "euc-jp"; /* CSS Document */


/*=======================================���ꥻ�å�CSS��=======================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}



/*=======================================���������ꢧ=======================================*/

body {
    text-rendering: optimizeLegibility;
    font-family: "Barlow Condensed", sans-serif, "M PLUS 1 Code", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #28333b;
    letter-spacing: 0.06rem;
}

a {text-decoration: none;color: #28333b;}
a img {border: none;}
img {
    max-width: 100%;
    width: 100%;
    margin: 0;
    border: 0;
    vertical-align: bottom;
    transition: 0.3s;
}

.price span > span > span{display: none;}/*�ǹ���ʸ����ɽ��*/

.smp_none{display: none!important;}




/*=======================================���١�����=======================================*/

#pet_cool {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff9e;
    overflow: hidden;
    box-shadow: 0px 0px 35px 0px rgb(14 160 210 / 32%);
}



/*================================�����Ģ�================================*/

#pet_cool h1{
    position: relative;
    width:100%;
}
#pet_cool h1 .tit{
    position: absolute;
    right: 2%;
    /*top: 1%;*/
    width: 60%;
    animation: popup 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes popup {
  0% {
    transform: translateY(100px) scale(0.8);
    opacity: 0;
  }
  65% {
    transform: translateY(0) scale(1.0);
  }
  85%, 95% {
    transform: scale(1.0);
  }
  80%, 90% {
    transform: scale(0.95);
  }
  20%, 100% {
    opacity: 1;
  }
}



/*================================�������ɥʥӢ�================================*/

#global-nav{ 
    position: fixed;
    width: 100%;
    padding: 10px 5px;
    bottom: 0px;
    font-size: 2.6vw;
    z-index: 50;
    box-sizing: border-box;
    background: linear-gradient(38deg, #f15050 15%, #e88927 70%);
    transition:0.6s all;
    transform: translateY(1000px)
}
#global-nav ul{
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;   // ����������������ɲ�
}
#global-nav ul li{
    display: table-cell;
    margin: 0;
}
#global-nav li a{
    display: block;
    color: #fff;
    position: relative;
    border-right: 1px #ffffff solid;
    padding: 10px;
    line-height: 1.2;
    transition: all 0.3s;
}
#global-nav li:last-child a{
    background-color: #ffffff;
    color: #27d1e8;
    border-radius: 50px;
    border: none;
    padding: 18px 0;
    position: relative;
}
#global-nav li:last-child a span{
    position: absolute;
    right: 15px;
    top: 14px;
}
#global-nav li:nth-last-of-type(2) a{border: none;}

/* ����������ɽ�� */
#global-nav.isActive {
    transition: all 0.6s;
    transform: translateY(0px);
}

/*TOP�����ܥ���*/
#global-nav .back_top{
    position: absolute;
    top: -84%;
    right: 2%;
}
#global-nav .back_top a{
    display: block;
    color: #fff;
    padding: 10px 10px;
    width: 25px;
    height: 25px;
    background: #f15050;
    border: 1px solid #fff;
}




/*================================�������ʥӢ�================================*/

#pet_cool section h3{
    margin: 5% auto 1%;
    font-size: 3.4vw;
    font-family: "Rowdies", sans-serif;
    color: #27d1e8;
}
#pet_cool section h3 span{
    font-size: 125%;
}
#pet_cool section h3 span.cool{
    font-size: 160%;
    color: #27d1e8;
}
#pet_cool section h3.hot,#pet_cool section h3.hot span.cool{
    color: #e9804c;
}
#pet_cool section h3 p.title{
    font-size: 230%;
    background: linear-gradient(38deg, #bc50f1 15%, #27d1e8 70%);
    background: -webkit-linear-gradient(38deg, #bc50f1 15%, #27d1e8 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -1%;
}
#pet_cool section h3.hot p.title{
    background: linear-gradient(38deg, #f150b7 15%, #e9804c 80%);
    background: -webkit-linear-gradient(38deg, #f150b7 15%, #e9804c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#pet_cool section .navi ul{
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 96%;
    max-width: 700px;
}
#pet_cool section .navi ul li{
    width: calc(100% / 3);
    display: table-cell;
    vertical-align: middle;
}
#pet_cool section .navi ul.hot li{width: calc(100% / 3);}
#pet_cool section .navi ul li a{
    margin: 3%;
    font-size: 2.8vw;
    display: block;
    position: relative;
    padding: 13px 0 24px;
    color: #3a8cf4;
    border-radius: 8px;
    transition: all 0.3s;
    border: solid 1px;
    box-sizing: border-box;
    box-shadow: 0px 2px 0px 0px rgb(58 140 244);
    background: linear-gradient(166deg, rgba(0, 0, 0, 0) 50%, rgb(72 224 255 / 38%));
}
#pet_cool section .navi ul.hot li a{
    color: #f4653a;
    box-shadow: 0px 2px 0px 0px rgb(244 101 58);
    background: linear-gradient(166deg, rgba(0, 0, 0, 0) 50%, rgb(255 189 72 / 38%));
}
#pet_cool section .navi ul li a span{
    position: absolute;
    right: 41%;
    bottom: 3%;
}

/*����åȥ�����*/
#pet_cool section .navi ul.cat li{
    width: calc(100% / 2);
}




/*================================�����ʥ��ƥ��ꢧ================================*/

#pet_cool section .itemcorner{
    width: 96%;
    margin: 0 auto 2.3%;
}

/*���Ф�*/
#pet_cool section h2{
    margin: 10% auto 0;
    padding: 3%;
    font-size: 5.3vw;
    font-family: "Rowdies", sans-serif;
    color: #fff;
    letter-spacing: 2px;
    background: linear-gradient(343deg, #458bf5 15%, #27d1e8 70%);
}
#pet_cool section h2.hot{
    background: linear-gradient(343deg, #f43a3a 15%, #e9804c 70%);
}
#pet_cool section h2 span.cool{
    font-size: 130%;
    font-style: italic;
    background: linear-gradient(293deg, rgb(255 255 255) 50%, rgb(72 224 255));
    background: -webkit-linear-gradient(293deg, rgb(255 255 255) 50%, rgb(72 224 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 1% 0 0;
}
#pet_cool section h2.hot span.cool{
    background: linear-gradient(293deg, rgb(255 255 255) 50%, rgb(255 189 72));
    background: -webkit-linear-gradient(293deg, rgb(255 255 255) 50%, rgb(255 189 72));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#pet_cool section h2 span{font-size: 75%;}
#pet_cool section p.txt{
    font-size: 3vw;
    margin: 3.5% 0;
}

/*���ʥ֥��å�*/
#pet_cool section .itemcorner ul{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2%;
}
#pet_cool section .itemcorner ul li{
    width: calc(98% / 2);
    margin: 0 auto 2.5%;
    box-sizing: border-box;
    border: solid 1px #27d1e8;
    padding: 2%;
    border-radius: 8px;
    box-shadow: 0px 5px 0px 0px rgb(39 209 232);
    transition: all 0.3s;
}
#pet_cool section .hot ul li{
    border: solid 1px #e9804c;
    box-shadow: 0px 5px 0px 0px rgb(233 128 76);
}
#pet_cool section .itemcorner ul li dd.title{
    font-size: 3vw;
    text-align: left;
    margin: 4% 0 2%;
    height: 8vw;
}
#pet_cool section .itemcorner ul li dd.btn {
    padding: 7% 0;
    margin-top: 3%;
    background: linear-gradient(38deg, #bc50f1 15%, #27d1e8 40%, #bc50f1 100%);
    background-size: 220% 100%;
    color: #fff;
    border: none;
    letter-spacing: 0.12em;
    cursor: pointer;
    font-size: 3.3vw;
    position: relative;
    transition: .3s all;
    display: block;
    border-radius: 7px;
}
#pet_cool section .hot ul li dd.btn {
    background: linear-gradient(38deg, #f1507b 15%, #e9804c 40%, #f150b7 100%);
    background-size: 220% 100%;
}
#pet_cool section .itemcorner ul li dd.btn span.material-symbols-outlined {
    position: absolute;
    right: 4px;
    font-size: 5vw;
}
#pet_cool section .itemcorner ul li:hover dd.btn{
    background-position: 100% 0;
    transition: all 0.3s;
}

/*���ʥץ�*/
#pet_cool section .itemcorner dd.price{
    text-align: right;
}
#pet_cool section .itemcorner dd.price .prices{
    color: #ff1e8c;
    font-size: 6vw;
    height: 8vw;
}

/*1����ྦ��*/
#pet_cool section .itemcorner ul li.col_1{
    width: 100%;
    position: relative;
}
#pet_cool section .itemcorner ul li.col_1 img{
    float: left;
    width: 50%;
}
#pet_cool section .itemcorner ul li.col_1 dd{
    float: left;
    width: 46%;
    margin-left: 4%;
}
#pet_cool section .itemcorner ul li.col_1 dd.title{
    margin-top: 1%;
    height: 5vh;
}
#pet_cool section .itemcorner ul li.col_1 dd.btn{
    padding: 3% 0;
    margin-top: 1.5%;
}
#pet_cool section .itemcorner ul li.col_1 dd.icon{
    position: absolute;
    right: -5%;
    top: 44%;
    width: 50%;
}
#pet_cool section .itemcorner ul li.col_1:hover dd.icon img{opacity:1;}


/*����¾�ܥ���*/
#pet_cool section .itemcorner div.btn {
    margin-top: 3%;
    cursor: pointer;
    width: 100%;
}
#pet_cool section .itemcorner div.btn a{
    display: block;
    background: #b1f1ff;
    padding: 4.8% 0;
    color: #087b98;
    font-size: 3.3vw;
    position: relative;
    border-radius: 7px;
    transition: all 0.3s;
}
#pet_cool section .hot div.btn a{
    background: #ffe1ad;
    color: #df6609;
}
#pet_cool section .itemcorner div.btn span.material-symbols-outlined {
    position: absolute;
    right: 6px;
    top: 25%;
}

/*����¾�ý��ܥ���*/
#pet_cool section .itemcorner .eve_btn p{
    margin: 4% 0 1%;
    font-size: 4vw;
    color: #458bf5;
}
#pet_cool section .hot .eve_btn p{color: #f4653a;}
#pet_cool section .itemcorner .eve_btn img{
    border: solid 1px;
    box-sizing: border-box;
    border-radius: 8px;
}

#pet_cool .itemcorner .btn_box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 20px;
}
#pet_cool .itemcorner .btn_box >div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
#pet_cool .itemcorner .btn_box >div a{
    width: 100%;
}
#pet_cool .itemcorner .btn_box >div .btn{
    width: 100%;
    margin-left: 0;
}
#pet_cool section h3.sub_title {
    color: #e9804c;
    font-size: 4vw;
} 
#pet_cool section .itemcorner ul li dd.new_item{
    background: linear-gradient(343deg, #f43a3a 15%, #e9804c 70%);
    color: #fff;
    font-size: 5vw;
    padding: 5px 0;
}
#pet_cool section .itemcorner ul li dd.new_item br{
    display: none;
}
#pet_cool .price_box{
    margin-left: auto;
        width: 46%;
        display: flex;
        align-items: center;
        gap: 1vw;
}
#pet_cool .price_box object{
    width: 100%;
}
#pet_cool section .itemcorner ul li.col_1 .price_box dd{
    margin-left: 0;
}
#pet_cool section .itemcorner ul li.col_1 .price_box dd.btn{
    width: 100%;
}
#pet_cool section .itemcorner ul li.col_1.new_products .appeal {
    width: 100%;
    margin-top: 20px;
}


/*================================������¾�ý���================================*/

#pet_cool section .swiper {
    position: relative;
    width: 84%;
    margin: 0 auto;
    overflow: visible;
    padding: 3% 0 8% 0;
}
#pet_cool section .swiper-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#pet_cool section .swiper-wrapper li.swiper-slide{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-transform: translate(-53%,0);
      -moz-transform: translate(-53%,0);
      -ms-transform: translate(-53%,0);
      -o-transform: translate(-53%,0);
      transform: translate(-53%,0);
}
#pet_cool section .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -25px !important;
    left: auto;
    top: 46%;
}
#pet_cool section .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -25px !important;
    right: auto;
    top: 46%;
}
#pet_cool section .swiper-button-next:after,#pet_cool section .swiper-button-prev:after{
    font-size: 1em;
    background-color: #ffffffeb;
    padding: 60%;
    border-radius: 50%;
    width: 100% !important;
    height: 15%;
    line-height: 0.5;
    font-weight: bold;
    color: #28333b;
}    
#pet_cool section .swiper-pagination{
    width: 100%;
    position: absolute;
    bottom: 1% !important;
}
#pet_cool section .swiper-pagination-bullet {
    background-color: #28333b;
    height: 1em;
    width: 1em;
}



/*================================���եå�����================================*/

#pet_cool footer{
    display: inline-block;
    padding: 0 0 25vw;
    width: 100%;
    margin: 10vw 0 0;
}
#pet_cool footer ul {
    display: flex;
    justify-content: center;
}

#pet_cool footer li a {
    margin: 0 7vw;
    font-size: 4vw;
}


/*240605�ɲ�*/
.col_1 .txt{
    position: absolute;
    right: 0;
    text-align: left;
    margin: 10% auto;
    font-size: 0.7em;
    font-weight: normal;
}

/*���������ɲ�250129�ɲ�*/
.icon {
    width: 25% !important; 
    position: absolute;
    left: -4%; 
    z-index: 10; 
    top: -2vw;
}

.icon2 {
    width: 50% !important; 
    position: absolute;
    left: -4%; 
    z-index: 10; 
    top: -2vw;
}

#pet_cool section .itemcorner ul li.col_2{
    width: calc(98% / 2);
    position: relative;
}
/*�ʥӡ������ȥ뿧�ؤ�250129�ɲ�*/
#pet_cool section h2.hot span.cool2 {
    font-size: 100%;
    font-style: italic;
    font-weight: 900;
    background: linear-gradient(293deg, rgb(255 255 255) 50%, rgb(255, 206, 122));
    background: -webkit-linear-gradient(293deg, rgb(255 255 255) 50%, rgb(255, 220, 159));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}