@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
	background-image: repeating-linear-gradient(
		-45deg,          /* 斜め45度にする */
		#e9f0ff,         /* 薄い色 */
		#e9f0ff 5px,    /* 10pxまで薄い色 */
		#ffffff 5px,    /* 10pxから白に切り替え */
		#ffffff 10px     /* 20pxまで白 */
	);
	padding: 3% 0;
	background-attachment: fixed;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 94%;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 0 2%;
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 33%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left img{
		width: 45vh;
	}
		
	.pc-box__right{
		width: 55vh;
	}
	
	.pc-box__right ul{
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		column-gap: 10px;
		grid-row-gap: 10px;
		justify-content: center;
	}
	
	.pc-box__right ul li{
		width: calc(33.3% - 10px);
		background-color: #fff;
	}
		
	.wrapper{
		width: 34%;
		margin: 0;
	}
}

/*===================================

       		brand
	
====================================*/

.inner-box{
	width: 90%;
	margin: 10% auto 5%;
	box-sizing: border-box;
	border: solid 2px #e7c9f8;
	padding: 3%;
	background-color: #fff;
	border-radius: 10px;
}

.brand{
	width: 100%;
}

.brand h1{
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 auto 5%;
	color: #bf7fe9;
}

.brand h1 span{
	font-size: 1.0rem;
}

.brand ul{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 10px;
	grid-row-gap: 10px;
	flex-wrap: wrap;
	font-family: "Josefin Sans", sans-serif;
	justify-content: center;
}

.brand ul li{
	width: calc(50% - 10px);
	box-sizing: border-box;
	/*border: solid 1px #b5ceff;*/
}

.brand ul li a{
	display:block;
	text-decoration: none;
	text-align: center;
	font-size: 1.0rem;
	line-height: 3;
	color: #fff;
	background-color: #e0bef7;
}

@media(min-width:750px){
	.brand ul li a{
		font-size: 1.25rem;
	}
}


/*===================================

       		campaign
	
====================================*/

.campaign{
	width: 100%;
	margin: 0 auto;
}

.campaign h1{
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 auto 5%;
	color: #bf7fe9;
}

.campaign h1 span{
	font-size: .9rem;
}


.campaign-flex{
	display: flex;
	column-gap: 15px;
	margin-bottom: 5%;
}

.campaign-flex .mm{
	box-sizing: border-box;
	border: solid 1px #cc94f2;
}

.campaign-flex p{
	text-align:center;
	font-family: "Josefin Sans", sans-serif;
	margin: 5% auto;
	font-size: .7rem;
	line-height: 1.3;
}

.campaign-flex .une{
	font-size: 1.0rem;
}

.campaign-flex span{
	display: inline-block;
	margin-top: 2%;
}

@media(min-width:750px){
.campaign-flex p{
	text-align:center;
	font-family: "Josefin Sans", sans-serif;
	margin: 5% auto;
	font-size: .8rem;
	line-height: 1.5;
}

.campaign-flex .une{
	font-size: 1.1rem;
}
}


/*===================================

       		ranking
	
====================================*/
.pd0{
	padding: 3% 0;
}

.ranking{
	width: 100%;
	margin: 0 auto;
}

.ranking h1{
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 5% auto;
	color: #bf7fe9;
}

.ranking h1 span{
	font-size: .7rem;
	display: inline-block;
	line-height: 1.7;
}

.ranking .splide__slide{
	position: relative;
}

.ranking .splide__slide .product .item-name{
	font-size: 1.0rem;
	line-height: 1.6;
	font-family: "Josefin Sans", sans-serif;
	margin: 2% auto;
	min-height: auto;
}

.ranking .splide__slide .product .brand-coment{
	font-size: .7rem;
    margin: 2% auto 0;
    text-align: center;
    line-height: 1.6;
}

.ranking .slide{
	margin: 0 auto;
}

.ranking .splide__list{
	margin: 6% 0!important;
}

@media(min-width:750px){

.ranking h1 span{
	font-size: .8rem;
}
}

/*===================================
   丸いバッジのデザイン
====================================*/
.circle-badge {
	position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffafcc; /* 赤系の色 */
  color: #ffffff;            /* 白色の文字 */
  display: flex;
  flex-direction: column;    /* 縦並びにする */
  justify-content: center;   /* 上下の真ん中 */
  align-items: center;       /* 左右の真ん中 */
  font-size: .85rem;
  font-weight: normal;
  line-height: 1.1;          /* 行間を少し詰める */
  text-align: center;
	top: -20px;
	left: 10px;
	z-index: 10;
	font-family: "Josefin Sans", sans-serif;
}

.circle-badge span{
   font-size: 1.15rem;
	font-weight: 600;
}





/*===================================

       		type
	
====================================*/

.type{
	width: 100%;
	margin: 0 auto;
}

.type h1{
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 5% auto 0%;
	color: #bf7fe9;
}

.type ul{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 30px;
	margin: 5% auto 5%;
	justify-content: center;
}

.type ul li{
	width: calc(33.3% - 10px);
	background-color: #fff;
}

.type ul li img{
	box-sizing: border-box;
	padding: 5% 5% 0;
}

.type ul li a{
	color: #000;
	text-decoration: none;
}

.type ul li p{
	font-size: .75rem;
	font-weight: 600;
	text-align:center;
	padding-bottom: 4%;
	margin: 0;
}



/*===================================

       		meihin
	
====================================*/

.meihin{
	width: 100%;
	margin: 0 auto;
}

.meihin h1{
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 5% auto 8%;
	color: #bf7fe9;
}

/*---------- slide ----------*/

.slide{
	overflow: hidden;
	margin: 5% 0;
}

/* 左右の余白や全体の幅を調整 */
.slide-inner{
	width: 100%;
	margin: 5% auto;
}

.splide__track {
	padding: 0 !important;
	margin: 0 !important;
}

.slide-inner.splide__track {
	width: 100%; /* 横幅いっぱいに広げる */
	margin: 0 auto;
}

.splide__slide {
	width: 60% !important; 
	background-color: #FBF4FF;
	border: solid 1px #cc94f2;
	box-sizing: border-box;
	padding: 2%;
	border-radius: 10px;
}

.slide-inner.splide__track {
	width: 100%;
	margin: 0 auto;
}

.splide__arrow {
	top: 45% !important; 
}

.splide__arrow {
    background-color: #fff !important; 
    color: #333 !important; /* 💡 例：暗いグレー */
}

.splide__arrow {
    width: 1.8rem !important; 
    height: 1.8rem !important;
}

.splide__arrow svg {
    font-size: 0.7rem !important;
}

.splide__slide .item-brand{
	text-align: center;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.3rem;
	margin: 3% auto 4%;
}

.splide__slide .product{
	margin: 5% auto;
	text-align: center;
}

.splide__slide .product .item-name{
	font-size: .9rem;
	line-height: 1.6;
}

.splide__slide .product .brand-coment{
	font-size: .7rem;
    margin: 2% auto 0;
    text-align: center;
    line-height: 1.6;
}


/*===================================

       		keyword
	
====================================*/

.keyword{
	width: 100%;
	margin: 0 auto;
}

.keyword h1{
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 2% auto 8%;
	color: #bf7fe9;
}

.keyword ul{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
	margin: 5% auto 0;
	justify-content: center;
}

.keyword ul li{
	width: calc(50% - 8px);
}

.keyword ul li a{
	display: block;
	font-size: .95rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #e0bef7;
	text-decoration: none;
	line-height: 3;
}



