@charset "shift_jis";
/*����{CSS*/
*{ list-style:none; margin:0; padding:0;}
a{ text-decoration:none; width: 1000%;}
a img{ border:none;}
a:hover img{ opacity:0.8;}
#wrap{
     max-width: 750px; 
     margin:0 auto;  
     width: auto; 
     background: #fff; 
     box-shadow: 0px 0px 35px 0px rgba(160, 160, 160, 0.32);
     max-width: 770px;
     margin: 0 auto;
     padding: 0 10px;
    }

.pc_none{display: none!important;}
span.material-symbols-outlined {
    position: absolute;
    right: 4px;
}

body{
    text-rendering: optimizeLegibility;
    font-family: "M PLUS 1p", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    font-weight: bold;
    
    background-attachment:fixed!important;
    /* background: linear-gradient(rgb(236, 232, 209),#fff 80%);   */
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/44587536/image/241031_nekosuna/nekosuna_bg.png")  no-repeat top left;
}


/***���i***/
.price{
    width: 90%;
    position: relative;
    /* border-bottom: 1px solid #ccc; */
    overflow: hidden;
    margin: auto 5%;
    text-align: right;
}
.prdisp-icon{display: none;}
.prices{
    font-size: 22px;
    padding-bottom: 5px;
    font-weight: bold;
    float: left;
    width: 100%;
    color: #ff5d94
}

.item4 .prices{
    font-size: 20px;
}


.item3 .price_tex{margin-left: 18px; text-align: left;}
.item2 .mar{margin: 0 29px 0 10px;}

.prdisp-taxin span span{display: none;}

.item2 .price-one{
    background: #9e9e9e;
    float: right;
    padding: 5px 30px 0 30px;
    margin: 0px 15px 5px 0;
    color: #fff;
    display: none;
}
.item3 .price-one{
    background: #9e9e9e;
    float: right;
    padding: 5px 18px 0 18px;
    margin: 0px 3px 5px 10px;
    color: #fff;
}
.item2 .price-tex{
    text-align: right;
    font-size: 12px;
}
.item3 .price-tex{    
    text-align: left;
    font-size: 12px;
}
/*
.item2 .price{
    margin: 10px 15px 5px 22px;    
}
*/
.item3 .price{margin:  10px 15px 0 19px;}
.item2 .tanpin{ margin: 22px 0 0 25px;}
.item3 .tanpin{ margin: 22px 0 0 0;}

/***�Ŕ�***/
.kanban p{
    text-align: center;
    font-size: 1rem;
    margin-top: 1.5%;
    line-height: 1.5;
    color: #494949;
}

/***�A���J�[�����N***/
#anchor{
    text-align: center;
    margin-top: 20px;
}
#anchor .jump li{
    width: 32%;
    display: inline-block;
    position: relative;
}
#anchor .jump li a{
    color: #fff;
    text-align: center;
}
#anchor .jump .jump_tit{
    position: absolute;        
}
#anchor .jump li:first-child .jump_tit{bottom:22px; left: 68px;}
#anchor .jump li:nth-child(2) .jump_tit{bottom:22px; left: 62px;}
#anchor .jump li:nth-child(3) .jump_tit{bottom:30px; left: 62px;}
#anchor .jump li:nth-child(4) .jump_tit{bottom:40px; left: 75px;}
#anchor .jump li:nth-child(5) .jump_tit{bottom:40px; left: 75px;}
#anchor .jump li:last-child .jump_tit{bottom:40px; left: 45px;}

#anchor .jump li .jump_tit p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

#anchor .jump li .jump_tit span{
    font-size: 19px;
    font-weight: bold;
    margin-top: 3px;
}


/***���o��***/

h2{
    margin-top: 3%;
    width: 90%;
    text-align: center;
    padding: 1.2% 5%;
    font-size: 1.7rem;
    /* border: 1px solid; */
    background: #94c483;
    color: #fff;
}

h3{
    margin-top: 30px;
    text-align: center;
}

h3 img{
    width: auto;
}

h4{
    width: 80%;
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    margin: 30px 10% 10px;
    border-bottom: 1px solid;
    font-weight: bold;
}

.box p img{
    width: 100%;
}



/*================================���T�C�h�i�r��================================*/

#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, #a78861 15%, #896a42 70%);
    /*background: #896a42;*/
    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;
    text-align: center;
    width: auto;
}
#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;
}

/* �X�N���[���\�� */
#global-nav.isActive {
    transition: all 0.6s;
    transform: translateY(0px);
}

/*���X�|���V�u���Œ�*/
@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% / 10);
    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;
}

}



