/*メディアクエリ（サンプル最後に取る）*/
/*sp（なくても良い）*/
@media screen and (max-width: 480px) {}
/*tablet 768px以下*/
@media screen and (max-width: 767px) {}
/*pc 1000px以下*/
@media screen and (max-width: 1000px) {}
.popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility 0s linear .25s;
}
/* 開いた状態 */
.popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .25s ease, visibility 0s;
}
/* 背景も少しふわっと */
.popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  transition: opacity .25s ease;
}
.popup.is-open .popup__backdrop {
  opacity: 1;
}
/* 中身：最初は少し上＆小さめ → ふわっと出る */
.popup__content {
  position: relative;
  width: 408px;
  margin: 20vh auto 0px;
  transform: translateY(-10px) scale(.98);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}
.popup.is-open .popup__content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.popup__close {
  height: 39px;
  padding: 8px 8px 8px;
  background-color: #313c8e;
  border: 0px;
  font-size: 4rem;
  color: #fff;
  line-height: 0.5;
  margin-left: 100%;
  margin-bottom: 5px;
}
.allitems-btn {
  position: fixed;
  z-index: 25;
  bottom: 60px;
  right: 60px;
  width: 200px;
  transition: all 0.3s ease;
}
.allitems-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 501px) {
  .main_bg {
    display: grid;
    grid-template-columns: 1fr min(55rem, 100%) 1fr;
    align-items: stretch;
    background-color: #cfcae5;
    background-image: radial-gradient(circle, #bba6cc 3.5px, transparent 3.5px), radial-gradient(circle, #bba6cc 3.5px, transparent 3.5px), radial-gradient(circle, #bba6cc 3.5px, transparent 3.5px), radial-gradient(circle, #bba6cc 3.5px, transparent 3.5px);
    background-position: 0 0, 17px 0, 8.5px 17px, 25.5px 17px;
    background-size: 34px 34px;
    overflow: hidden;
  }
}
.side-menu {
  position: relative;
  overflow: hidden;
}
.side-stack {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.side-stack img {
  position: relative;
  display: block;
  width: 540px; /* ← 見せたいサイズ */
  height: auto;
}
/* 左右の位置だけ分ける */
.left-menu .side-stack {
  top: 60px;
  right: 0;
}
.left-menu .side-stack img {
	top: -250px;
  left: 140px;
}
.right-menu .side-stack {
  top: 60px;
  left: 0;
}
.right-menu .side-stack img {
	top: -250px;
  right: 20px;
}
.mv-contents {
  background-color: #c4eaf6;
}
.read-contents {
  position: relative;
  background-color: #09c0df;
  background-image: url("../images/bg_read.webp");
  background-size: 530px 580px;
  background-repeat: no-repeat;
  background-position: center;
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
}
.read-contents p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2;
  text-align: center;
  color: #0082bd;
	font-feature-settings: "palt";
	letter-spacing: 0.06rem;
}
.read-sp {
  display: none;
}
.read-footer .line {
  width: 100%;
  height: 8px;
}
.read-footer .line:nth-child(1) {
  background-color: #e865ae;
}
.read-footer .line:nth-child(2) {
  background-color: #fac600;
}
.read-footer .line:nth-child(3) {
  background-color: #00b5a2;
}
/*背景パターン*/
.onlyitem-contents {
  background: repeating-linear-gradient(90deg, #ec7cb5 0, #ec7cb5 50px, #eca4c5 50px, #eca4c5 100px);
  padding: 52px 0px 180px;
}
.onlyitem-contents .item-item, .pickitem-contents .item-item {
  position: relative;
  z-index: 2;
  margin-top: 45px;
}
.onlyitem-contents .item-item:nth-child(3) {
  margin-top: 100px;
}
.onlyitem-contents .item-item:nth-child(3) .left-box{
  margin-top: -70px;
}
.pickitem-contents .item-item:nth-child(2) {
  margin-top: 90px;
}
.pickitem-contents .item-item:nth-child(3) .img {
  margin-bottom: 20px;
}
.pickitem-contents .item-item:nth-child(4) {
  margin-top: 90px;
}
.pickitem-contents .item-item:nth-child(4) .img {
  margin-bottom: 20px;
}
.pickitem-contents .item-item:nth-child(5) {
  margin-top: 70px;
}
.pickitem-contents .item-item:nth-child(8) {
  margin-top: 160px;
}
.pickitem-contents .item-item:nth-child(9) {
  margin-top: 60px;
}
.pickitem-contents .item-item:nth-child(9) .img {
  margin-bottom: 20px;
}
.pickitem-contents .item-item:nth-child(10) {
  margin-top: 80px;
}
.pickitem-contents .item-item:nth-child(11) {
  margin-top: 90px;
}
.pickitem-contents .item-item:nth-child(13) {
  margin-top: 90px;
}
.pickitem-contents .item-item:nth-child(14) {
  margin-top: 140px;
}
.onlyitem-contents .left-box, .pickitem-contents .left-box {
  padding-left: 30px;
}
.onlyitem-contents .right-box, .pickitem-contents .right-box {
  width: calc(100% - 256px);
  margin-left: auto;
  padding-right: 30px;
}
.item-item .heading, .item-box .heading {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.item-item .price, .item-box .price {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 5px;
}
.item-item .price span, .item-box .price span {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
}
.item-item .price + .note{
	font-size: 1.2rem;
	margin-top: 10px;
}
.onlyitem-contents .item-item .heading, .onlyitem-contents .item-item .price, .onlyitem-contents .item-item .price span {
  color: #fff;
}
.pickitem-contents .item-item .heading, .pickitem-contents .item-item .price, .pickitem-contents .item-item .price span {
  color: #00afa1;
}
.price + .heading {
  margin-top: 20px;
}
.link-btn {
  position: relative;
  display: block;
  width: 211px;
  line-height: 0;
  overflow: visible;
  isolation: isolate;
  margin-top: 25px;
}
.link-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #09c0df;
  z-index: 1;
}
.link-btn img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 30px;
}
.link-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fccf00;
  transform: translate(7px, 7px);
  z-index: 0;
  transition: transform 0.3s ease;
}
.link-btn:hover::after {
  transform: translate(0, 0);
}
.pickitem-contents {
  position: relative;
  z-index: 2;
  background-color: #fffce2;
  padding: 150px 0px 160px;
}
.pickitem-contents::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -85px;
  left: 0px;
  display: block;
  width: 100%;
  height: 105px;
  background-image: url("../images/bg_on.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.pickitem-contents::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -85px;
  left: 0px;
  display: block;
  width: 100%;
  height: 105px;
  background-image: url("../images/bg_under.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.pickitem-mainhead {
  position: absolute;
  top: -125px;
  left: 0px;
}
.pickitem-contents .link-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #00afa1;
  z-index: 1;
}
.slide-contents {
  background-size: auto auto;
  background-color: rgba(250, 219, 238, 1);
  background-image: repeating-linear-gradient(122deg, transparent, transparent 32px, rgba(211, 185, 219, 1) 32px, rgba(211, 185, 219, 1) 64px);
  padding-top: 150px;
}
.sbi-swiper-wrap {
  position: relative;
  z-index: 2;
  padding: 0px 40px;
}
.sbi-swiper {
  margin-bottom: 95px;
  padding-bottom: 30px;
}
.sbi-swiper.last {
  margin-bottom: 56px;
}
.sbi-swiper .swiper-wrapper {
  align-items: stretch;
}
.sbi-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.sbi-swiper-wrap .item-box {
  position: relative;
  z-index: 2;
  padding: 13px 13px 30px;
  border-radius: 13px;
  flex: 1 1 auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.sbi-swiper-wrap .item-box::after {
  content: "";
  z-index: 1;
  position: absolute;
  inset: -8px;
  border-radius: 5px;
  pointer-events: none;
}
.sbi-swiper-wrap .item-box::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: -10px;
  border-radius: 20px;
  pointer-events: none;
}
.sbi-swiper-wrap .item img {
  border-radius: 6px;
  margin-bottom: 15px;
}
.item-box .heading, .item-box .price {
  color: #fff;
}
.item-item .heading, .item-box .heading {
        font-size: 1.6rem;
    }
