/******************************/
/* SLIDER */
/******************************/
.l-main.top .u-container.mainslider{
	width:100%;
	text-align: center;
	    padding: 0 0 30px 0;
}
.bx-wrapper .bx-caption{
	left: 1% !important;
    border-radius: 0 0 18px 18px !important;
}
.bx-wrapper .bx-viewport{
    background: none !important;
}
#slider{
	margin-left: 50%;
}
@media screen and (max-width: 767px) {
	.bx-wrapper .bx-caption{
	left: 0% !important;
    border-radius: 0 !important;
}

}
/*@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
  
}*/
@media screen and (max-width: 1030px) {
#slider{
	margin-left: 0%;
}
.bx-viewport #slider > div {
    display: block;
    margin-right:0 !important;
    margin-left:0 !important;
    padding: 0px !important;
}
}
#slider div {
  width: 100%;
  max-width: 900px;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
	margin-right: 450px;
    margin-left: -450px;
	padding: 0 10px;

}
.bx-wrapper {
  z-index: 0;
	margin-top: 10px !important;
}
.bx-wrapper img {
  width: 100%;
	max-width: 900px !important;
  height: auto;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
.bx-wrapper img {
	border-radius: 0px;
}
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
.scroll-infinity__list--right{
	margin-top:30px;
}
.makerscroll{
	padding-top: 3%;
    padding-bottom: 3%;
	background: #eef0f3;
}
@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 80s infinite linear 0.5s both;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.scroll-infinity__item img{
	border-radius: 20px;
}
.scroll-infinity__item {
	position: relative;
  width: calc(100vw / 4.5);
	margin: 0 1%;
}
@media screen and (max-width: 767px) {
.scroll-infinity__item {
	position: relative;
  width: calc(100vw / 2.5);
	margin: 0 1%;
}
}
.scroll-infinity__item .name{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1% 3%;
	border-radius: 0 10px 0 10px;
}
.scroll-infinity__item .name p{
	font-size: 12px;
	margin: 3px;
}

body {
  background-image: url(https://img21.shop-pro.jp/PA01508/941/etc_base64/bWFpbl9iZ3Nzcw.png?cmsp_timestamp=20240509094133)!important;
  background-position: top center;
  background-repeat: no-repeat;
}

.b_bl{
	background: #000000;
	color: #ffffff;
}
.b_gr{
	background: #437768;
	color: #ffffff;
}
.b_wa{
	background: #2A74BD;
	color: #ffffff;
}
.scroll-infinity__item>img {
    width: 100%;
    border-radius: 15px;
	z-index: 1;
}



/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
	.makerscroll {
    padding-top: 3%;
    padding-bottom: 3%;
}
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
.p-new-item .c-more{
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/

.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking_s{
	background: #fafafa;
}
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background:rgb(91 91 91 / 80%);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item{
    position: relative;
    box-sizing: border-box;
    margin-right: 13px;
    margin-left: 13px;
    padding-bottom: 25px;
    word-break: break-all;
    border-radius: 10px;
	height: 400px !important;
    background: #ffffff;
}
.p-ranking-list__txt{
	padding: 20px;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
	  height: auto !important;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
	border-radius: 10px 10px 0 0;

}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 5%;
  width: 15%;
  line-height: 30px;
  font-size: 16px;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__num.is-1{
	background: #ffba00;
}
.p-ranking-list__num.is-2{
	background: #5c5c5c;
}
.p-ranking-list__num.is-3{
	background: #a6604a;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price.is-discount{
	font-size: 16px;
	color: #da3737;
}
.p-ranking-list__price .off{
	background:  #da3737;
	color: #ffffff;
	font-size: 14px;
	padding: 5px;
}
.p-ranking-list__price {
  color: #909090;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

.news_w{
	background: #ffffff;
}
.blog-wrapper {
  margin: 50px 0 0;
}
.blog-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 20px; */
    row-gap: 40px;
    list-style: none;
    justify-content: space-between;
}
.blog-wrapper li {
  /*width: calc(33.3333% - 10px);*/
	width: 30%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.blog-wrapper li {
  /*width: calc(33.3333% - 10px);*/
	width: 48%;
  box-sizing: border-box;
}
}

.blog-date {
  font-size: 12px;
  padding-top: 5px;
}
/* カテゴリ別の背景色 */
.blog-category {
  padding: 5px;
  color: white;
  font-size: 12px;
}
.blog-category.product {
  background-color: #3495a6; /* 商品紹介の背景色 */
	width: 100px;
	text-align: center;
}
.blog-category.news {
  background-color: #d6462f; /* お知らせの背景色 */
	width: 100px;
	text-align: center;

}
.blog-category.event {
  background-color: #c95276; /* イベントの背景色 */
	width: 100px;
	text-align: center;
}
.blog-card img {
    margin-bottom: 15px;
    max-width: 330px;
	width: 100%;
	border-radius: 10px;
}
/*初めての方*/
.hajimete {
	width: 98%;
    max-width: 1000px;
    margin: 10px auto 20px;
    background: #ffffffa3;
    border-radius: 12px;
    box-shadow: 10px 5px 5px #f5f5f554;
	border: 2px solid #306fdb;
}
.hajimete .title {
    background: #306fdb;
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.hajimete .text_contain {
    text-align: center;
    padding: 3%;
}
.hajimete .title img {
    vertical-align: middle;
    margin-right: 8px;
}
.hajimete .title p{
	font-size: 20px;
}
.hajimete span.icon{
	background:url("https://img21.shop-pro.jp/PA01508/941/etc_base64/aGFqaW1ldGVfaWNvbg.png?cmsp_timestamp=20240509121831") no-repeat left ;
}
.hajimete h2 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
}
.hajimete p{
	font-size: 17px;
	margin: 0;
}
.hajimete ul{
width: 80%;
    display: flex;
    justify-content: space-around;
    margin: auto;
}
.hajimete ul li {
    width: 30%;
    margin: auto;
}

a.botan_user{
    width: 40%;
    max-width: 300px;
    margin: 20px auto;
    background: #306fdb;
    border-radius: 80px;
    display: block;	
	    padding: 3%;
    color: #ffffff;
    font-size: 18px;
}
a.botan_user:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: shad26 1.5s infinite;
	color: #fff;
}
@keyframes shad26 {
	0% {box-shadow: 0 0 0 0 #27acd9;}
	70% {box-shadow: 0 0 0 10px rgb(39 172 217 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(39 172 217 / 0%);}
}
@media screen and (max-width: 767px) {
.hajimete {
	width: 90%;
    margin: 10px auto 10px;
}
	.hajimete .text_contain {
    text-align: center;
    padding: 6%;
}
	.hajimete ul{
		width: 100%;
    margin: 10px auto;
	flex-wrap: wrap;
	}
	.hajimete ul li{
	width: 80%;
}
	a.botan_user {
    width: 80%;
    padding: 8%;
}
}

.hajimete{
	
}
.bright{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: absolute;
    top: 0%;
    left: 10%;
    width: 58%;
    max-width: 400px;
    /* height: 80%; */
    mix-blend-mode: screen;
    z-index: 14;
}
.bright.trigger.move{
	 animation:5s linear infinite shine01;
	right: 0;
}
.bright img{
	width: 100%;
}
@keyframes shine01{
  0%{ opacity: 0;}
  50%{ opacity:80 }
  100%{ opacity:0 }
}
@media screen and (max-width: 767px) {
.bright{
    left: -7%;
    width: 58%;
}
}