@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
	scroll-behavior: smooth;
}
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;
	font-size: 100%;
	font: inherit;
	font-weight: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3', 'MS PGothic', 'MS UI Gothic', 'ヒラギノ丸ゴ Pro W4';
  color: #3d3f42;
  font-size: 16px;

}
p{
  line-height:1.8;
	letter-spacing: 0.15rem;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*a*/

a:link, a:visited, a:hover, a:active {
  color: inherit;
}
*,*::after,*::before {
	box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

a{
  text-decoration:none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
	display: block;
}
a:hover{
  opacity: .8;
}
a:visited{
	color: inherit;
}

img {
		width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;

}
@media screen and (max-width: 768px){
	body{
		font-size: 14px;
	}
}

/*common*/
.sp-area{
  display: none;
}

section{
  width: 100%;
}
@media screen and (max-width: 768px){
  section{
    width: 95%!important;
    margin:auto;
		padding: 0;
  }

  .sp-area{
    display: block;
  }
  .pc-area{
    display: none!important;
	}

}
@media screen and (min-width:768px) and ( max-width:1024px){
	.tab-area{
		display: none;
	}

}
/*font*/
h1{
	font-size: 2.125rem;
}
h2{
	font-size: 1.875rem;
}
h3{
	font-size: 1.5rem;
}
@media screen and (max-width: 768px){
	h1{
		font-size: 1.8rem;
	}
}

/*font*/
.t-urbane{
	font-family: urbane, sans-serif;
	letter-spacing: 0.1rem!important;
}
.t-avenir{
	font-family: 'Avenir Next',sans-serif;
}
.t-italic{
	font-style: italic;
}
.t-body{
	font-size: 1.1rem;
}
.t-body2{
	font-size: 0.875rem;
}
.t-body4{
	font-size: 0.7rem;
}
.t-body6{
	font-size: 0.8rem;
}
.t-body7{
	font-size: 1rem;
}
.t-body5{
	font-size: 0.6rem;
}
.t-body3{
	font-size: 0.9rem;
}
.t-title{
	font-size: 1.523em;

}
.t-subtitle{
	font-size: 1.4em;

}
.t-large{
	font-size: 1.25rem;
}

.t-large2{
	font-size: 1.2rem;
}
.t-large3{
	font-size: 2rem;
}
.t-large4{
	font-size:1.5rem;
}
.t-large5{
	font-size: 2.5rem;
}
.t-semibold{
	font-weight: 600;
}
.t-bold{
	font-weight: bold;
}
.t-subtitle{
	font-size: 1.3rem;
}
.t-underline{
	text-decoration: underline;
}
.t-body{
	font-size: 1.1rem;
}

.t-dot{
  position: relative;

  }
.t-dot::before{
	position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 4px;
  background: -webkit-radial-gradient(circle 5px, #d9689b 50%, transparent 50%);
  background: radial-gradient(circle 5px, #d9689b 30%, transparent 50%);
  background: -moz-radial-gradient(circle 5px, #d9689b 50%, transparent 50%);
 }
.t-annotation{
	font-size: .6rem;
}
.t-through{
text-decoration: line-through;
}
.t-pink{
	color: #E85298!important;
	letter-spacing: normal;
}
.t-red{
	color: #DE003F!important;
	letter-spacing: normal;
}
.t-gray{
	color: #949495!important;
}
.t-backpink{
    display: inline;
    position: relative;
    padding: 0 0 0 4px;
    z-index: 0;
    font-weight: 600;
}
.t-backpink::before{
content: "";
    background: #FDEFF6;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    z-index: -1;
}
.t-backlightpink{
    display: inline;
    position: relative;
    z-index: 0;
    font-weight: bold;
}
.t-backlightpink::before{
content: "";
    background: #FCF1ED;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    z-index: -1;
}
.t-back-yellow{
background-position: left -100% center;
padding-bottom: 0.6em;
font-weight: bold;
background-size: 200% 0.6em;
background-repeat: repeat-x;
background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 102) 50%);
transition: background-position 2s ease 0.1s;
}
.lineheight-1-5{
	line-height: 1.5rem;
}
.lineheight-2{
	line-height: 2rem;
}
.min-height-4{
	min-height: 4rem;
}
.min-height-5{
	min-height: 5rem;
}

@media screen and (max-width: 728px){
	.t-subtitle{
		font-size: 1.2rem;
	}

	.s_t-bolder{
		font-size: 20px;
	}
	.s_t-body2{
	font-size: 0.8rem;
	}
	.s_t-body3{
	font-size: 1.1rem;
	}
	.t-large3{
		font-size: 1.5rem;
	}
}
.border-bottom_1{
	border-bottom:
}
/*position*/
.p-re{
	position: relative;
}
.p-ab{
	position: absolute;
}
.p-in{
	position: inherit;
}
.p-ab01{
	top: -5px;
    font-size: 0.5rem;
    width: 150%;
    letter-spacing: normal;
    left: 50%;
    transform: translate(-50%);
}
@media screen and (max-width: 728px){
	.s_p-re{
		position: relative;
	}
	.s_p-ab{
	position: absolute;
	}
}

/*grid*/
.grid1_3{
	width:100%;
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 2%;
}
.grid3_2{
	width:100%;
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 2%;
}
.grid2_3{
	width:100%;
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 2%;
}
.grid1_1{
	width:100%;
	display: grid;
	grid-template-columns:1fr 1fr;
	gap: 2%;
}
.grid1_1_1{
	width:100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2%;
}
.grid1_1_1_1{
	width:100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2%;
}
.grid11_1_11_1_11_1_11{
	width:100%;
	display: grid;
	grid-template-columns: 11fr 1fr 11fr 1fr 11fr 1fr 11fr;
	gap: 1%;
	align-items: stretch;
}
.gap_01{
	gap: 40px 0px;
}
.align-items-center{
	align-items: center;
}
.d_block{
  display: block;
}
.d-flex{
	display: flex;
}
.align-items-start{
align-items: flex-start;
}
@media screen and (max-width: 728px){
.s_grid1_1{
  width:100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
}
.s_d_block{
  display: block;
}
}
.border-8{
	border-radius: 8px;
}
.max960{
	max-width: 960px;
}
.max1080{
	max-width: 1080px;
}
/*WIDTH*/
.w-1-5{
	width: 1.5%;
}
.w-10 {
width: 10%;
}
.w-10 {
width: 10%;
}
.w-15 {
width: 15%;
}
.w-20 {
width: 20%;
}
.w-23{
width: 23%;
}
.w-25 {
width: 25%;
}
.w-30 {
width: 30%;
}
.w-32 {
width: 32%;
}
.w-33 {
width: 33%;
}
.w-40 {
width: 40%;
}
.w-42 {
width: 42%;
}
.w-49{
width: 49%;
}
.w-50 {
width: 50%;
}
.w-60 {
width: 60%;
}
.w-65 {
width: 65%;
}
.w-70 {
width: 70%;
}
.w-75{
	width: 75%;
}
.w-80 {
width: 80%;
}
.w-90{
  width: 90%;
}
.w-95{
  width: 95%;
}
.w-100 {
width: 100%;
}

.w-auto {
width: auto;
}

.h-auto {
height: auto!important
}
.d-block{
	display: block;
}
@media screen and (max-width: 768px){
	.s_w-100px{
	width: 100%;
	}
	.s_w-95{
	width: 95%;
	}
.s_w-90{
width: 90%;
}
.s_w-80{
width: 80%;
}
.s_w-70{
width: 70%;
}
.s_w-60{
width: 60%;
}
.s_w-50{
width: 50%;
}
.s_w-48{
width: 48%;
}
.s_w-43{
width: 43%;
}
.s_w-20{
width: 20%;
}
.s_w-25{
width: 25%;
}
.s_w-100{
width: 100%;
}
.s_d-block{
	display: block;
}
}
/*margin-padding*/
.m-1p{
	margin: 1%;
}
.m-10{
	margin: 10px;
}
.m-30{
	margin: 30px;
}
.m-auto{
margin: auto;
}
.mb-8{
	margin-bottom: 8px;
}
.mb-16{
	margin-bottom: 16px;
}
.mb-32{
	margin-bottom: 32px;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-64{
	margin-bottom: 64px;
}
.mb-96{
	margin-bottom: 96px;
}
.mb-104{
	margin-bottom: 104px;
}
.mb--32{
	margin-bottom: -32px;
}
.mt-8{
	margin-top:8px;
}
.mt-16{
	margin-top:16px;
}
.mt-30{
	margin-top:30px;
}
.mt-64{
	margin-top:64px;
}
.mt-96{
	margin-top:96px;
}
.mt-104{
	margin-top:104px;
}
.mt-120{
	margin-top:120px;
}
.mrl-1p{
	margin-left: 1%;
	margin-right: 1%;
}
.ml-5{
	margin-left: 5%;
}

.ml-10{
	margin-left: 10%;
}
.mr-2p{
	margin-right: 2%;
}
.ml-20{
	margin-left: 20px;
}
.p-1p{
	padding: 1%;
}
.p-8{
	padding: 8px;
}
.p-16{
	padding: 16px;
}
.p-32{
	padding: 32px;
}
.ptb-8{
	padding-top: 8px;
	padding-bottom: 8px;
}
.ptb-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.pt-24{
	padding-top: 24px;
}
.pt-32{
	padding-top: 64px;
}
.pt-64{
	padding-top: 64px;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-32{
	padding-bottom: 32px;
}
.pb-48{
	padding-bottom: 48px;
}
.prl-20{
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 768px){


/*sp-margin*/
.s_m-0{
margin: 0;
}
.s_m-8{
margin: 8px;
}
.s_m-auto{
margin: auto;
}
.s_mb-16{
	margin-bottom: 16px;
}
.s_mb-30{
	margin-bottom: 30px;
}
.s_mt-16{
	margin-top: 16px;
}
.s_mt-60{
	margin-top: 60px;
}
.s_mb-40{
	margin-bottom: 40px;
}
.s_mb-80{
	margin-bottom: 80px;
}
.s_ml-4p{
	margin-left: 4%;
}
.s_mrl-0{
	margin-left: 0;
	margin-right: 0;
}
.s_p-8{
	padding: 8px;
}
.s_p-16{
	padding: 16px;
}
.s_p-15{
	padding: 1.5%;
}
.s_pb-40{
	padding-bottom: 40px;
}
.s_pt-24{
	padding-top: 24px;
}
.s_prl-8{
	padding-right: 8px;
	padding-left: 8px;
	letter-spacing: normal;
}
}
.common-tryBtn{
	width: 95%;
	margin: auto;
}
.common-tryBtn .btn{
	background: rgb(214, 34, 40);
	color: #fff;
	border-radius: 50px;
	letter-spacing: .01em;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	margin: 8px auto 8px;
	width: 100%;
}
.common-tryBtn .p-ab.alice{
	right: 0px;
bottom: -20px;
pointer-events: none;
width: 56px;
}
.tryBtn a{
  display: block;
  padding: 5px 25px;
  background: rgb(214, 34, 40);
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
	letter-spacing: .01em;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.category-container_02 .common-tryBtn{
	min-width: 400px;
	width: 30%;
	margin-bottom: -10px;
}
@media screen and (max-width: 768px){
	.category-container_02{
		width: 100%!important;
	}
	.category-container_02 .common-tryBtn{
		width: 90%;
		min-width: inherit;
	}
.common-tryBtn .btn{
		width: 100%;
}
.common-tryBtn{
		width: 100%;
}
.common-tryBtn.under .btn{
	width: 80%;
	padding: 8px;
}
.common-tryBtn.under .p-ab.alice{
		right: 0px;
		bottom: 85px;
    width: 70px;
}
.common-tryBtn .p-ab.alice{

width: 46px;
}
}
/*flex-css*/
.flex{
  display: flex;
}
.wrap{
  flex-wrap: wrap;
}
.between{
  justify-content: space-between;
}
.around{
	justify-content:space-around;

}
.center{
	justify-content: center;
}

.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
@media screen and (max-width: 768px){
	.s_align-left{
		text-align: left;
	}
	.s_align-center{
		text-align: center;
	}
	.s_between{
	  justify-content: space-between;
	}
	.s_wrap{
		  flex-wrap: wrap;
	}
	.s_center{
		justify-content: center;
	}
	.s_rowgap-32{
	  row-gap: 32px;
	}
}
/*header*/
header{
	max-width: 1280px;
	margin: auto;
 	width: 90%;
	margin-left: 5%;
	margin-top: 32px;
	z-index: 2;
	position:relative;
}
header .header-logo{
	width: 200px;
	margin-left: calc(100% - 200px);
	padding: 8px 16px;
	background: #fff;
}
header .center{
	gap:28px;
	font-size: 12px;
}

@media screen and (min-width:768px) and ( max-width:1024px){
	header .center{
		font-size: 11px;
		width: 100%;
		gap:15px;
	}
	header .center li{

	}
	nav{
		width: calc(100% - 160px)!important;
	}

}
@media screen and (max-width: 768px){
	header{
		  height: inherit;
	}
  .header h1{
    width: 90%;
  }
  .header h1 img.batsu{
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
	.header img{
	 	width: 100%;
		padding-top:0px;
		padding-bottom:0px;
	}
  header img.logo{
		height: 50px;
		width: auto;
		margin: 10px auto;
  }
	header{
		width: 100%;
		margin: auto;
	}
	header .header-logo{
		margin-left: calc(100% - 98px);
		width: 90px;
		padding: 5px;
		margin-right: 8px;
		margin-top: 8px;
	}
	header img.logo{
		height: auto;
		margin: 0;
	}

}


/*section共通*/
img.section-title{
	width: 250px;
}
@media screen and (max-width: 768px){
	img.section-title{
		width: 150px;
}
}

h2.title{
  padding-bottom: 10px;
  margin: 0px auto 40px;
  border-bottom: 1px solid #3E3A39;
}
h2.title::after{
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 11px solid #3E3A39;
}
/*top-container*/
.top-container{
	max-width: 1280px;
	margin: auto;
	margin-top: -110px;
}
.top-container__box{
	width: 500px;
	background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	border-radius:4px;
}


.top-container__box .titletag{
	background: #E85298;
	padding: 8px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 4px;
	top: -24px;
	width: 70%;
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
}
.top-container__box .firsttag{
	top: 0;
	left: -10%;
}
.top-container__box .badge{
	position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    background-image: url(deco_03.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: white;
    background-image: url("../images/deco_03.webp");
}

.top-container__box .badge .badge-text{
	position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    line-height: 1.2;
			font-size: 24px;
}
.top-container .top-text01{
	font-size: 50px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3rem;
}
.top-container .top-text02{
	font-weight: 600;
color: #E85298;
font-size: 90px;
font-family: 'Avenir Next', sans-serif;
margin-left: -7px;
margin-right: -5px;
}
.top-container .top-text03{
	font-weight: 600;
letter-spacing: -0.5rem;
margin-left: 3px;
color: #E85298;
}
.top-container .deco-02{
	width: 30px;
    right: 60px;
    top: 0;
}
@media screen and (max-width: 768px){
	.top-container{
		width: 100%!important;
		margin-top: -48px;
	}

	.top-container__box{
		width: 90%;
	}
	.top-container__box .titletag{
		width: 65%;
		letter-spacing: normal;
	}
	.top-container__box .badge{
		width: 90px;
		height:90px;
	}
	.top-container__box .badge .badge-text{
		font-size: 20px;
	}
	.top-container__box .firsttag{
		top: -50px;
		left: -6%;
	}
}

/*category*/

.category-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.category-card img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* ラベル */
.category-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  padding: 8px 16px;
  border-bottom-right-radius: 20px;
  font-weight: bold;
  font-size: 14px;
	width: 70%;
}

/*about-container*/

.about-container{
	background: #FEFAEF;
}
.about-container__box--inner{
	border: 2px dotted #D1D1D6;
	background: #fff;
}

.about-container__ubox{
	background: #FCF1ED;
	padding: 10px 20px;
}
.about-container__box--inner p.title{
	background: #F1F1F2;
	border-radius: 8px 8px 0px 0px;
	padding: 10px 5px;
	letter-spacing: normal;
}
@media screen and (max-width: 768px){
	.about-container__ubox{
			padding: 30px 0px;
	}
.about-container .alice{
	width: 20%;
	right: 0;
	bottom: -37px;
}
}
/*circle*/
.circle{
	width: 60px;
	height: 60px;
	left: -30px;
	top: -30px;
	display: inline-block;
	background: #FFF;
	color: #E85298;
	border:2px solid #E85298;
	border-radius: 50%;
}
.circle p{
	position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
    letter-spacing: 0.02rem;
}
@media screen and (max-width: 768px){
	.circle{
		top: -20px;
		left: -10px;
	}
}
.prime-section {
  background: #fff;
  padding: 0px 20px 16px;
	width: 90%;
    border-radius: 16px;
		margin-top: 16px;
}


.prime-benefit {
  border: 2px dotted #ccc;
  border-radius: 10px;
  padding:8px 16px;
  background-color: #fff;
}


.usage-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.usage-item {
  background: #fafafa;
  border-radius: 10px;
  padding: 20px;
  width: 200px;
  box-shadow: 0 0 4px rgba(0,0,0,0.05);
}

.usage-item img {
  width: 100%;
  margin: 10px 0;
}

.usage-item .caption {
  font-size: 14px;
  color: #444;
}

.usage-item .label {
  font-size: 13px;
  color: #888;
}
.point-box{
	border: 2px dotted #B5B5B6;
    border-radius: 8px;
    padding: 16px;
}
@media screen and (max-width: 768px){
	.prime-section{
		padding:0;
		margin-top: 0;
	}

}
.point-box__title span{
	display: inline;
position: relative;

z-index: 0;
font-weight: 600;
}
.point-box__title span::before{
	content: "";
	background: #FCF1ED;
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 14px;
	z-index: -1;
}
.point-box__point{
	background: #FFF5F7;
border-radius: 30px;
padding: 8px;
margin:0 1%;
}
/**/
.btn-product {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #D62228;
  border-radius: 9999px;
  background-color: #FCF1ED;
  color: #D62228!important;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
	width: 100%;
text-align: center;
}

.btn-product .arrow {
  margin-left: 8px;
  font-size: 14px;
}

.btn-product:hover {
  background-color: #ffecec;
}
@media screen and (max-width: 768px){
	.prime-benefit{
		padding: 8px;
	}
	.btn-product{
		padding: 8px;
		font-size: 14px;
	}
	.point-box .p-ab{
		top: 0;
		left: 0px;

	}

}

/*table-container*/
.table-container th,.table-container td {
		padding: 15px;
		vertical-align: middle;
		width: 28%;
}
.table-container td {
		padding: 20px 20px;
}
.table-container th:first-child,.table-container td:first-child {
		width: 16%;
}

.table-container table {
    border-collapse: separate;  /* 表の線と線の間を空ける */
		border-spacing: 4px;       /* 表の線と線の間の幅 */
}
.table-container .border-pink {
 border: #E85298 2px solid;
}
.table-container .border-gray {
border: #F1F1F2 2px solid;
}
.table-container .back-gray {
	background: #F1F1F2;
}
.table-container .back-pink {
	background: #FFF5F7;
}
@media screen and (max-width: 768px){
	.table-container table{
		letter-spacing: .1em;
font-size: 11px;
width: 100%;
border-spacing: 3px;
	}
	.table-container td{
		padding: 20px 5px;
	}
	.table-container th,.table-container td {
			width: 27%;
	}
	.table-container th:first-child, .table-container td:first-child{
			width: 19%;
	}
}
/*product-container*/
.product-container{
	margin-top: -120px;
}
.product-container--inner{
	overflow-x:scroll;
	display: -webkit-box;
}

.mainImage {
width: 100%;
margin: 0 auto;
}

.thumbnails {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: distribute;
-ms-flex-pack: distribute;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin:10px auto;
}

.thumbnails img {
width: 31%;
cursor: pointer;
transition: all .3s;
}

.thumbnails img:hover {
opacity: 0.8;
transition: all .3s;
}

@media screen and (max-width: 768px) {
.mainImage {
width: 90%;
}
.thumbnails {
margin: 30px auto 0;
}
.thumbnails img {
width: 30%;
margin: 0 auto 10px;
}
.thumbnails img:hover {
opacity: 1;
}
}

/*category*/
.category-container_02{
	background-color: #FCF1ED;
}

.category-container ul{
  width: 100%;
  margin:0 auto ;
	font-size: 16px;
}
.quecategorystion-container li{
  list-style:none;
	padding: 15px;
	border-bottom: 1px solid #bbbdc1;

}


.category-container .category p{
	display: flex;
	align-items: center;
    text-align:left;
		line-height: 65px;
		letter-spacing: normal;
}
.category-container .category{
	position: relative;
	width: auto;
font-size: 14px;
font-weight: bold;
text-align: left;
background: #F1F1F2;
position: relative;
display: block;
padding: 5px;
border-radius: 4px;
cursor: pointer;
padding-left: 83px;
line-height: 75px;
    margin-top: 24px;
}

.category-container .category::before{
	content: "";
	display: inline-block;
	width: 65px;
	height: 65px;
	position: absolute;
	left: 5px;
	    background-size: 100%;
}

.category-container .category01::before{
	background-image: url("../images/item_01.webp");
}
.category-container .category02::before{
	background-image: url("../images/item_06.webp");
}
.category-container .category03::before{
	background-image: url("../images/item_09.webp");
}
.category-container .category04::before{
	background-image: url("../images/item_11.webp");
}
.category-container .category05::before{
	background-image: url("../images/item_13.webp");
}
.category-container .category06::before{
	background-image: url("../images/item_outdoor.webp");
}
.category-container .category07::before{
	background-image: url("../images/item_14.webp");
}
.category-container .category:after {
	content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-radius: 4px;
	font-size: 10px;
}


	@media screen and (max-width: 768px){
.category-container .category{
	margin-top: 16px;
}
	}
	.benefit-boxes {
	  display: flex;
	  justify-content: center;
	  gap: 20px;
	  padding: 20px;
	  background-color: #fff;
	}

	.benefit {
	  border: 2px dotted #ccc;
	  border-radius: 10px;
	  padding: 20px 30px;
	  text-align: center;
	  width: 180px;
	  background-color: #fff;
	}

	.benefit-top {
	  font-size: 16px;
	  color: #333;
	  margin-bottom: 8px;
	  font-weight: 500;
	}

	.benefit-bottom {
	  font-size: 20px;
	  color: #e441a7; /* ピンク */
	  font-weight: bold;
	}

/*slider-container*/
section.slider-container{
	max-width: 900px;
}
.slick-slide img{
	border-radius: 30px;
}
.slick-initialized .slick-slide{
	margin: 20px;
    border: 2px dotted #B5B5B6;
    padding: 25px;
    border-radius: 15px;
}

@media screen and (max-width: 768px){
	.slick-slide img{
		border-radius: 10px;
	}
	.slick-initialized .slick-slide{
		margin: 5px;
	}
}
 .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	bottom: -35px;
	transform: translateY(-50%);
	z-index: 10;
}
.slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.prev-arrow {
	right: 60%;
}
.next-arrow {
	left: 60%;
}
@media screen and (min-width: 768px){
	.slick-arrow {
		width: 25px;
		height: 25px;
	}
	 .slick-arrow:hover{
		cursor: pointer;
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px){
	.slick-arrow {
		width: 20px;
		height: 20px;
	}
}
/*about-container*/

@media screen and (min-width:769px) and ( max-width:1024px){
.about-container .d-flex{
	width:90%;
	margin:auto;
	margin-top: 64px;
}
}
/*footer*/
.footer{
	text-align: center;
	margin: 40px auto 0px;
	font-size: 14px;
}
.footer .logo_alice{
	display: block;
    width: 200px;
    margin: auto;
}
.footer .logo_alice img{
    width: 200px;
}
.footer .link{
	margin: 20px auto;
    width: 300px;
    align-items: center;
    justify-content: space-evenly;
}
.footer .info{
margin: 20px auto;
    width: 400px;
    align-items: center;
    justify-content: space-evenly;
}
@media screen and (max-width: 768px){
.about-container{
	width: 100%!important;
}
.footer .info{
width:100%;
}
}


.bottom-container{
	width: 100%!important;
}
.bottom-container__box{
	width: 596px;
	background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	border-radius:4px;
}


#roop {
	height: 713px;
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
		background-image: url("../images/collage_long.png");
    -webkit-animation: bgroop 60s linear infinite;
    animation: bgroop 60s linear infinite;

}
@media screen and (max-width: 768px){

	.bottom-container__box{
		width: 90%;
		padding: 30px 16px 40px;
	}
}


@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}

@-webkit-keyframes roop {
    from {
        background-position: -1956px 0;    }
    to {
        background-position: 0 0;    }
}
@keyframes roop {
    from {
			background-position: -1956px 0;    }
    to {
        background-position: 0 0;    }
}