.text-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.text-flex .heading {
  margin-right: 15px;
}
.text-flex .price {
  width: 40%;
}
.sbi-swiper-wrap .link-btn {
  width: 320px;
  margin: 40px auto 0px;
}
.sbi-swiper-wrap .swiper-button-next svg, 
.sbi-swiper-wrap .swiper-button-prev svg{
	display: none;
}
#sb-lp .sbi-swiper-wrap .swiper-button-prev > svg,
#sb-lp .sbi-swiper-wrap .swiper-button-next > svg,
#sb-lp .sbi-swiper-wrap .swiper-button-prev::after,
#sb-lp .sbi-swiper-wrap .swiper-button-next::after {
  display: none !important;
  content: none !important;
}

.sbi-swiper-wrap .link-btn img {
  padding: 12px 50px;
}
.swiper-button-prev.sbi-prev {
  left: 24px;
}
.swiper-button-next.sbi-next {
  right: 24px;
}
.swiper-button-prev.sbi-prev, .swiper-button-next.sbi-next {
  width: 55px;
  top: 40%;
	z-index: 50;
	pointer-events: auto;
}
#sb-lp .sbi-swiper-wrap .deco {
  pointer-events: none;
}

.sbi-swiper-wrap.color-pink .item-box {
  border: 22px solid #df479d;
  background-color: #e980b8;
}
.sbi-swiper-wrap.color-pink .item-box::after {
  outline: 7px dotted #fffce2;
}
.sbi-swiper-wrap.color-pink .item-box::before {
  border: 7px solid #df479d;
}
.sbi-swiper-wrap.color-pink .item img {
  border: 2px solid #df479d;
}
.sbi-swiper-wrap.color-pink .link-btn::before {
  background-color: #df479d;
}
.sbi-swiper-wrap.color-purple .item-box {
  border: 22px solid #8b57a2;
  background-color: #b490c5;
}
.sbi-swiper-wrap.color-purple .item-box::after {
  outline: 7px dotted #fffce2;
}
.sbi-swiper-wrap.color-purple .item-box::before {
  border: 7px solid #8b57a2;
}
.sbi-swiper-wrap.color-purple .item img {
  border: 2px solid #833c9a;
}
.sbi-swiper-wrap.color-purple .link-btn::before {
  background-color: #8b57a2;
}
.link-all-btn {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 470px;
  width: 90%;
  margin: 200px auto 50px;
  line-height: 0;
  overflow: visible;
  isolation: isolate;
}
.link-all-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #09c0df;
  z-index: 1;
}
.link-all-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fccf00;
  transform: translate(7px, 7px);
  z-index: 0;
  transition: transform 0.3s ease;
}
.link-all-btn:hover::after {
  transform: translate(0, 0);
}
.link-all-btn .linktext {
  position: relative;
  z-index: 2;
  padding: 27px 120px;
}
.link-all-btn .linkdeco {
  position: absolute;
  z-index: 3;
  top: -180px;
}
.campaign-box {
  padding: 0px 40px;
}
.campaign-box .mainhead {
  position: relative;
  z-index: 2;
}
.campaign-box .mainhead::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #0073af;
}
.campaign-box .banner {
	display: block;
}
.campaign-box .banner + .banner {
  margin-top: 40px;
}
.campaign-box .note {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 60px;
}
.footer-deco {
  position: relative;
}
.footer-deco::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #ec7cb5;
}
/*装飾*/
#sb-lp .deco {
  position: absolute;
}
.deco.img001 {
  bottom: -100px;
}
.deco.img002 {
  bottom: -150px;
  z-index: -1;
}
.deco.img003 {
  bottom: -240px;
  z-index: -1;
}
.deco.img004 {
  bottom: -90px;
  z-index: -1;
}
.deco.img005 {
  bottom: 0px;
  z-index: -1;
}
.deco.img006 {
  top: 110px;
  z-index: -1;
}
.deco.img007 {
  bottom: -100px;
  z-index: -1;
}
.deco.img008 {
  bottom: 60px;
  z-index: -1;
}
.deco.img009 {
  bottom: -160px;
  z-index: -1;
}
.deco.img010 {
  bottom: -140px;
  z-index: -1;
}
.deco.img011 {
  bottom: -40px;
  z-index: -1;
}
.deco.img012 {
  bottom: -110px;
  z-index: -1;
}
.deco.img013 {
  bottom: -150px;
  z-index: -1;
}
.deco.img014 {
  bottom: -220px;
  z-index: -1;
}
.deco.img015 {
  bottom: -30px;
  z-index: -1;
}
.deco.img016 {
  bottom: -120px;
  z-index: -1;
}
.deco.img017 {
  bottom: -40px;
  z-index: -1;
}
.deco.img018 {
  bottom: -160px;
  z-index: -1;
}
.deco.img019 {
  bottom: -270px;
  z-index: -1;
}
#sb-lp .sbi-swiper-wrap .deco {
  left: -1px;
}
.deco.img020 {
  bottom: -90px;
  z-index: -1;
}
.deco.img021 {
  bottom: -90px;
  z-index: -1;
}
.deco.img022 {
  bottom: -90px;
  z-index: -1;
}
.deco.img023 {
  bottom: -110px;
  z-index: -1;
}
.deco.img024 {
  bottom: -110px;
  z-index: -1;
}
.deco.img025 {
  bottom: -90px;
  z-index: -1;
}
.pickitem-contents .deco.pick {
  bottom: -90px;
}
@media screen and (max-width: 1600px) {
  .left-menu .side-stack img {
    left: 0px;
  }
  .right-menu .side-stack img {
    right: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .left-menu .side-stack img {
    left: -100px;
  }
  .right-menu .side-stack img {
    right: 100px;
  }
  .allitems-btn {
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 555px) {
  .popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 32px); /* 余白確保 */
    margin: 0;
    transform: translate(-50%, -50%) scale(.98);
  }
  .popup.is-open .popup__content {
    transform: translate(-50%, -50%) scale(1);
  }
  .popup__close {
    margin-left: 89%;
  }
  .main_bg {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 549px) {
  .read-contents {
    background-size: 98%;
    padding: 180px 60px 0px;
  }
  .read-contents p {
    font-size: 1.5rem;
    line-height: 2.0;
  }
  .allitems-btn {
    width: 140px;
    right: 15px;
    bottom: 85px;
  }
  .item-item .heading, .item-box .heading {
    font-size: 1.5rem;
  }
  .link-btn {
    width: 180px;
  }
  .sbi-swiper-wrap .link-btn {
    width: 80%;
  }
  .link-all-btn {
    margin: 150px auto 50px;
    max-width: 300px;
  }
  .link-all-btn .linkdeco {
    top: -112px;
  }
  .link-all-btn .linktext {
    padding: 27px 50px;
  }
	.deco.img001 {
  width: calc(100% + 60px);
}
}
@media screen and (max-width: 480px) {
  .read-contents {
    background-size: 90%;
    background-image: url(../images/bg_read_sp.webp);
    height: 830px;
  }
  .read-sp {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .onlyitem-contents .right-box, .pickitem-contents .right-box {
    width: calc(100% - 180px);
    margin-left: auto;
    padding-right: 30px;
  }
}
@media screen and (max-width: 400px) {
  .read-contents {
    background-size: 98%;
    padding: 140px 40px 0px;
    height: 600px;
  }
	.slide-contents {
    background-image: repeating-linear-gradient(122deg, transparent, transparent 26px, rgba(211, 185, 219, 1) 26px, rgba(211, 185, 219, 1) 52px);
}
	.onlyitem-contents {
    background: repeating-linear-gradient(90deg, #ec7cb5 0, #ec7cb5 24px, #eca4c5 24px, #eca4c5 48px);
    padding: 52px 0px 180px;
}
	.onlyitem-contents .item-item:nth-child(3) .left-box{
  margin-top: -50px;
}
  .pickitem-contents {
    padding: 60px 0px 120px;
  }
	.sbi-swiper-wrap{
		padding: 0px 30px;
	}
	.sbi-swiper-wrap .item-box{
		padding: 16px 16px 30px;
	}
	.swiper-button-prev.sbi-prev {
    left: 13px;
}
	.swiper-button-next.sbi-next {
    right: 13px;
}
.text-flex .heading {
  width: 100%;
}
.text-flex .price {
  width: 100%;
}
		.deco.img001 {
  width: calc(100% + 20px);
}
	.deco.img006 {
    top: 70px;
  }
}
@media screen and (max-width: 370px) {
  .onlyitem-contents .right-box, .pickitem-contents .right-box {
    width: calc(100% - 160px);
  }
  .onlyitem-contents .left-box, .pickitem-contents .left-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .deco.img003 {
    bottom: -210px;
  }
  .deco.img007 {
    bottom: -120px;
  }
  .deco.img009 {
    bottom: -180px;
  }
  .deco.img012 {
    bottom: -98px;
  }
  .deco.img013 {
    bottom: -160px;
    width: 90%;
    right: 0;
  }
  .deco.img014 {
    bottom: -120px;
  }
  .deco.img015 {
    bottom: -120px;
  }
  .deco.img017 {
    bottom: -110px;
  }
  .deco.img019 {
    bottom: -190px;
    width: 90%;
    right: 0;
  }
  .pickitem-contents .item-item:nth-child(4) {
    margin-top: 150px;
  }
  .pickitem-contents .item-item:nth-child(10) {
    margin-top: 130px;
  }
  .pickitem-contents .item-item:nth-child(12) {
    margin-top: 110px;
  }
}