@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main, main#wrapper{
    max-width:none;
    padding: 0;
}
#school{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 1%;
	color:#222;
}
#school .pc_none{
    display: none !important;
}
#school img{
    width: 100%
}
#school a{
    display: block;
    position: relative;
}  
#school a:hover{
    opacity: 0.8;
    color:#222 !important;
} 
#school h2,#school h3,#school h4,#school h5,#school h6,#school ul,#school ol,#school dl,#school li,#school dt,#school dd,#school p,#school div,#school span,#school img,#school a,#school table,#school tr,#school th,#school td{
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   box-sizing: border-box;
}
/* 背景 */
#school .back {
    background-color: #c0edf4;
    /* background: url(../IMAGE/SCHOOL/bg.png);
    margin: 0 auto;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top; */
}

#school .kanban {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 1%;
}

/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#school .inner{
    max-width:750px;
    margin-inline: auto;
}
#school #pickup .inner {
    max-width:750px;
}
#school #navi .inner {
    box-sizing: border-box;
    padding: 0 13%;
}
#school section{
   padding: 2% 0 1% 0;  
}
#school section#pickup {
    background: linear-gradient(to bottom, #ffeef0 97%, #FFF);
    padding: 3% 3% 1% 3%;  
    padding: 0 3% 1% 3%;
    margin-bottom: 2%;
}
#school section#copy,
#school #navi {
    background: #fff;
    max-width: 750px;
    margin: 0 auto;
}
#school section#copy {
    border-radius: 5px 5px 0 0;
    padding: 1% 0;
}
#school #navi {
    border-radius: 0 0 5px 5px;
}
#school section#desk {
    background: #fd99b5;
}
#school section#chair {
    background:#ffb76a;
}
#school section#kids_storage {
    background:#91d88c;
}
#school section#water_bottle {
    background:#9cd4f4;
}
#school section#event {
    background:#f5fcb3;
}

/*-----------------------------------------------*/
/* 桜 */
/*-----------------------------------------------*/
#school section#copy .inner {
    position: relative;
}
#school section#copy .inner::before,
#school section#copy .inner::after {
    background: url(../IMAGE/school/sakura.webp);
    position: absolute;
    content: "";
    background-size: 100%;
    width: 20%;
    height: 100%;
    /* background-repeat: repeat; */
    top: 1em;
    /* opacity: 0.5; */
    z-index: 3;
}
#school section#copy .inner::before{
    left: -5em;
}
#school section#copy .inner::after{
    transform: scale(-1, 1);
    right: -5em;
}


/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#school h3{
    font-size: 40px;
    padding:0;
    color: #ffffff;
    margin-bottom:17px;
    position: relative;
    letter-spacing: 4px;
}

#school #event h3{
    color: #626262;
}

/* #school h3::after,
#school h3::before{
    content: "";
    position: absolute;
    top: 31%;
    background-repeat: no-repeat;
    width: 85px;
    height: 25px;
    background-size: 100%;
    background-image: url(/IMAGE/school/school_icon.png);
} */
#school h3::after{
    left: 26%;
}
#school h3::before{
    right: 27%;
}
#school h3 span{
    display: block;
    font-size: 16px;
    font-family: 'Lato';
    letter-spacing: 2px;
}
#school h4{
    font-size: 35px;
    padding:20px 0;
    display: flex;
    position: relative;
    align-items: center;
}
#school h4::before,
#school h4::after {
    content: "";
    height: 1px;
    flex-grow: 1;
}
#school h4::before{
    margin-right: 1rem;
}
#school h4::after{
    margin-left: 1rem;
}

/*カラー別*/
/* #school section#school-cate h4{
    color:#ec9080;
}
#school section#school-cate h4::before,
#school section#school-cate h4::after {
    background-color: #ec9080;
}
#school section#nursery h4{
    color:#ebc949;
}
#school section#nursery h4::before,
#school section#nursery h4::after {
    background-color: #ebc949;
}
#school section#convenient h4{
    color:#88cfd3;
}
#school section#convenient h4::before,
#school section#convenient h4::after {
    background-color:#88cfd3;
} */

#school section#desk h4,
#school section#chair h4,
#school section#kids_storage h4,
#school section#water_bottle h4{
    color:#595959;
}

/*コメント*/
#school .txt{
    font-size: 18px;
    margin: 3px 0;
    color: #554f4f;
    line-height: 1.3em;
}
#school .txt span.big{
    font-size: 30px;
    display:block;
    color:#e88674;
}

