@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 {
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/44587536/image/pet_hot/pethot_bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-position: bottom;
    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.1rem;
}

a {text-decoration: none;color: #28333b;}
a img {border: none;}
a:hover img {
    opacity: 0.7;
    transition: 0.3s;
}
img {
    max-width: 100%;
    width: 100%;
    margin: 0;
    border: 0;
    vertical-align: bottom;
    transition: 0.3s;
}

.price span > span > span{display: none;}/*�ǹ���ʸ����ɽ��*/

.pc_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(210 97 14 / 32%);
}



/*================================�����Ģ�================================*/

#pet_cool h1{
    position: relative;
    width:100%;
}
#pet_cool h1 .tit{
    position: absolute;
    right: 2%;
    /*top: 2%;*/
    animation: popup 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes popup {
  0% {
    transform: translateY(300px) 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;
    right: 1.5%;
    width: 11.5%;
    padding: 10px 20px 30px;
    font-size: 1vw;
    z-index: 50;
    bottom: 0px;
    background: linear-gradient(38deg, #f15050 15%, #e88927 70%);
    border-radius: 10px 10px 0 0;
    transition:0.6s all;
    transform: translateY(1000px)
}
#global-nav li a{
    display: block;
    color: #fff;
    position: relative;
    border-bottom: 4px #ffffff double;
    padding: 28px 0;
    line-height: 1.2;
    transition: all 0.3s;
}
#global-nav li:last-child a{
    background-color: #ffffff;
    color: #e82727;
    border-radius: 50px;
    border: none;
    margin-top: 10px;
    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;}

/* hover */
#global-nav li:last-child a:hover{background: #f4ff1e;color: #e82727;}
#global-nav li a:hover{
    color: #f4ff1e;
    transition: all 0.3s;
}

/* ����������ɽ�� */
#global-nav.isActive {
    transition: all 0.6s;
    transform: translateY(0px);
}

/*�쥹�ݥ󥷥ֲ�����*/
@media screen and (max-width: 1200px) {

#global-nav{ 
    position: fixed;
    right: 0;
    width: 100%;
    padding: 12px 10px;
    bottom: 0px;
    border-radius: 0;
}
#global-nav ul{
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    align-items: center;
    justify-content: space-between;
}
#global-nav ul li{
    width: calc(100% / 8);
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
#global-nav li a{
    border-right: 4px #ffffff double;
    border-bottom: none;
    padding: 14px 0;
}
#global-nav li:last-child a{
    margin-top: 0;
    padding: 18px 0;
}

/*����åȥ�����*/
#global-nav ul li{
    width: calc(100% / 7);
}

}




/*================================�������ʥӢ�================================*/

#pet_cool section h3{
    margin: 5% auto 1%;
    font-size: 23px;
    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 li a{
    margin: 3%;
    font-size: 17px;
    display: block;
    position: relative;
    padding: 8% 0 15%;
    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: 45%;
    bottom: 13%;
}
#pet_cool section .navi ul li:hover a{
    border: solid 1px;
    box-shadow: 0px 0px 0px 0px rgb(58 140 244);
    transform: translateY(3px);
    transition: all 0.3s;
}

/*����åȥ�����*/
#pet_cool section .navi ul.cat li{
    width: calc(100% / 2);
    display: table-cell;
    vertical-align: middle;
}
#pet_cool section .navi ul.cat li a{
    padding: 6% 0 9%;
}


/*================================�����ʥ��ƥ��ꢧ================================*/

#pet_cool section .itemcorner{
    width: 92%;
    margin: 0 auto 2.3%;
}

/*���Ф�*/
#pet_cool section h2{
    margin: 10% auto 0;
    padding: 2.3%;
    font-size: 40px;
    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: 20px;
    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: 18px;
    text-align: left;
    margin: 4% 0 2%;
}
#pet_cool section .itemcorner ul li dd.btn {
    padding: 5.5% 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: 18px;
    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;
}
#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: 38px;
    height: 48px;
}

/*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: 85px;
}
#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: 3.8% 0;
    color: #087b98;
    font-size: 22px;
    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: 35%;
}
#pet_cool section .itemcorner div.btn a:hover{
    background: #a465ef;
    color: #fff;
    transition: all 0.3s;
}
#pet_cool section .hot div.btn a:hover{background: #ed6784;}

/*����¾�ý��ܥ���*/
#pet_cool section .itemcorner .eve_btn p{
    margin: 4% 0 1%;
    font-size: 30px;
    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 .itemcorner ul li dd.new_item{
    background: linear-gradient(343deg, #f43a3a 15%, #e9804c 70%);
    color: #fff;
    font-size: 24px;
    padding: 5px 0;
}
#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: 1.6em;
    background-color: #ffffffeb;
    padding: 65%;
    border-radius: 50%;
    width: 100% !important;
    height: 26%;
    line-height: 0.5;
    font-weight: bold;
    color: #28333b;
}    
#pet_cool section .swiper-pagination{
    width: 100%;
    position: absolute;
    bottom: 5% !important;
}
#pet_cool section .swiper-pagination-bullet {
    background-color: #28333b;
    height: 1em;
    width: 1em;
}



/*================================���եå�����================================*/

#pet_cool footer{
    background:linear-gradient(343deg, #f43a3a 15%, #e9804c 70%);
    display: inline-block;
    padding: 30px 0;
    width: 100%;
    margin: 40px 0 0;
}
#pet_cool footer ul {
    display: flex;
    justify-content: center;
}
#pet_cool footer li {color: #fff;}

#pet_cool footer li a {
    color: #fff;
    margin: 0 50px;
    font-size: 17px;
}

/*�쥹�ݥ󥷥���*/
@media screen and (max-width: 1200px) {
#pet_cool footer{padding: 30px 0 90px;}
}


/*240605�ɲ�*/
.col_1 .txt{
    position: absolute;
    right: 0;
    text-align: left;
    margin: 10% auto;
}

/*���������ɲ�250129�ɲ�*/
.icon {
    width: 25% !important; 
    position: absolute;
    left: -4%; 
    z-index: 10; 
    top: -2vw;
}

.icon2 {
    width: 45% !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: 130%;
    font-style: italic;
    font-weight: 900;
    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 .navi ul .hot li a {
    background: #ff3030!important;
    color: #ffec38!important;
    box-shadow: 0px 2px 0px 0px rgb(115 6 6)!important;
}
