@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#kafun{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 3%;
	color:#222;
	background: #f6fbf7;
}
#kafun .pc_none{
    display: none !important;
}
#kafun img{
    width: 100%
}
#kafun a{
    display: block;
    position: relative;
}  
#kafun a:hover{
    opacity: 0.9;
    color:#222 !important;
} 
#kafun h2,#kafun h3,#kafun h4,#kafun h5,#kafun h6,#kafun ul,#kafun ol,#kafun dl,#kafun li,#kafun dt,#kafun dd,#kafun p,#kafun div,#kafun span,#kafun img,#kafun a,#kafun table,#kafun tr,#kafun th,#kafun td{
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#kafun .inner{
    max-width:900px;
    margin-inline: auto;
}
#kafun .pickup{
   background: #f6fbf7;
   padding-top: 3%;
}
#kafun .pickup > .inner{
    display: grid;
    gap: 30px;
}
#kafun section{
   padding:1% 0;  
}
/*
#kafun section:nth-of-type(odd) {
    background: #f6fbf7;
}
*/
#kafun .bg{
    background:#e6f3f4;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#kafun h3{
    font-size: 37px;
    padding:0;
    color: #5cb1b2;
    margin:15px 0;
    display: flex;
    position: relative;
    align-items: center;
}
#kafun h3::before,
#kafun h3::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background: #5cb1b2;
}
#kafun h3::before{
    margin-right: 1rem;
}
#kafun h3::after{
    margin-left: 1rem;
}
#kafun .sub-title{
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 20px;
}
#kafun h4{
    font-size: 23px;
    color: #fff;
    margin-bottom:20px;
    position: relative;
    background:#80a3c4;
    padding: 7px 0;
}
#kafun h5{
    font-size: 26px;
    color: #5cb1b2;
    margin:30px 0 20px 0;
    position: relative;
}
/*-----------------------------------------------*/
/*アンカー*/
/*-----------------------------------------------*/
#kafun #navi ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
#kafun #navi ul li{
}
#kafun #navi ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    background: #5cb1b2;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s all;
    border-radius: 5px;
    flex-direction: row;
}
#kafun #navi ul .name{
    flex-grow: 1;
    line-height: 1.1em;
    padding: 0;
    color: #fff;
    font-size: 17px;
    margin-bottom: 12px;
}
#kafun #navi ul li img{
    width:auto;
    border-radius:4px;
}
#kafun #navi ul .name::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.2rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    right: 24%;
    bottom:5%;
    transition: 0.3s all;
}
/*hover*/
#kafun #navi ul li a:hover{
    color:#222 !important;
}
#kafun #navi ul a:hover .name::after{
    bottom: 2%;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
/*共通*/
#kafun .item-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
/*枠*/
#kafun .item-list li{
    background: #fff;
}
#kafun .item-list li a{
    display: block;
    padding:10px;
    transition: 0.3s all;
}
#kafun .item-list li dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
    text-align: center;
}
/*販促アイコン*/
#kafun .coupon-icon{
    background:#ed7255db;
    color: #fff89b;
    line-height: 0.8em;
    font-size: 19px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px;
}
#kafun .coupon-icon span.big{
    font-size: 33px;
    font-family: 'Lato';
    font-weight: 700;
    line-height: 1em;
}
#kafun .coupon-icon span.small{
    font-size: 15px;
    display: block;
    line-height: 1em;
    color: #fff;
    
}
/*商品名*/
#kafun 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: 57px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; 
}
/*商品説明文*/
#kafun dd.item-list-comment{
    font-size:14px;
    line-height: 1.4em;
    color: #383838;
    font-weight: 300;
}
/*アイコン*/
#kafun dd.item-list-icon  ul {
    display: flex;
}
#kafun dd.item-list-icon  ul li{
    color: #fff;
    font-size: 13px;
    padding:3px 8px;
    width: auto;
    margin-right: 4px;
    background: #6e6e6e;
    display: flex;
    justify-content: center;
    align-items: center;
}
#kafun dd.item-list-icon ul li:last-child{
    margin-right: 0;
}
/*ご購入はこちら*/
#kafun .item-list-btn {
   background: #97cbcb;
   color: #fff;
   border: 2px solid #97cbcb;
   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;
}
#kafun .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*/
#kafun .item-list li a:hover{
    box-shadow: 0px 0px 10px #c1d5d8;
}
#kafun a:hover .item-list-btn{
   color: #97cbcb !important;
   background: #fff;
   border: 2px solid #97cbcb;
}
#kafun a:hover .item-list-btn::after {
    right: 5px;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#kafun .scene__price,