#school .txt span.marker {
    font-size: 2rem;
    background: linear-gradient(transparent 70%, #fffc0bba 70%);
    background: linear-gradient(to right, #68e3ff9c 0%, #ffff00 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 35%;
    color: #3a3a3a;
}
/*-----------------------------------------------*/
/*アンカー*/
/*-----------------------------------------------*/
#school #navi{
    padding: 0 0 3% 0;
    margin-bottom: 3%;
}
#school #navi ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5% 2%;
}
#school #navi ul li{
}
#school #navi ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    /* padding: 30px 0 20px 0; */
    color: #554f4f;
    font-size: 21px;
    box-sizing: border-box;
    border-radius: 4px;
    background-image: radial-gradient(#ffffff29 0px, transparent 1px);
    background-size: 6px 6px;
    position: relative;
    transition: 0.3s all;
}
#school #navi ul li {
    box-shadow: 4px 5px #c1c1c1;
    border-radius: 12px;
}

/*カラー別*/
/* #school #navi ul li:nth-child(1) a{
    background: #fdf5f3;
    box-shadow: 0 4px 0 #f6d9d2;
}
#school #navi ul li:nth-child(2) a{
    background: #fdfcf1;
    box-shadow: 0 4px 0 #efecc0;
}
#school #navi ul li:nth-child(3) a{
    background: #eef7f7;
    box-shadow: 0 4px 0 #cdeae4;
} */

/*アイコン画像*/
/* #school #navi ul li a::before{
    content: "";
    left:29%;
    top: -50%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 110px;
    height: 65px;
    transition: 0.3s all;
}
#school #navi ul li:nth-child(1) a::before{
    background-image: url(/IMAGE/school/school_cate1.png);
}
#school #navi ul li:nth-child(2) a::before{
    background-image: url(/IMAGE/school/school_cate2.png);
}
#school #navi ul li:nth-child(3) a::before{
    background-image: url(/IMAGE/school/school_cate3.png);
} */

/*カテゴリ名*/
#school #navi ul .name{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 2px;
}
/* #school #navi ul li a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.3rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    right: 3%;
    bottom:22%;
    transition: 0.3s all;
} */

/*hover*/
#school #navi ul li a:hover{
    color:#554f4f !important;
    box-shadow:none;
    transform: translateY(3px);
}
#school #navi ul li a:hover::after {
    bottom: 18%;
}
/*-----------------------------------------------*/
/*インナーアンカー*/
/*-----------------------------------------------*/
#school .cate-navi{

}
#school .cate-navi{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}
#school .cate-navi li{
}
#school .cate-navi li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    color: #fff;
    font-size: 17px;
    box-sizing: border-box;
    background: #f5a698;
    border-radius: 4px;
    background-size: 6px 6px;
    position: relative;
    transition: 0.3s all;
    box-shadow: 0 4px 0 #f09383;
}
#school .cate-navi .name{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    line-height: 1.2em;
    padding: 18px 0
}
/*カラー別*/
#school section#school .cate-navi li a{
    background: #f5a698;
    box-shadow: 0 4px 0 #f09383;
}
#school section#nursery .cate-navi li a{
    background: #edcd72;
    box-shadow: 0 4px 0 #e7b55a;
}
#school section#convenient .cate-navi li a{
    background: #9cd1e0;
    box-shadow: 0 4px 0 #7dbbcc;
}
/*矢印*/
#school .cate-navi li a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.3rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    right: 5px;
    bottom:12px;
    transition: 0.3s all;
}
/*hover*/
#school .cate-navi li a:hover{
    color:#fff !important;
    box-shadow: none !important;
    transform: translateY(3px) !important;
}
#school .cate-navi li a:hover::after {
    bottom: 9px;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
/*共通*/
#school .item-list {
    display: flex;
    gap: 10px;
    margin-bottom:30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/*******1カラム START*******/
#school .item-list.col_1 >li{
    width: 100%;
}
#school .item-list-boxr{
    width: 45%;
    display: grid;
    gap: 10px;
}
#school .item-list.col_1 li a dl{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
/*1カラム 商品名*/
#school .item-list-boxr dd.item-list-txt{
    font-size: 20px;
}
/*1カラム アイコン*/
#school .item-list-boxr dd.item-list-icon  ul li{
    font-size: 15px;
    padding:2px 4px 4px 4px;
}
/*1カラム ボタン*/
#school .item-list.col_1 dd.item-list-btn{
    width: 77%;
    margin: 0 auto;
}
/*******1カラム END*******/