/***�A�C�R��***/
.icon{
    position: relative;
}
.icon .circle,.circle-l{    
     background: #f37b00;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    position: absolute;
    right: 30px;
    bottom: -40px;
}
.icon .circle-l{
    left: 30px;
    bottom: -40px;
}
.icon p{
    color: #fff;
    position: absolute;
        top:30px;
    font-size: 20px;
}
.icon1{top:20px; left: 20px;}
.icon2{top:20px; left: 11px;}
.icon3{top:20px; left: 20px;}
.icon4{top:20px; left: 30px;}
.icon5{top:20px; left: 30px;}
.icon6{top:20px; left: 20px;}

/***L�A�C�R��***/
.l-icon{
    position: absolute;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    left: 10px;
}
.item2 .l-icon{
    width: 80px;
    height: 80px;
    font-size: 37px;
    line-height: 80px;
    bottom: 195px;
}
.item3 .l-icon{
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    bottom: 185px;
}
/*�J���[��*/
/*3.5L*/.sg{background: #8f6b6b;}
/*4L*/.iv{background: #ffa58b;}
/*5L*/.v{background: #CF919E;}
/*6L*/.vi{background: #7f95c5;}
/*7L*/.vii{background: #ac94b1;}
/*8L*/.viii{background: #E8C459;}
/*10L*/.x{background: #79acb1;}
/*33L*/.ss{background: #7ea681;}

/***�����A�C�R������***/ 
.icon-setumei{
    display: inline-block;
    text-align: center;
    padding: 3% 15% 2% 15%;
    margin: 5% 0 0 0;
    background: #d8d8d8;
}
.pro-tit{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #616161;
    padding: 6px 0;
    width: 66%;
    margin: 0 18% 15px 18%;
    border-radius: 10px;
}
.icon-setumei .pro{
    float: left;
    margin: 0 20px;
}
.icon-setumei .pro p{text-align:center;font-size: 15px;}
.icon-setumei img{
	width:100%; 
}

/***�����A�C�R��***/ 

.icon_pro{
	width:18%;
	position: absolute;
	top:80px;
	left:5px;
    display: none;
}

.i2{ top:150px;}

.item3 .icon_pro { top:60px;}
.item3 .i2{ top:103px;}
.item3 .i3{ top:145px;}


/***�������߃����L���O***/
.rank {  
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 15px;
  color: white;
  background: #000;
font-weight: bold;
}

.rank:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #000;
  border-right: 20px solid #000;
  border-bottom: 10px solid transparent;
}

.item2 .osusume{
width: 79%;
}
.item3 .osusume{
    width: 70%;
}
/***�g�C��***/
.toilet{
    background:#d2cba9;
    padding: 20px 0;
}
.toilet .item3{
    position: relative;
}
.toilet .item-tit{
    /*background: #EDEBE0;*/
}
.color{
    font-size: 30px;
    position: absolute;
    right: 5px;
    bottom: 125px;
    display: inline-flex;
}
.toilet .expl,.toilet .price{
    color: #000;
}
.toilet a:hover{
    color:#FBF9E6;
}

/***box***/
.box{
    width: 100%;
    margin: 5px 0 10px 0;
}
.block{
    background:#e7dfd7;
    padding: 20px 0;
}
.box .item2{
    width: 48%;
    display: inline-flex;
    margin: 15px 0px 10px 1%;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
/*
.box .item3{
    width: 29%;
    display: inline-block;
    margin: 0 -7px 0 26px;
    background: #fff;
    border-radius: 20px;
    position: relative;
}*/
.expl{
    font-size: 15px;
    /* height: 30px; */
    width: 90%;
    margin: 1vw 3%;
    background: #f3f3f3;
    padding: 1vw 2%;
}
.h40{
    height: 40px;
}
.expl span{
    display: inline-block;
    padding: 5px;
    /*background-color: #454545;*/
    color: #454545;
    /*margin-right: 5px;*/
    display: none;
}

.expl p{
    color: #454545 !important;
}
.item-tit{
    width: 90%;
    font-size: 20px;
    /* background: #F1EDE9; */
    font-weight: bold;
    color: #000000;
}
.item4 .item-tit{
    font-size: 15px;
    width: 100%;
    margin: 1vw 0;
}
.item2 .item-tit{
    margin: 1vw 5%;
    /* padding: 5px 0px 5px 20px;*/
}
.item3 .item-tit{
    margin: 5px 8px;
    padding: 0 0 0 9px;
    height: 30px;
    line-height: 30px;
}

.item2 .item-img{
    margin: 14px 5% 15px;
    width: 90%;
}
.item3 .item-img{
    margin: 10px 0 10px 2px;
    width: 98%;
}

ul.item4{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1%;
    margin: 0px 1%;
    width: 98%;
}

ul.item4 li{
    width: calc(97% / 4);
    /* margin: 0 auto 1%; */
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 10px;
}

/*�{�^��*/
.btn-circle-stitch {
    display: inline-block;
    text-decoration: none;
    background: #ff316c;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    /*box-shadow: 0px 0px 0px 5px #ff316c;*/
    /*border: dashed 1px #FFF;*/
    transition: .4s;
    line-height: 56px;
    /*border-radius: 10%;*/
    clear: both;
}
/*�{�^����̂Ƃ�*/
.btn-one{
    width: 77%!important;
    border-radius: 5%;
    margin: 15px 0 15px 25px!important;
}


.item4 .btn-circle-stitch{
    width: 100%;
    margin: auto
}

.btn-circle-stitch{
    margin: auto 5% 1vw;
    width: 90%;
    /* height: 25px; */
    border-radius: 50px;
    /* line-height: 29px; */
    background-color: #cab031;
    /* box-shadow: 0px 0px 0px 5px #cab031;*/
}

.btn-circle-stitch:hover{
    background-color: #696969;
}

.btn-pink{
    background-color: #ff316c;
}

/*�e�L�X�g*/
.text{
    font-size: 14px;
}
.text {
    position: relative;
    width: 85%;
    margin: 2.5em auto;
    padding: 35px 30px 20px;
    color: #7d662f;
    background-color: #fdfbf8;
    /*box-shadow: inset 0 0 10px rgb(220, 217, 209), 0 2px 2px #ccc;*/
}
/*
.text::before {
 display: block;
 position: absolute;
 content: "";
 width: 140px;
 height: 35px;
 left: 35%;
 top: -16px;
    background-color: rgba(207, 198, 174, 0.3);
 box-shadow: 0 0 3px rgba(0,0,0,0.1);
 transform: rotate( -3deg ); 
}
*/


/***PC�\���Ȃ�***/
.smp{
    display: none;
}
.fiexd{
    display: none;
}

/***�i�r***/
.fiexdpc{
    display: inline-block;
}
.fiexdpc p {
    -webkit-transition: all 1s;
    -webkit-transform: translate(0, 0);
    position: fixed;
    z-index: 999;
    width: 7%;
    display: block;
    /* bottom: 1%; */
    top: 5%;
    right: 200px;
}
.fiexdpc p a{
	/* margin-top: 4%; */
	/* height: 100px; */
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 120%;
	/* background-color: #e7dfd7bf; */
}
.fiexdpc p.move {
  -webkit-transform: translate(10px, 0);
  opacity: 0;
}




/* �^��A�R�[�f�B�I��
================================================== */
.question {
    position: relative;
    width: 90%;
    margin: 0 5% 10px
}
.question dt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*idth: 100%;*/
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    background-color: #ffe719;
    border-radius: 12px;
    padding: 20px;
}
.question dt::before,
.question dt::after {
	position: absolute;
	top: 50%;
	right: 24px;
	display: inline-block;
	content: "";
    width: 30px;
    height: 5px;
	background-color: #222;
	margin-top: -1px;
}
.question dt::after { transform: rotate(90deg);}
.question dd {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 0 0 12px 12px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    display: none;
    transition: none !important;
    border: 2px solid #ffe719;
}
.question dd span.point{
    background: #ffe719;
}

.question dt.active {
	border-radius: 12px 12px 0 0;
	margin-bottom: 0;
}
.question dt.active span { border-radius: 12px 0 0 0; }
.question dt.active::after { display: none; }

.question dd  ul {
    /*display: flex;*/
    text-align: left;
}
.question dd ul li{
    /*width: calc(100% / 2);*/
    text-align: left;
    vertical-align: top;
    padding-left: 12px;
    margin-left: 0%;
}
.question dd ul li:last-child{
    border-top: 1px dotted #000;
    margin-top: 10px;
}
.question h5{
 padding: 5px;
 font-size: 16px;
}

.question .hand img{  
    position: absolute;
    left: 16%;
    top: -10px;
    width: 8%;
}


/*-------------------------------------------------------------------*/
/*�}�g���N�X*/
/*-------------------------------------------------------------------*/

.mtx {
    box-sizing: border-box;
    width: 100%;
    margin:0 0 30px;
    position: relative;
}
.mtx table{
    position: relative;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background-color: #f4f9f2;
}
.mtx table img{
    width: 90%;
}
.mtx table th,.mtx table td{
    padding: 1% 1%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
}
.mtx table th{
    background-color: #94c483;
    color: #fff;    
}
.mtx table td.bgcolor{
    background-color: #eaf3e6;
}

.mtx table th.tate{width: 10%;}

.mtx div.link{width: 90%;height: 85%;position: absolute;top: 0;right: 0;}
.mtx div.link ul{position: relative;display: flex;height: 100%;}
.mtx div.link li{width: 20%;height: 100%;}
.mtx div.link li a{width: 100%;height: 100%;display: inline-block;}


.mtx-btn {
    display: inline-block;
    padding: 7% 12%;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    /* background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%); */
    transition: .4s;
    width: auto;
    font-size: 14px;
    background: #ff316c;
  }
  
  .mtx-btn:hover {
    /*background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);*/
    background-color: #616161;
    transition: .4s;
  }


/*-------------------------------------------------------------------*/
/*1�J�������i*/
/*-------------------------------------------------------------------*/

.box .item1{
    width: 98%;
    margin: 15px 0px 10px 1%;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.box .item1 dt,.box .item1 dd{
    float: left;
    margin: auto;
    padding: 5px 20px 20px;
}
.box .item1 dt{
    width: 50%;
}
.box .item1 dd{
    width: 37%;
}
.box .item1 .expl{
    margin-bottom: 20px;
}
.box .item1 .type{
    width: auto;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid;
    margin: 5px 5px 5px 30px;
}
.box .item1 .price{
    float: right;
    margin: auto;
    width: 16%;
    padding: 5px 0;
}
.box .item1 .prices{
    width: 50%;
}
.box .item1 .btn{
   /* float: left; */
    margin: auto;
    width: 42%;
    padding: 5px 0;
}

.box .item1 .btn-circle-stitch{
    margin: 0;
    width: 100%;
    line-height: 50px;
}

.box .item1 > a  >  img{
    width: 96%;
    position: relative;
    margin: 10px 2%;
}

.box .item1 > a  >  span{
    position: relative;
    bottom: 10px;
    left: 50px;
}


/*�A�C�R��*/

.icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25%;
}


/*-------------------------------------------------------------------*/
/*�@�@�t�b�^�[�@�@*/
/*-------------------------------------------------------------------*/
footer {
    width: 100%;
    /* background-color: #fff; */
    margin: 3% auto 0;
    font-size: 0.7em;
    display: flex;
}
footer div {
    margin: auto;
    display: inline-block;
    padding: 2% 0;
}
footer ul {display: flex;}
footer ul li{color:#3c1b14;font-weight: bold;}
footer ul li a{
    color: #3c1b14;
    margin: 0 5vw;
    letter-spacing: 0.1vw;
    font-weight: bold;
}


/*-------------------
���̑��{�^��
-----------------*/
.other{
    margin: 30px 5%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s;
    font-weight: bold;
}
.other a{
    color: #fff;
    transition: all 0.3s;
}
.other span {
    padding: 10px;
    border-radius: 10px;
    display: block;
    background-color: #000000;
    transition: all 0.3s;
    ;
}
.other span:hover {
    background-color: #696969;
    transition: all 0.3s;
}


/*-------------------
�o�i�[
-----------------*/
.bn{
    margin-top: 30px;
    text-align: center;
}
.bn img{
    width: 90%;
}
.bn p{
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

/*------------------------
���W�ꗗ
------------------------*/


#tokusyu{
    margin-top: 5%;
    clear: both;
    overflow: hidden;
    padding: 1%;
}
#tokusyu img{
    border-radius: 10px;
    width: 100%;
}

#tokusyu .event li{
    margin: 0 auto 2%;
    width: 98%;
}

#tokusyu .event2,#tokusyu .event3{
    display: flex;
    flex-wrap: wrap;
}

/*2�J�����p*/
#tokusyu .event2 li{
    width: calc(96%/2);
    margin: 0 1%;
}
/*3�J�����p*/
#tokusyu .event3 li{
    width: calc(94%/3);
    margin: 0 1%;
}

#tokusyu .swiper {
    position: relative;
    width: 75%;
    margin: 0 auto;
    overflow: visible;
    padding: 0 0 8% 0;
}
#tokusyu .swiper ul.swiper-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#tokusyu .swiper ul.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);
}
#tokusyu .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -25px !important;
    left: auto;
    top: 42%;
    }
#tokusyu .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -25px !important;
    right: auto;
    top: 42%;
    }
#tokusyu .swiper-button-next:after,#tokusyu .swiper-button-prev:after{
    font-size: 1.6em;
    background-color: #e7dfd7;
    padding: 65%;
    border-radius: 50%;
    width: 100% !important;
    height: 26%;
    line-height: 0.5;
    font-weight: bold;
    color: #fff;
}    
#tokusyu .swiper-pagination{
    width: 100%;
    position: absolute;
    bottom: 5% !important;
}
#tokusyu .swiper-pagination-bullet {
    background-color: #000000;
    height: 0.6em;
    width: 0.6em;
}

#tokusyu .swiper ul.swiper-wrapper li.swiper-slide img{
    width: 100%;
}


/*---------------------------
�Ō��
---------------------------*/
#last{
    background: #ffffff;
    font-size: 18px;
    padding: 110px 0 30px;
    color: #5c5044;
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/44587536/image/241031_nekosuna/nekosuna_lastbg.jpg") right no-repeat;
}
#last div{
    width: 65%;
    /*border: 1px solid #5c5044;*/
    padding: 13px;
    margin-bottom: 20px;
}
