@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');


html, body, ul, li, p, a, div, img, h1, h3 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	overflow-x: unset;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}
*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}
::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}
#sakura {
	width: unset;
	margin: 0 auto;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	/*background: #fc8eac;*/
	background: #ffe4e1;
	color: #000;
}
#sakura img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

#sakura section.item img.sample {
	max-width: 85%;
	margin-bottom: -30px;
	height: auto;
}

#sakura p {
	font-size: 1.1em!important;
	margin-top: 0!important;
}
#sakura h1, #sakura h2, #sakura h3, #sakura h4 #sakura h5 {
	color: #000;
	text-align: center;
	font-weight: 400;
	background: none;
	border: none;
	letter-spacing: normal;
}
#sakura h1 {
    font-size: 9em;
    line-height: 50%;
    font-weight: bold;
	font-family: "p22-nudgewink-pro", sans-serif;
    font-weight: 700;
    font-style: bold;
	margin: 50px auto 0;
	color:#c31e58;
}
#sakura h1 span {
	font-size: 0.2em!important;
	/*font-family: "source-han-serif-variable", sans-serif;*/
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: bold;
	color:#fd5b8d;
}
#sakura h2 {
	font-size: 2.1em;
	font-family: "yu-mincho-pr6n", sans-serif;
	line-height: 180%;
	font-weight: normal;
}

#sakura h2.headline2 {
  padding: 1%;/*文字周りの余白*/
  color: #c31e58;/*文字色*/
	font-size: 5em;
	/*background-color: #000;*/
	/*font-family: "fleur", serif;*/
	font-family: "p22-nudgewink-pro", sans-serif;
	line-height: 85%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08rem;
	margin: 0 auto;	
}

#sakura h2.headline2 span {
	font-size: 0.3em;
	color:#fd5b8d;
	margin: auto 0;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}


#sakura h3 {
    font-size: 1.5em;
    margin: 0px auto 10px!important;
    text-align: center;
    width: 90%;
    font-weight: bold;
	line-height: 120%;
}
#sakura h3 span{
    font-size: 0.55em;
 
}

#sakura h4 {
    font-size: 1em;
    margin: 10px auto 0px!important;
    text-align: center;
    width: 90%;
    font-weight: bold;
}


#sakura .multiple { padding: 0;}
#sakura .multiple img { margin: 10px auto 0;}
#sakura .multiple div { margin: 4px 4px 5px 2px;}

#sakura .sakura_wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}

#sakura .categorylist{
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
	/*border: solid 2px #177245;*/
	border-radius: 10px;
}
#sakura section.category {
  margin: 50px auto 100px;
  width: 100%;
}
#sakura .categorylist div {
  flex-basis: calc(100% / 3 );
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}


#sakura p {
	font-size: 1.1em!important;
	line-height: 180%;
}
#sakura .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
}

#sakura .flex02{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: nowrap; /* Safari */
 flex-wrap: nowrap;
 width: 100%;
 position: relative;
 align-items: center;
}

#sakura .main_text {
	margin: 20px auto 50px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 90%;
	max-width: 800px;
}

#sakura .main_text2 {
	margin: 10px auto 30px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 90%;
	max-width: 800px;
}

#sakura .main_text3 {
	margin: 0px auto 0!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 90%;
	max-width: 800px;
}

#sakura .main_text span {
	color: #C52F32;
	font-weight: bold;
}
#sakura section{
	margin: 50px auto;
	
}
#sakura section.back{
	background: #ffffe0;
	padding: 2% 0%;
}
#sakura section.item{
	width: 100%;
	max-width: 800px;
	margin: 30px auto 50px;
	text-align: center;
	height: auto;
	background:#ffe4e1;
}
#sakura section.item img{
	width: 100%;
	/*max-width: 500px;*/
	max-width: 800px;
}
#sakura section.item .flex div{
	flex-basis: 50%;
	padding: 2%;
}


#sakura p.other a {
	display: block;
	width: 100%;
	max-width: 400px;
	border-radius: 8px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid white;
	background: #000;
	color: white;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 60px auto;
}

#sakura p.other a:hover{
	background: white;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#sakura p.other2 a {
	display: block;
	width: 100%;
	max-width: 400px;
	border-radius: 8px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid white;
	background: #fd6c9e;
	color: white;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 60px auto;
}

#sakura p.other2 a:hover{
	background: white;
	text-align: center;
	border: 1px solid #fd6c9e;
	color: #fd6c9e;
}


/* 桜を表示するコンテナのスタイル */
#sakura .cherry-blossom-container{
  position: relative;
  height: auto; /* コンテナの高さ */
  width: 100%; /* コンテナの横幅 */
  overflow: hidden; /* コンテナからはみ出した要素を隠す */
}

/* 桜の花びらのスタイル */
#sakura .petal {
  position: absolute;
  background-color: #ffc0cb; /* 花びらの色 */
  border-radius: 150% 0 150% 0;
  animation: animate-petal 10s linear;
}