/* *******2カラム******* */
#school .item-list.col_2 >li{
    width: calc((100% - 2%) / 2);
}
/* ピックアップ2カラム */
#school #pickup .item-list.col_4 >li{
    width: calc((100% - 2%) / 2);
}
/* ボタン*/
#school #pickup .item-list.col_1 dd.item-list-btn{
    width: 100%;
    margin: 0 auto;
}
/* *******ピックアップ2カラム******* */

/******* 3カラム START*******/
#school .item-list.col_3 >li{
    width: calc((100% - 3.5%) /3);
 }
/******* 3カラム END*******/

/******* 4カラム START*******/
#school .item-list.col_4 >li{
    width: calc((100% - 5%) / 4);
}
/*枠*/
#school .item-list li a{
    display: block;
    background: #fff;
    border-radius:4px;
    padding:6px;
    transition: 0.3s all;
    position: relative;
    height: 100%;
    box-shadow: 5px 5px #58585863;
}
#school .item-list li dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
    text-align: center;
    height:100%;
}
/*商品名*/
#school dd.item-list-txt{
    font-size: 15px;
    line-height: 1.3em;
    color: #554f4f;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 45px;
}
/*商品説明文*/
#school dd.item-list-comment{
    font-size:14px;
    line-height: 1.4em;
    color: #383838;
    font-weight: 300;
}
/*商品画像*/
#school .item-list dt img{
    border-radius:4px;
}
/*アイコン*/
#school dd.item-list-icon  ul {
    display: flex;
    justify-content: center;
}
#school dd.item-list-icon  ul li{
    color: #fff;
    font-size: 12px;
    padding:2px 5px 4px 5px;
    margin:0 4px 3px 0;
    background: #554f4f;
    display: inline-block;
    line-height:1.3em;
}
#school dd.item-list-icon ul li:last-child{
    margin-right: 0;
}
/*ご購入はこちら*/
#school .item-list-btn {
   color: #fff;
   padding:6px 0 8px 0;
   border-radius: 50px;
   line-height: 1.3em;
   position: relative;
   font-size:14px;
   width: 90%;
   margin-bottom: 7px;
   transition: 0.3s all;
   background: #eb0012;
   border: 2px solid #eb0012;
}

/*カラー別*/
/* #school #desk .item-list-btn {
   background: #f5a698;
   border: 2px solid #f5a698;
}
#school #chair .item-list-btn {
   background: #ebc949;
   border: 2px solid #ebc949;
}
#school #kids_storage .item-list-btn {
   background: #88cfd3;
   border: 2px solid #88cfd3;
}
#school #water_bottle .item-list-btn {
    background: #88cfd3;
    border: 2px solid #88cfd3;
} */

/*矢印*/
#school .item-list-btn::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.2rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 6px;
    bottom: 7px;
    transition: 0.3s all;
}
/*hover*/
#school a:hover .item-list-btn{
   color:#eb0012 !important;
   background: #fff !important;
}
/* #school #desk a:hover .item-list-btn{
   color: #fd99b5 !important;
}
#school #chair a:hover .item-list-btn{
   color: #ffb76a !important;
}
#school #kids_storage a:hover .item-list-btn{
   color: #91d88c !important;
}
#school #water_bottole a:hover .item-list-btn{
    color: #9cd4f4 !important;
 } */
#school a:hover .item-list-btn::after {
    right: 5px;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#school li.price{
	color:#554f4f !important;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	font-size:26px;
	padding:0;
}
#school .buy_price {
    line-height: 0;
}

/*1カラム 価格プロ*/
#school .item-list.col_1 .price{
	font-size:32px;
    color: #eb0012 !important;
    font-family: "Hind", sans-serif;
}
/*打消し*/
#school li.motoprice,
#school span.spesicalprice,
#school li.intax {
	display: none;
}
/*-----------------------------------------------*/
/*その他はこちら*/
/*-----------------------------------------------*/
#school ul[class^="cate-link_"]{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin:0 auto 60px auto;
}
#school ul[class^="cate-link_"] li a{
	font-size: 18px;
    display: block;
    padding: 13px 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius: 8px;
    margin: 0 15px;
    background:#333333;
}
#school ul[class^="cate-link_"] li {
	margin: 0 auto;
}
#school .cate-link_1 > li {/*1カラム*/
	 width: 55%;
}
#school .cate-link_2 > li {/*2カラム*/
	 width: calc((100% - 2%) /2);
}
#school .cate-link_3 > li {/*3カラム*/
	 width: calc((100% - 2%) /3);
}
#school ul[class^="cate-link_"] li a:after{
	font-family: 'Material Icons';
    font-size: 1.5em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:20%;
    right:5%;
    color: #fff;
    transition: 0.3s all;
}
#school ul[class^="cate-link_"] li a:hover{
    color:#fff !important;
    background: #7c7474;
}
#school ul[class^="cate-link_"] li a:hover:after{
    right:3%;
}