#kafun li.price{
	color:#222 !important;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	font-size:30px;
	padding:0;
}
/*打消し*/
#kafun li.motoprice,
#kafun span.spesicalprice,
#kafun li.intax {
	display: none;
}
/*-----------------------------------------------*/
/*販促ボタン*/
/*-----------------------------------------------*/
#kafun .coupon-btn a{
	background:#ef7a5e;
    color: #fff89b;
    font-size: 21px;
    padding:14px 0;
    border-radius: 50px;
    border: 2px solid #ef7a5e;
}
#kafun .coupon-btn a span.white{
    color: #fff;
}
#kafun .coupon-btn a span.big{
    font-size: 28px;
    font-family: 'Lato';
    font-weight: 700;
    line-height: 1em;
}
#kafun .coupon-btn a:hover{
    color: #fff !important;
}
#kafun .coupon-btn a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.4rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 15px;
    bottom:13px;
    transition: 0.3s all;
}
/*hover*/
#kafun .coupon-btn a:hover{
	background: #fff;
    border: 2px solid #ed7255db;
    color:#ed7255db !important;
}
#kafun .coupon-btn a:hover span.white{
    color:#ed7255db !important;
}
#kafun .coupon-btn a:hover::after {
    right: 10px;
    color: inherit !important;
}
/*-----------------------------------------------*/
/*その他はこちら*/
/*-----------------------------------------------*/
#kafun ul[class^="cate-link_"]{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin:30px auto 50px auto;
}
#kafun 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:#76d1bd;
    border: 2px solid #76d1bd; 
}
#kafun ul[class^="cate-link_"] li {
	margin: 0 auto;
}
#kafun .cate-link_1 > li {/*1カラム*/
	 width: 55%;
}
#kafun .cate-link_2 > li {/*2カラム*/
	 width: calc((100% - 2%) /2);
}
#kafun .cate-link_3 > li {/*3カラム*/
	 width: calc((100% - 2%) /3);
}
#kafun 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;
}
#kafun ul[class^="cate-link_"] li a:hover{
    color:#76d1bd !important;
    background: #fff;
}
#kafun ul[class^="cate-link_"] li a:hover:after{
    right:3%;
    color:#76d1bd;
}
/*-----------------------------------------------*/
/*バナー*/
/*-----------------------------------------------*/
#kafun .feature-box{
    display: grid;
    gap: 30px;
    max-width:900px;
    margin:0 auto;
}
#kafun .feature-box.col_1{
   grid-template-columns:repeat(1, 1fr);
}
#kafun .feature-box.col_2{
   grid-template-columns:repeat(2, 1fr);
}
#kafun .feature-box.col_3{
   grid-template-columns:repeat(3, 1fr);
}
#kafun .feature-box.col_4{
   grid-template-columns:repeat(4, 1fr);
}
/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
#kafun .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 9999;
}
#kafun .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background-color: #667983d9;
	border-radius: 80px;
	width:70px;
	height:70px;
    line-height: 1.3em;
    transition: 0.3s all;
}
#kafun .pagetop a:hover{
	background-color: #4b8b91b0;
	color: #fff !important;
	transform: translateY(-2px);
}