#sakura .petal::after {
  content: "";
  position: absolute;
  top: -14%;
  left: -10%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffc0cb;
  border-radius: 150% 0 150% 0;
  transform: rotate(15deg);
}

/* 花びらが降るアニメーション */
@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;

  }

	
  90% {
    opacity: 1;
	  
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(3000deg);
  }
}

.flexbox {
	display: flex;
	margin: 0px auto;
}
.box1 {
	width: 50%;
	margin: auto;
}
.box2 {
	width: 50%;
	margin: auto .5rem;
}
.box2 .box_text {
	width: 90%;
	text-align: left;
	margin: 0px auto;
}
#sakura p.itemname {
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}
#sakura p.price {
	font-size: 1.2em!important;
	margin: 10px auto!important;
}
#sakura section.stylebox {
	width: 100%;
	margin: 100px auto;
}
#sakura section.stylebox .style {
	width: 100%;
	margin: 50px auto;
}
#sakura section.stylebox .style .mainimage {
	width: 100%;
}
#sakura .mainimage .flex div {
	flex-basis: 50%;
}
#sakura .style .textaria {
	margin: 20px auto;
	width: 100%;
}
#sakura .style .textaria p.model {
	margin: 10px auto 0!important;
	font-size: 0.8em!important;
	text-align: center;
}
#sakura .slide {
	margin: 20px auto 50px;
}
#sakura .slide ul {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#sakura .slide ul li img {
	width: 100%;
}
#sakura .item p.itemname {
	margin: 20px auto 5px!important;
	font-size: 0.95em!important;
}
#sakura .item p.price {
	margin: 0 auto 10px !important;
	font-size: 1.2em!important;
	display: block;
}
#sakura .subimage1 {
	width: 100%;
	position: relative;
	margin: 50px auto;
}
#sakura .subimage1 .flex div {
	flex-basis: 50%;
}
#sakura .subimage2 {
	width: 100%;
}
#sakura .subimage2 .flex div {
	flex-basis: 50%;
}
#sakura .subimage2 .subimage1-1 {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 25px;
}
#sakura .subimage2 .subimage1-2 {
	width: 80%;
	margin: auto;
}
#sakura .subimage2 .subimage1-3 {
    width: 90%!important;
    margin-top: 20%;
    margin-left: 3%;
}
#sakura .itemlist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	max-width: 900px;
}
#sakura .itemlist div {
	flex-basis: calc(100% / 1);
	padding: 1%;
	margin-bottom: 40px;
}
#sakura .itemlist p.itemname {
	text-align: center;
	margin: 55px auto 10px!important;
	line-height: 180%;
	overflow: visible;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 1.2em!important;
}

#sakura .itemlist p.itemname span {
	color: #C52F32;
	font-weight: bold;
	font-size: 1em!important;
}
#sakura .itemlist p.price {
    margin: 0 auto 5px!important;
    text-align: center;
}
#sakura .itemlist p.price span {
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}

#sakura .function {
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
	/*padding: 40px 0;*/
	padding:25px 40px 45px 75px;
}
#sakura .function img {
	width: 100%;
}
#sakura .function div:first-child {
	flex-basis: 50%;
}
#sakura .function div:last-child {
	flex-basis: 70%;
	padding-left: 2%;
	text-align: left;
	font-size: 1.1em!important;
	line-height: 150%;
	margin: auto;
}
#sakura .function p.proftext {
	font-size: 0.85em!important;
	width:95%;
	font-weight: bold;
}

#sakura .function p.proftext span {
	font-size: 1em!important;
	background: linear-gradient(transparent 70%, #fc8eac 30%);
	font-weight: bold;
	
}

#sakura p.icon{
	margin: 0 auto!important;
	text-decoration: none;
	font-size: 0.95em!important;
	text-align: center;
	font-weight: bold;
}

#sakura p.icon a{
	 color: #000;
	font-weight: bold;
}

#sakura p.icon img{
	max-width: 10%;
	vertical-align: middle;
	padding: 2%;
	display: inline-block!important;

}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

	@keyframes infinity-scroll-right {
from {
  transform: translateX(-100%);
}
  to {
  transform: translateX(0%);
}
}
.scroll-infinity__list--right{
  animation :infinity-scroll-right 25s infinite linear 0.5s both;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
	margin-bottom: -35px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
 margin:0 auto 0px;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 25s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4);
}
.scroll-infinity__item>img {
  width: 100%;
  margin: 0px auto;
}




/* 購入ボタン */

#sakura .buy, .itemlist a.buy {
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
}
#sakura .buy:hover, .itemlist a.buy:hover {
	background: #ffe4e1;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}



.slick-dots li button{
    font-size:initial;
    color:initial;
    background:initial;
}
.slick-dots li button:before{
    content:none;
}
.slick-dots li{
    width:30px;
    height:30px;
}
.slick-dots li button{
    width:100%;
    height:100%;
    background:#fe4164;
    border-radius:50%;
    color:#fff;
}
.slick-dots li.slick-active button{
    background:#ffb6c1;
	color:#000;
}