/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
@media screen and (max-width: 1000px){
#school .navigation { display: none; }
}

#school .navigation span.txt{
    background: #222;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    display: block;
}
#school .cate_nav_fixed {
    position: fixed;
    right: 1vw;
    top: 16vw;
    z-index: 100;
}
#school .navigation {
    position: relative;
    width: 180px;
}
#school .navigation .toggle { display: none; }
#school .navigation .nav_wrap,
#school .navigation .nav_inner {
    position: relative;
    width: 100%;
}
/*内容*/
#school .navigation ul {
    position: relative;
    width: 100%;
    background: #fff;
}
/**********▼ PC・SMP共通 ▼**********/
#school .navigation ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding:15px 0 15px 15px;
    color: #554f4f;
    border-bottom: 3px solid #fff;
    font-size: 14px;
    line-height: 1.3em;
    text-align: left;
    justify-content: flex-start;
    transition: all 0.3s;
}
/*カラー別*/
#school .navigation ul li:nth-child(1) a {
    background: #ffe2ea;
}
#school .navigation ul li:nth-child(2) a {
    background: #ffeedb;
}
#school .navigation ul li:nth-child(3) a {
    background: #e8ffe7;
}
#school .navigation ul li:nth-child(4) a {
    background: #e4f5ffbd;
}
/*hover*/
#school .navigation ul li:nth-child(1) a:hover {
    background:#fbe1e6;
}
#school .navigation ul li:nth-child(2) a:hover {
    background:#ffdbc0;
}
#school .navigation ul li:nth-child(3) a:hover {
    background:#d5f5d3;
}
#school .navigation ul li:nth-child(4) a:hover {
    background:#d2efff;
}
/**********▲ PC・SMP共通 ▲**********/


/* 追加 */
#school .price-s__normal {
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* 販促部分 */
#school #daily-sale .items > li > a > dl > dd .dairy-sale-list,
#school #daily-sale .items > li > a > dl > dd .dairy-price-list {
    width: 100%;
    text-align: center;
}
#school .dairy-sale-list ul .dairy-price-s__price{
    font-size: 2rem;
    color: #dd0000 !important;
    /* text-shadow: 2px 2px #fff383; */
    font-family: "Hind", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1em;
    margin-top: 13px;
}
#school .dairy-sale-list .dairy-price-s__price .price{
    font-size: 4.8vw;
    font-weight: bold;
    color: #ea1757 !important;
    font-family: Lato;
}

/* NEW */
#shool .dairy-new {
    color: #ea1757;
    padding: 0 .5em;
    border: 1px solid;
}
#school .dairy-sale-list > ul .dairy-price-s__icon {
    background-color: #dd0000;
    /* margin-top: 1%; */
}

/*半額*/
#shool .dairy-sale-list > ul .dairy-price-s__icon.half {
    background-color: #dd0000;
}
#shool .dairy-sale-list > ul .dairy-price-s__icon.half p{
    font-size: 4vw !important;
    line-height: 1.3em;
    color:#f1da3e !important;
}

/* 期間限定価格 */
#school .dairy-sale-list > ul .dairy-price-s__icon.medama {
    background-color: #f1da3e;
}
#school .dairy-sale-list > ul .dairy-price-s__icon.medama p {
    color: #dd0000 !important;
    font-weight: 700;
    white-space: nowrap;
    font-size:  1.5rem;
    letter-spacing: -0.02em;
}

/* クーポン */
#school .dairy-sale-list > ul .dairy-price-s__icon.coupon {
    background-color: #eb361c;
}
#school .dairy-sale-list > ul .dairy-price-s__icon.coupon p {
    color: #FFF !important;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
}

#school .items li.intax {
    width: auto;
    display: none;
}