@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
#Sanrio_wrap {
  width: 100%;
  margin-top: 11rem;
}
#Sanrio_wrap img {
  width: 100%;
}
#Sanrio_wrap a {
  text-decoration: none;
}
@media screen and (max-width:768px) {
  #Sanrio_wrap {
    margin-top: 10rem;
  }
}
/*メインビジュアル*/
.mainvisual {
  padding-bottom: 4rem;
}
.mainvisual_slider .slick-slide {
  margin: 0 15px;
}
@media screen and (max-width:700px) {
  .mainvisual_slider .slick-slide {
    margin: 0 10px;
  }
}
/*お知らせ*/
.news {
  padding: 40px 0;
  background-color: #F9F9F9;
}
.news a {
  color: #000000;
}
.news_item {
  max-width: 1140px;
  width: 100%;
  border-radius: 10px;
  background-color: #FFF;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 2rem;
  padding: 2.5rem 3rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.15s ease-in-out;
}
.news_item:hover {
  transform: translateY(2px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.news_item.mb0 {
  margin-bottom: 0;
}
.news a .news_item {
  position: relative;
}
.news a .news_item::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/SanrioCollabo/mainpage/images/arrow-left_black.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 45 / 33;
  width: 21px;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.news_tag {
  max-width: 120px;
  width: 100%;
  font-size: 1.4rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.news_tag.important {
  background-color: #E86DA4;
  color: #FFF;
}
.news_text {
  font-size: 1.6rem;
  text-align: left;
}
.news_text span {
  color: #E86DA4;
}
.news_item.non-action{
	transition: none;
}
.news_item.non-action:hover{
	transform: none;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	
}
@media screen and (max-width:768px) {
  .news {
    padding: 4rem 2rem;
    background-color: #F9F9F9;
  }
  .news_item {
    display: block;
    padding: 1.5rem 4rem 1.5rem 2rem;
  }
  .news_tag {
    margin-bottom: 1rem;
  }
  .news_text {
    font-size: 1.5rem;
  }
}
/*新商品*/
.product {
  margin: 6rem 0;
}
.product_ttl {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 4rem;
  text-align: center;
  line-height: 1.5
}
.product .digital_subttl {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 2rem;
  text-align: center;
  color: #E86DA4;
  margin-bottom: 6rem;
}
.product_list {
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/SanrioCollabo/mainpage/images/background_newitem.jpg");
  background-repeat: repeat;
  padding: 4rem 1rem;
}
.list_slider {
  margin-bottom: 4rem;
}
.list_slider .swiper-wrapper .swiper-slide{
  background-color: #FFF;
  padding: 3rem;
  margin: 0 0px 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
  
}
.list_slider .swiper-wrapper .swiper-slide:hover{
	border: 2px solid #E86DA4;
    background-color: #FFF2F8;
	cursor: pointer;
}
/*.list_slider li:first-child {
  margin-left: 10rem;
}*/
.list_slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.shop_tag {
  max-width: 143px;
  width: 100%;
  background-color: #94CFDC;
  border-radius: 5px;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
  margin-right: auto;
  padding: 5px 0;
}
.matsuri_tag{
  max-width: 143px;
  width: 100%;
  background-color: #EDD470;
  border-radius: 5px;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
  margin-right: auto;
  padding: 5px 0;
	
}
.product_img {
  margin-bottom: 3rem;
	text-align: center;
}
.matsuri_img img{
	width: 80% !important;
	margin: 0 auto;
}
@media screen and (max-width:700px){
	.matsuri_img img{
		width: 80% !important;
		margin: 0 auto;
	}
}
.product_name {
  display: block;
  position: relative;
  font-size: 1.6rem;
  color: #050505;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.product_name span {
  display: inline-block;
  width: 13px;
  margin-left: 5px;
}
.product_price {
  font-size: 1.6rem;
  color: #E86DA4;
}
.product_btn {
  position: relative;
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
  background-color: #E86DA4;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  padding: 2rem 0;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.15s ease-in-out;
}
.product_btn:hover {
  transform: translateY(2px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.product_btn::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/SanrioCollabo/mainpage/images/arrow-left_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 45 / 33;
  width: 25px;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width:700px) {
  .product .digital_subttl {
    margin-bottom: 4rem;
  }
  .product_list {
    padding: 4rem 2rem;
  }
  .list_slider .swiper-wrapper .swiper-slide {
    margin: 0 0 3rem !important;
  }
  .list_slider .swiper-wrapper .swiper-slide:first-child {
    margin-left: 0;
  }
  .product_name {
    font-size: 1.5rem;
  }
}
/**/
.section-with-slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  background-color: #000;
}
.slider-background {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  transform: scale(1);
}
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 109, 164, 0);
  opacity: 0;
  transition: background-color 1s ease, opacity 1s ease;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.slider-overlay.active {
  background-color: rgba(232, 109, 164, 0.8);
  opacity: 1;
}
.digital-wrap {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  margin-top: 1.5rem;
}
.digital-wrap.show {
  opacity: 1;
  transform: translateY(0);
}
.digital_ttl {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 4rem;
  text-align: center;
}
.digital_subttl {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 2rem;
  text-align: center;
  color: #FFF;
  margin-bottom: 4rem;
}
.digital_btn {
  position: relative;
  display: inline-block;
  max-width: 600px;
  width: 100%;
  padding: 1rem 0;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.6rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.15s ease-in-out;
}
.digital_btn:hover {
  transform: translateY(2px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.digital_btn::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/SanrioCollabo/mainpage/images/arrow-left_black.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 45 / 33;
  width: 21px;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.column {
  flex: 1;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
}
.slider-track {
  position: absolute;
  width: 100%;
  top: 0;
  will-change: transform, top;
}
.box {
  width: 100%;
  margin: 20px 0;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:768px) {
  .section-with-slider {
    height: 60vh;
  }
  .slider-background {
    transform: scale(2);
  }
  .slider-track {
    position: absolute;
    left: 0;
    right: 0;
    will-change: top;
    transition: top 0.1s linear;
  }
  .box {
    display: block;
    width: 100%;
    height: auto;
  }
}
/*その他*/
.other {
  padding: 10rem 0 3rem;
}
.other_btn {
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #94CFDC;
  padding: 3rem;
  border-radius: 10px;
  gap: 3rem;
  margin-bottom: 6rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.15s ease-in-out;
}
.other_btn:hover {
  transform: translateY(2px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.other_btn::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/SanrioCollabo/mainpage/images/arrow-left_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 45 / 33;
  width: 45px;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.other_icon {
  max-width: 98px;
  width: 100%;
  margin: 0 auto;
}
.other_textbox {
  width: 100%;
}
.other_textbox .text {
  color: #FFF;
  text-align: left;
  font-size: 2.2rem;
  margin-bottom: 0;
}
.other_textbox .min {
  font-size: 1.6rem;
  color: #FFF;
  text-align: left;
}
.Sanrio_copyright {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width:768px) {
  .other {
    padding: 6rem 2rem 3rem;
  }
  .other_btn {
    display: block;
	margin-bottom: 3rem;
  }
  .other_icon {
    margin: 0 auto 2rem;
  }
  .other_textbox .text {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .other_textbox .min {
    font-size: 1.5rem;
  }
  .other_btn::after {
    top: 83%;
    width: 30px;
  }
}
@media screen and (max-width:500px) {
  .other_btn::after {
    top: 84%;
    width: 22px;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width:768px) {
  .sp_only {
    display: block;
  }
}
.p_sp_only {
  display: none;
}
.swiper-slide.p_pc_only{
	display: block !important;
}
@media screen and (max-width:700px) {
  .p_sp_only {
    display: block;
  }
	.swiper-slide.p_pc_only{
		display: none !important;
	}
  .accordion-button01 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 2rem;
    color: #FFF;
    background-color: #94CFDC;
    text-align: left;
    font-size: 1.6rem;
    border: 0;
    border-radius: 10px;
    margin-bottom: 3rem;
	  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  }
  .accordion-button01::after {
    position: absolute;
    content: "";
    background-image: url("https://gigaplus.makeshop.jp/dartshive/special/SanrioCollabo/mainpage/images/arrow-under.png");
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 33 / 45;
    width: 22px;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .accordion-button02 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 2rem;
    color: #FFF;
    background-color: #EDD470;
    text-align: left;
    font-size: 1.6rem;
    border: 0;
    border-radius: 10px;
    margin-bottom: 3rem;
	  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  }
  .accordion-button02::after {
    position: absolute;
    content: "";
    background-image: url("https://gigaplus.makeshop.jp/dartshive/special/SanrioCollabo/mainpage/images/arrow-under.png");
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 33 / 45;
    width: 22px;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
	.accordion-button {
      display: inline-block;
      cursor: pointer;
    }

    .product-list {
      list-style: none;
      padding: 0;
      margin: 0;
      overflow: hidden;
      height: 0;
      transition: height 0.5s ease;
    }

    .product-list.opening,
    .product-list.closing {
      pointer-events: none;
    }

    .product-list li {  
		background-color: #FFF;
	  padding: 3rem;
	  margin: 0 auto 3rem;
	  border-radius: 10px;
	  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
      transform: translateY(-10px);
      animation: fadeInUp 0.4s ease forwards;
    }

    .product-list.open li:nth-child(1) { animation-delay: 0.1s; }
    .product-list.open li:nth-child(2) { animation-delay: 0.2s; }

    @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
}