/* 回遊リンク */

#sakura .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#sakura .Banner4 h3 {
	font-size: 25px !important;
	margin: 50px auto !important;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	text-align: center;
}
#sakura .Banner4 ul {
	display: inline;
}
#sakura .Banner4 ul li {
	display: inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
	.pc_none {
		display: none!important;
	}
	#sakura .left {
		flex-direction: row-reverse;
	}
	/* ヘッダー・フッターの崩れを直す */
	#news_detail .detail {
		width: 100%!important;
	}
	#news_detail .detail .head {
		width: 1000px!important;
		margin: 0 auto 50px!important;
	}
	#news_detail .detail .content {
		background: #ffffff;
	}
	#news_detail .detail .content p:first-child {
		margin: 0 auto;
		max-width: 1000px!important;
	}
	#topicpath {
		width: 1168px;
		margin: 0 auto;
	}
	.paging {
		width: 1000px;
		margin: 0 auto;
	}
	.item_category_links {
		width: 1168px;
		margin: 100px auto 0;
	}
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}
	#sakura p, #sakura div {
		font-size: 3.125vw!important;
		line-height: 180%;
	}
	#sakura h1 {
		font-size: 18vw;
		line-height: 60%;
	}
	
	#sakura h1 span {
	font-size: 4vw!important;
}
	
	#sakura .main_text {
		margin: 5.125vw auto!important;
		text-align: left;
		line-height: 180%;
	}
	
		#sakura .main_text2 {
		margin: 2vw auto 7vw!important;
		text-align: left;
		line-height: 180%;
	}
	
	#sakura section.item {
		margin: 10vw auto 0;
	}
	#sakura section.stylebox {
		width: 100%;
		margin: 0.875vw auto 10vw;
	}
	
	#sakura h4{
		font-size: 3vw;
	}
	
	#sakura h2.headline2 img{
     margin: -20vw auto 0vw;
	
	}
	
	#sakura p.other a:hover{
	background: white;
	text-align: center;
	border: 1px solid black;
	color: black;
}
	#sakura p.other a {
		display: block;
		width: 100%;
		max-width: 300px;
		padding: 10px 0;
		text-align: center;
		border: 1px solid white;
		color: white;
		background: black;
		/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
		transition: 0.6s;
		margin: 40px auto;
		
	}
	
		#sakura p.other2 a:hover{
	background: white;
	text-align: center;
	border: 1px solid #fd6c9e;
	color: #fd6c9e;
}
	#sakura p.other2 a {
		display: block;
		width: 100%;
		max-width: 210px;
		padding: 10px 0;
		text-align: center;
		border: 1px solid white;
		color: white;
		background: #fd6c9e;
		/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
		transition: 0.6s;
		margin: 40px auto;	
	}

#sakura section.item img.sample {
	max-width: 100%;
	margin: auto 0;
	height: auto;
}	
	
#sakura .flex02{
flex-direction:column;
 width: 95%;

}	

#sakura .function {
	margin: 0px auto;
	padding: 10px 0;
}	
	
#sakura  .function p.proftext {
	margin-top: 3vw !important;	
}	
	
.scroll-infinity__item {
  width: calc(100vw / 2);
}
	
#sakura .categorylist div {
  flex-basis: calc(100% /2  - 1%);
}

#sakura section.category {
  margin: 20px auto ;
  width: 100%;
}	
	
#sakura .itemlist p.itemname {
	margin: 20px auto 0px!important;
	font-size: 4vw!important;
}	
	
#sakura .item p.price
{
	margin: 5px auto 5px!important;
	font-size: 5vw!important;
}		
		
#sakura h2.headline2 span {
	font-size: 3.5vw;
	margin-bottom: 0px;
}	
	
#sakura h2.headline2{
	font-size: 10vw;
	line-height:75%;
	padding:2% 2% 1%;
}	
	
#sakura h3 {
    font-size: 3.5vw;
   
}
#sakura h3 span{
    font-size: 2vw;
 
}	
	#sakura .buy, .itemlist a.buy{
   padding: 10px 0;
 
}	
	
	.flexbox {
		display: block;
	}
	.flexbox .box1 {
		width: 100%;
		margin: 0 auto;
	}
	.flexbox .box2 {
		width: 100%;
		margin: 5.56vw auto;
	}
	#sakura .textaria {
		width: 90%;
		margin: 0 auto;
	}

	#sakura .itemlist div {
		flex-basis: calc(100% / 1);
		padding: 2%;
		margin-bottom: 30px;
	}
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#sakura .Banner4 {
		text-align: center;
		width: 100%;
	}
	#sakura .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#sakura .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#sakura .header {
		position: relative;
		height: 105vw;
	}
	#sakura .header .fv1 {
		position: absolute;
		width: 95%;
		top: 0vw;
		left: 3vw;
	}
}