@charset "utf-8";
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}
img {
  width: 100%;
}
.relative {
  position: relative;
}
.abs {
  position: absolute;
}
.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*----------
#main_Wrap
----------*/
#main_Wrap {
  position: relative;
  background-image: linear-gradient(0deg, rgba(255, 153, 0, 1), rgba(255, 218, 133, 1));
  background-size: 100%;
  background-attachment: fixed;
  z-index: 1;
}
#main_Wrap::before,
#main_Wrap::after {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/bigbazaar/part12/index/back_stripe.png) no-repeat center bottom;
  background-size: 100%;
}
#main_Wrap::before {
  left: 0;
}
#main_Wrap::before,
#main_Wrap::after {
  z-index: -1;
  pointer-events: none;
}
/* 
#main_Wrap > * {
  position: relative;
  z-index: 1;
} */
#content_Block {
  max-width: 1100px;
  width: calc(100% - 148px);
  margin: 0 auto;
  background: #fff;
  background-attachment: fixed;
  background-repeat: repeat;
}
#left_Area,
#right_Area {
  width: 50%;
  box-sizing: border-box;
}
#left_Area {
  background-color: #ffffd2;
}
@media only screen and (max-width: 767px) {
  #main_Wrap::before,
  #main_Wrap::after {
    content: none;
  }
  #content_Block {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  #left_Area {
    display: none;
  }
  /*----------
  #right_Area
  ----------*/
  #right_Area {
    width: 100%;
  }
}
/*----------
#left_Area
----------*/
#left_Area .left_In {
  padding: 20px 40px;
  box-sizing: border-box;
}
#left_Area.fixed .left_In {
  position: sticky;
  top: 15px;
}
#left_Area .movei_Box figure {
  width: 15%;
  margin-right: 20px;
}
#left_Area .movie {
  /* width: calc(100% - (15% + 20px)); */
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  background: #000;
}
#left_Area .item_Btn>li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
#left_Area .item_Btn>li:last-child {
  margin-right: 0;
}
#left_Area .attention_Img {
  margin: 10px auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 80%;
}
.left_coupon {
  position: relative;
  margin-top: 15px;
}
.left_coupon_btn {
  position: absolute;
  position: absolute;
  padding: 0 20px;
  bottom: 15%;
  max-width: 350px;
  margin: auto;
  left: 0;
  right: 0;
}
/*----------
#right_Area
----------*/
#right_Area {
  position: relative;
  padding: 0;
}
/*----------
.kv
----------*/
.kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.kv-title {
  position:absolute;
  left:50%;
  width: 42%;
  bottom: 2%;
  transform:translateX(-50%);
  z-index:2;
}
.kv-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.8s ease;
}
.kv-frame {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.kv-bg.active {
  opacity: 1;
  animation: bgZoom 3s linear forwards;
}
/* 
@keyframes bgZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
} */
@media screen and (max-width: 767px){
  /* .kv {
    height: 50vh;
  } */
  .kv-frame {
    width: 100%;
  }
  .kv-title {
    width: 100%;
    bottom: 3%;
  }
  .kv-bg {
    height: 60%;
}
}
/*----------
section.title
----------*/
section.title .menu,
section.popup .menu {
  width: 100%;
  max-width: 1100px;
  margin: 3% auto;
  background-color: #fff;
  position: relative;
  padding-bottom: 5%;
  height: auto;
  display: block;
  border: solid 4px #a87a35;
  border-radius: 20px;
}
section.title .menu .theme_ttl,
section.popup .menu .theme_ttl {
  /* position: absolute; */
  width: 80%;
  margin: auto;
}
section.title .menu ul.theme,
section.popup .menu ul.theme {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 30px;
  width: 90%;
  margin: 0 auto;
  padding: 4.5% 0 3%;
}
section.title .menu ul.theme li {
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
}
section.popup .menu ul.theme li {
  width: calc((100% - 40px) / 7);
  box-sizing: border-box;
}
section.title .menu ul.theme li:first-child,
section.popup .menu ul.theme li:first-child {
  margin-left: calc((100% - 40px) / 3 + 20px);
}
section.title .menu .category_ttl,
section.popup .menu .category_ttl {
  width: 32%;
  margin: 0 auto 0 0;
}
section.title .menu ul.category,
section.popup .menu ul.category {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
  width: 75%;
  margin: 0 auto;
  padding: 1.5% 0 1.5%;
  justify-content: center;
}
section.title .menu .category li {
  width: calc((100% - 90px) / 4);
  box-sizing: border-box;
}
section.popup .menu .category li {
  width: calc((100% - 15px) / 6);
  box-sizing: border-box;  
}
section.title .menu .category a img,
section.popup .menu .category a img {
  width: 100%;
}
section.title .menu .menu_note,
section.popup .menu .menu_note {
  width: 55%;
  margin: 0 auto;
}
section.popup .menu {
  margin-top: 0;
}
section.popup .menu a,
section.popup .menu .category_ttl,
section.popup .menu .menu_note {
  position: static !important;
}
section.popup .theme_category.pc .close {
  margin-right: 15px !important;
}
#right_Area .campaign {
  background-color: #ffffd2;
  padding: 40px 0 30px;
  margin: 40px auto 0;
}
#right_Area .campaign>figure {
  width: 95%;
  max-width: 850px;
  margin: 0 auto;
}
#right_Area .campaign ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  max-width: 1250px;
  margin: 30px auto 0;
}
#right_Area .campaign ul li {
  width: 49%;
}
#left_Area .campaign {
  width: 85%;
  margin: auto;
}
#left_Area .campaign ul li {
  padding: 3%;
}
section .note {
    max-width: 800px;
    width: 350px;
    margin: 20px auto;
}
@media only screen and (max-width: 800px) {
  section.title {
    padding: 0 0 40px 0;
  }
  section.title .ttl_bg {
    /* background-image: url(); */
    background-image: none;
  }
  section.title h1 {
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    padding: 0;
  }
  section.title .popup_btn {
    padding: 0 0 50px 0;
  }
  section.title .popup_btn li {
    width: 48.5%;
    max-width: none;
    margin: 3% 0 0 0;
  }
  section.title .period {
    padding: 0;
  }
  #right_Area .campaign {
    width: 100%;
    margin: auto 0;
    padding: 20px 0 20px;
  }
  #right_Area .campaign ul {
    margin: 20px auto 0;
    row-gap: 15px;
    justify-content: center;
  }
  #right_Area .campaign ul li {
    width: 95%;
  }
  section.title .menu {
    width: 90%;
    margin: 40px auto 0;
    padding: 0 0 6% 0;
    border-radius: 10px;
  }
  section.title .menu .theme_ttl {
    /* position: absolute; */
    width: 95%;
    top: 2%;
    left: calc(50% - 50vw);
  }
  section.title .menu ul.theme {
    display: block;
    margin: 0 auto;
    padding: 35% 0 8% 0;
  }
  section.title .menu ul.theme li {
    width: 100%;
    margin: 0 auto;
  }
  section.title .menu ul.theme li:first-child {
    margin-left: 0;
  }
  section.title .menu .category_ttl {
    width: 95%;
    margin: 0 auto;
  }
  section.title .menu ul.category {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 2px;
    width: 95%;
    margin: 0 auto;
    padding: 2.5% 0 3%;
  }
  section.title .menu .category li {
    width: calc((100% - 4px) / 3);
    box-sizing: border-box;
  }
  section.title .menu .category a img {
    width: 100%;
  }
  section.title .menu .menu_note {
    width: 90%;
    margin: 0 auto;
  }
  section.title .menu,
  section.popup .menu {
    width: 90%;
    margin: 40px auto 0;
    padding: 0 0 6% 0;
  }
  section.title .menu .theme_ttl,
  section.popup .menu .theme_ttl {
    /* position: absolute; */
    width: 100%;
    top: 2%;
    left: calc(50% - 50vw);
  }
  section.title .menu ul.theme,
  section.popup .menu ul.theme {
    display: block;
    margin: 0 auto;
    padding: 35% 0 8% 0;
  }
  section.title .menu ul.theme li,
  section.popup .menu ul.theme li {
    width: 100%;
    margin: 8px auto 0;
  }
  section.title .menu ul.theme li:first-child,
  section.popup .menu ul.theme li:first-child {
    margin-left: 0;
  }
  section.title .menu .category_ttl,
  section.popup .menu .category_ttl {
    width: 95%;
    margin: 0 auto 0 calc(50% - 50vw);
  }
  section.title .menu ul.category,
  section.popup .menu ul.category {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 2px;
    width: 75%;
    margin: 0 auto;
    padding: 2.5% 0 3%;
  }
  section.title .menu .category li,
  section.popup .menu .category li {
    width: calc((100% - 4px) / 3);
    box-sizing: border-box;
  }
  section.title .menu .category a img,
  section.popup .menu .category a img {
    width: 100%;
  }
  section.title .menu .menu_note,
  section.popup .menu .menu_note {
    width: 90%;
    margin: 0 auto;
  }
  section.popup .menu {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 10px;
  }
  section.popup .menu .theme_ttl {
    top: 1%;
  }
  section.popup .menu ul.theme {
    padding-top: 30%;
  }
  section.popup .theme_category.sp .close {
    margin-right: 0 !important;
  }
}
/*----------
section.contents
----------*/
section.contents {
  padding: 0 0 0 0;
}
section.contents .midashi {
  /* width: 90%;
  max-width: 1100px;
  margin: 0 auto; */
  width: 100%;
  /* padding: 15px 0; */
}
section.contents .midashi h3 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
section.contents .items {
  padding: 20px 0;
}
section.contents .items a.ichiran_btn {
  display: block;
  width: 100%;
  max-width: 384px;
  margin: 39px auto 0;
}
section.contents .items .slickBox {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
section.contents .items .slickBox li {
  margin: 0 0 0 27px;
  width: 179px;
}
section.contents .items .slickBox li.double {
  width: 368px;
}
section.contents .items .slickBox .slick-list {
  margin-top: 70px;
}
section.contents .items .slickBox .slide-arrow {
  width: 36px;
  height: auto;
  position: absolute;
  top: -46px;
}
section.contents .items .slickBox .prev-arrow {
  right: 44px;
  left: auto;
}
section.contents .items .slickBox .next-arrow {
  right: 0;
}
/*追加*/
section.contents .items .slickBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
section.contents .items .slickBox ul li {
  width: 48%;
  margin: 2% 0 0 0;
}
section.contents .items .slickBox ul li.double {
  width: 100%;
}
section.contents .items .slickBox {
  position: relative;
  margin-bottom: 45px;
}
section.contents .items .slickBox .show_more {
  display: block;
}
section.contents .items .slickBox .show_more {
  display: none;
}
  section.contents .items .slickBox .show_more.open {
    background: none !important;
    bottom: -30px;
  }
  section.contents .items .slickBox .show_more.open .toOpen {
    display: none;
  }
  section.contents .items .slickBox .show_more.open .toClose {
    display: block;
  }
  section.contents .items .slickBox .show_more.close .toOpen {
    display: block;
  }
  section.contents .items .slickBox .show_more.close .toClose {
    display: none;
  }
  section.contents .items .slickBox ul li {
    width: 48%;
    margin: 2% 0 0 0;
  }
  section.contents .items .slickBox ul li.double {
    width: 100%;
  }
  section.contents .items a.ichiran_btn {
    width: 80%;
    max-width: none;
    margin: 50px auto 0;
  }
  section.contents .items a.ichiran_btn.open {
    margin: 80px auto 0;
  }
@media only screen and (max-width: 800px) {
    section.contents .items {
    padding: 0 0 5% 0;
  }
  section.contents .items .slickBox {
    position: relative;
    margin-bottom: 45px;
  }
  section.contents .items .slickBox .show_more {
      display: block;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			height: 100px;
			padding-top: 90px;
			text-align: center;
			line-height: 30px;
			/* background: linear-gradient(180deg, rgb(227, 243, 230, 0) 0%, rgb(227, 243, 230, 1) 70%); */
			cursor: pointer;
			transition: bottom 0.2s;
  }
  section.contents .items .slickBox .show_more img {
    width: 60%;
    margin: 0 auto;
  }
    section.contents .items .slickBox ul li {
    width: 49%;
    margin: 2% 0 0 0;
  }
  .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(227, 243, 230, 0) 0%, rgb(255, 255, 255, 1) 70%);
  }
/* 
  #category01 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(227, 243, 230, 0) 0%, rgb(227, 243, 230, 1) 70%);
  }
  #category02 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(248, 239, 236, 0) 0%, rgb(248, 239, 236, 1) 70%);
  }
  #category03 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(250, 237, 219, 0) 0%, rgb(250, 237, 219, 1) 70%);
  }
  #category04 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(240, 222, 225, 0) 0%, rgb(240, 222, 225, 1) 70%);
  }
  #category05 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(219, 233, 232, 0) 0%, rgb(219, 233, 232, 1) 70%);
  }
  #category06 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(242, 224, 232, 0) 0%, rgb(242, 224, 232, 1) 70%);
  }
  #category07 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(225, 229, 237, 0) 0%, rgb(225, 229, 237, 1) 70%);
  }
  #category08 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(213, 223, 233, 0) 0%, rgb(213, 223, 233, 1) 70%);
  }
  #category09 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(219, 227, 236, 0) 0%, rgb(219, 227, 236, 1) 70%);
  }
  #category10 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(243, 234, 231, 0) 0%, rgb(243, 234, 231, 1) 70%);
  }
  #category11 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(214, 235, 220, 0) 0%, rgb(214, 235, 220, 1) 70%);
  }
  #category12 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(229, 242, 243, 0) 0%, rgb(229, 242, 243, 1) 70%);
  }
  #category13 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(235, 233, 240, 0) 0%, rgb(235, 233, 240, 1) 70%);
  }
  #category14 .items .slickBox .show_more {
    background: linear-gradient(180deg, rgb(248, 232, 232, 0) 0%, rgb(248, 232, 232, 1) 70%);
  }
  */
  section.contents .items .slickBox .show_more.open {
    background: none !important;
    bottom: -30px;
  }
  section.contents .items .slickBox .show_more.open .toOpen {
    display: none;
  }
  section.contents .items .slickBox .show_more.open .toClose {
    display: block;
  }
  section.contents .items .slickBox .show_more.close .toOpen {
    display: block;
  }
  section.contents .items .slickBox .show_more.close .toClose {
    display: none;
  }
  section.contents .items .slickBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2% 0 0 0;
    margin: 0 auto;
    height: 130vw;
    overflow: hidden;
  }
  section.contents .items .slickBox ul li {
    width: 49%;
    margin: 2% 0 0 0;
  }
  section.contents .items .slickBox ul li.double {
    width: 100%;
  }
  section.contents .items a.ichiran_btn {
    width: 80%;
    max-width: none;
    margin: 50px auto;
  }
  section.contents .items a.ichiran_btn.open {
    margin: 80px auto 0;
  }
}
#recommend01 {
  background: url(/img/bigbazaar/part12/index/recom_back_gold.jpg) no-repeat top center;
  background-size: cover;
}
#recommend02 {
  background: url(/img/bigbazaar/part12/index/stripe_blue.png) repeat top center;
  background-size: contain;
  /*padding: 25px 0;*/
}
#category01 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(218, 255, 199, 1) 30%);
}
#category02 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(219, 225, 255, 1) 30%);
}
#category03 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(179, 248, 255, 1) 30%);
}
#category04 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 245, 153, 1) 30%);
}
#category05 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(217, 240, 255, 1) 30%);
}
#category06 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 235, 253, 1) 30%);
}
#category07 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 233, 191, 1) 30%);
}
#category08 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(204, 255, 230, 1) 30%);
}
#category09 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(183, 165, 0, 1) 30%);
}
#category10 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(239, 222, 255, 1) 30%);
}
#category11 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(225, 254, 255, 1) 30%);
}
#category12 .items {
  background-color: #e5f2f3;
}
#category13 .items {
  background-color: #ebe9f0;
}
#category14 .items {
  background-color: #f8e8e8;
}
/* 
#category01 .midashi {
  background-color: #269939;
}
#category02 .midashi {
  background-color: #902700;
}
#category03 .midashi {
  background-color: #db903b;
}
#category04 .midashi {
  background-color: #b6272d;
}
#category05 .midashi {
  background-color: #116f6a;
}
#category06 .midashi {
  background-color: #e75a91;
}
#category07 .midashi {
  background-color: #5e80ba;
}
#category08 .midashi {
  background-color: #296ba9;
}
#category09 .midashi {
  background-color: #003e86;
}
#category10 .midashi {
  background-color: #962700;
}
#category11 .midashi {
  background-color: #45a861;
}
#category12 .midashi {
  background-color: #29a6b3;
}
#category13 .midashi {
  background-color: #705699;
}
#category14 .midashi {
  background-color: #db1712;
} */
.midashi h2 {
  padding: 10px;
}
@media only screen and (max-width: 800px) {
  section.contents .midashi {
    width: 100%;
    max-width: none;
  }
  #category01 .midashi h3,
  #category02 .midashi h3,
  #category03 .midashi h3,
  #category04 .midashi h3,
  #category05 .midashi h3,
  #category06 .midashi h3,
  #category07 .midashi h3,
  #category08 .midashi h3,
  #category09 .midashi h3,
  #category10 .midashi h3,
  #category11 .midashi h3,
  #category12 .midashi h3,
  #category13 .midashi h3,
  #category14 .midashi h3 {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .midashi h2 {
  padding: 5px;
}
}
/*----------
theme
----------*/
[id^='theme'] {
  background-color: #fff;
  /* background-image: url(/img/bigbazaar/part11/index/theme1_bg_pc.png); */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 9% 0 3%;
}
#theme1 {
  background-image: url(/img/bigbazaar/part11/index/theme1_bg_pc.png);
}
#theme2 {
  background-image: url(/img/bigbazaar/part11/index/theme2_bg_pc.png);
}
#theme3 {
  background-image: url(/img/bigbazaar/part11/index/theme3_bg_pc.png);
}
#theme4 {
  background-image: url(/img/bigbazaar/part11/index/theme4_bg_pc.png);
}
#theme5 {
  background-image: url(/img/bigbazaar/part11/index/theme5_bg_pc.png);
}
#theme6 {
  background-image: url(/img/bigbazaar/part11/index/theme6_bg_pc.png);
}
#theme7 {
  background-image: url(/img/bigbazaar/part11/index/theme7_bg_pc.png);
}
[id^='theme'] .theme_ttl {
  width: 60%;
  max-width: 680px;
  margin: 0 auto;
}
#theme7 .theme_ttl {
  max-width: 690px;
}
[id^='theme'] .theme_btn {
  width: 35%;
  max-width: 430px;
  margin: 0 auto;
}
[id^='theme'] .showMoreBox ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 20px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4.5% 0 3%;
  justify-content: center;
}
[id^='theme'] .showMoreBox ul li {
  width: calc((100% - 60px) / 4);
  box-sizing: border-box;
}
[id^='theme'] .showMoreBox ul li.double {
  width: calc((100% - 40px) / 2);
  box-sizing: border-box;
}
[id^='theme'] .showMoreBox .show_more {
  display: none;
}
@media only screen and (max-width: 800px) {
  [id^='theme'] {
    padding: 9% 0 6%;
  }
  #theme1 {
    background-image: url(/img/bigbazaar/part11/index/theme1_bg_sp.png);
  }
  #theme2 {
    background-image: url(/img/bigbazaar/part11/index/theme2_bg_sp.png);
  }
  #theme3 {
    background-image: url(/img/bigbazaar/part11/index/theme3_bg_sp.png);
  }
  #theme4 {
    background-image: url(/img/bigbazaar/part11/index/theme4_bg_sp.png);
  }
  #theme5 {
    background-image: url(/img/bigbazaar/part11/index/theme5_bg_sp.png);
  }
  #theme6 {
    background-image: url(/img/bigbazaar/part11/index/theme6_bg_sp.png);
  }
  #theme7 {
    background-image: url(/img/bigbazaar/part11/index/theme7_bg_sp.png);
  }
  [id^='theme'] .showMoreBox ul {
    height: 130vw;
    overflow: hidden;
  }
  [id^='theme'] .showMoreBox ul li {
    width: calc((100% - 20px) / 2);
    box-sizing: border-box;
  }
  [id^='theme'] .showMoreBox ul li.double {
    width: calc(100%);
    box-sizing: border-box;
  }
  [id^='theme'] .showMoreBox {
    position: relative;
    margin-bottom: 80px;
  }
  [id^='theme'] .showMoreBox.open {
    margin-bottom: 120px;
  }
  [id^='theme'] .showMoreBox .show_more {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    padding-top: 90px;
    text-align: center;
    line-height: 30px;
    /* background: linear-gradient(180deg, rgb(227, 243, 230, 0) 0%, rgb(227, 243, 230, 1) 70%); */
    cursor: pointer;
    transition: bottom 0.2s;
  }
  [id^='theme'] .showMoreBox .show_more img {
    width: 60%;
    margin: 0 auto;
  }
  [id^='theme'] .showMoreBox .show_more.open {
    background: none !important;
    bottom: -30px;
  }
  [id^='theme'] .showMoreBox .show_more.open .toOpen {
    display: none;
  }
  [id^='theme'] .showMoreBox .show_more.open .toClose {
    display: block;
  }
  [id^='theme'] .showMoreBox .show_more.close .toOpen {
    display: block;
  }
  [id^='theme'] .showMoreBox .show_more.close .toClose {
    display: none;
  }
  .showMoreBox .show_more {
    background: linear-gradient(180deg, rgb(188, 0, 128, 0) 0%, rgb(255, 255, 255, 1) 70%);
  }
  /* #theme1 .showMoreBox .show_more {
    background: linear-gradient(180deg, rgb(188, 0, 128, 0) 0%, rgb(188, 0, 128, 1) 70%);
  }
  #theme2 .showMoreBox .show_more {
    background: linear-gradient(180deg, rgb(230, 21, 29, 0) 0%, rgb(230, 21, 29, 1) 70%);
  }
  #theme3 .showMoreBox .show_more {
    background: linear-gradient(180deg, rgb(35, 28, 108, 0) 0%, rgb(35, 28, 108, 1) 70%);
  }
  #theme4 .showMoreBox .show_more {
    background: linear-gradient(180deg, rgb(46, 168, 63, 0) 0%, rgb(46, 168, 63, 1) 70%);
  }
  #theme5 .showMoreBox .show_more {
    background: linear-gradient(180deg, rgb(33, 155, 207, 0) 0%, rgb(33, 155, 207, 1) 70%);
  }
  #theme6 .showMoreBox .show_more {
    background: linear-gradient(180deg, rgb(235, 100, 170, 0) 0%, rgb(235, 100, 170, 1) 70%);
  }
  #theme7 .showMoreBox .show_more {
    background: linear-gradient(180deg, rgb(220, 130, 24, 0) 0%, rgb(220, 130, 24, 1) 70%);
  } */
  [id^='theme'] .theme_btn {
    width: 95%;
    margin: 0 auto;
  }
  [id^='theme'] .showMoreBox .show_more {
    display: block;
  }
  /* theme2の「商品をもっと見る」を非表示 */
  #theme2 .showMoreBox {
    margin-bottom: 20px;
  }
  #theme2 .showMoreBox .item {
    height: auto;
  }
   #theme2 .showMoreBox .show_more {
    display: none;
   }
}
/*----------
popup.btn
----------*/
section.popup .popup_btn ul li {
  position: fixed;
  top: 100px;
  right: 0;
  width: 145px;
  max-width: 145px;
  z-index: 100;
}
section.popup .popup_btn ul li:nth-of-type(2) {
  top: 228px;
}
section.popup .popup_btn ul li:nth-of-type(3) {
  max-width: 86px;
  top: 356px;
}
section.popup .popup_Wrap {
  position: fixed;
  top: 15% !important;
  left: 0;
  right: 0;
  z-index: 110;
  cursor: pointer;
}
.popup_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 150;
  display: none;
}
section.popup .popup_Wrap .pc .close {
  width: 7%;
  max-width: 7%;
  margin: 0 0 10px auto;
}
section.popup .popup_Wrap .sp .close {
  max-width: 40px;
  margin: 5px 5px 0 auto;
}
section.popup .popup_Wrap .contents {
  max-width: 700px;
  margin: auto;
  display: none;
}
section.popup .popup_Wrap .contents div {
  position: relative;
}
section.popup .popup_Wrap .contents div figure,
section.popup .popup_Wrap .contents div a {
  position: absolute;
}
section.popup .popup_Wrap .contents div figure {
  cursor: auto;
}
section.popup .popup_Wrap .netpoint.pc div {
  aspect-ratio: 1801 / 1001;
}
section.popup .popup_Wrap .netpoint.pc div a {
  width: 30%;
  left: 0;
  right: 0;
  bottom: -14%;
  margin: 0 auto;
}
section.popup .popup_Wrap .netpoint.sp div {
  aspect-ratio: 1500 / 3000;
}
section.popup .popup_Wrap .netpoint.sp div a {
  width: 70%;
  left: 0;
  right: 0;
  bottom: -14.2%;
  margin: 0 auto;
}
section.popup .popup_Wrap .gacha { /* -------------------- */
  /* display: none; */
  position: relative;
}
section.popup .popup_Wrap .gacha.pc div {
  aspect-ratio: 2200 / 1120;
}
section.popup .popup_Wrap .gacha.pc div a {
  width: 30%;
}
section.popup .popup_Wrap .gacha.pc div a.appstore {
  width: 17.4%;
  left: 56.5%;
  bottom: 31.5%;
}
section.popup .popup_Wrap .gacha.pc div a.googleplay {
  width: 17.4%;
  left: 56.5%;
  bottom: 20.5%;
}
section.popup .popup_Wrap .gacha.pc div a.iaeon {
  width: 6%;
  left: 61.8%;
  bottom: 32.2%;
}
section.popup .popup_Wrap .gacha.pc div a.iaeon img {
  border-radius: 22.2%;
  box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
section.popup .popup_Wrap .gacha.pc ul.tab {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
section.popup .popup_Wrap .gacha.pc ul.tab li {
  width: 20%;
  box-sizing: border-box;
}
section.popup .popup_Wrap .gacha.pc .close {
  position: absolute;
  width: 7%;
  max-width: 7%;
  top: 10px;
  right: 0;
}
section.popup .popup_Wrap .gacha.sp div {
  aspect-ratio: 1500 / 4752;
}
section.popup .popup_Wrap .gacha.sp div a {
  width: 30%;
}
section.popup .popup_Wrap .gacha.sp div a.appstore {
  width: 40.4%;
  left: 9.5%;
  bottom: 14%;
}
section.popup .popup_Wrap .gacha.sp div a.googleplay {
  width: 45.4%;
  left: 9.5%;
  bottom: 8.9%;
}
section.popup .popup_Wrap .gacha.sp div a.iaeon {
  width: 26%;
  left: 60.5%;
  bottom: 9.5%;
}
section.popup .popup_Wrap .gacha.sp div a.iaeon img {
  border-radius: 22.2%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
section.popup .popup_Wrap .gacha.sp ul.tab {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
section.popup .popup_Wrap .gacha.sp ul.tab li {
  width: 50%;
  box-sizing: border-box;
}
section.popup .popup_Wrap .gacha.sp .close {
  /* width: 7%;
  max-width: 7%;
  top: 10px;
  right: 0; */
}
section.popup .popup_Wrap .coupon { /* -------------------- */
  /* display: none; */
  position: relative;
}
section.popup .popup_Wrap .coupon.pc div {
  aspect-ratio: 2200 / 1140;
}
section.popup .popup_Wrap .coupon.pc div [class*="to-clipboard"] {
  width: 24%;
  bottom: 19.5%;
}
section.popup .popup_Wrap .coupon.pc div .to-clipboard-01 {
  left: 5.5%;
}
section.popup .popup_Wrap .coupon.pc div .to-clipboard-02 {
  left: 38%;
}
section.popup .popup_Wrap .coupon.pc div .to-clipboard-03 {
  right: 5.5%;
}
section.popup .popup_Wrap .coupon.pc ul.tab {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
section.popup .popup_Wrap .coupon.pc ul.tab li {
  width: 20%;
  box-sizing: border-box;
}
section.popup .popup_Wrap .coupon.pc .close {
  position: absolute;
  width: 7%;
  max-width: 7%;
  top: 10px;
  right: 0;
}
section.popup .popup_Wrap .coupon.sp div {
  aspect-ratio: 1500 / 5420;
}
section.popup .popup_Wrap .coupon.sp div [class*="to-clipboard"] {
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.popup .popup_Wrap .coupon.sp div .to-clipboard-01 {
  bottom: 59.7%;
}
section.popup .popup_Wrap .coupon.sp div .to-clipboard-02 {
  bottom: 34.6%;
}
section.popup .popup_Wrap .coupon.sp div .to-clipboard-03 {
  bottom: 9.3%;
}
section.popup .popup_Wrap .coupon.sp ul.tab {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
section.popup .popup_Wrap .coupon.sp ul.tab li {
  width: 50%;
  box-sizing: border-box;
}
section.popup .popup_Wrap .coupon.sp .close {
  /* width: 7%;
  max-width: 7%;
  top: 10px;
  right: 0; */
}
section.popup .popup_Wrap .gentei { 
  width: 50%;
}
section.popup .popup_Wrap .gentei.pc div {
  aspect-ratio: 2200 / 2006;
}
section.popup .popup_Wrap .gentei.pc div a {
  width: 27%;
  left: 0;
  right: 0;
  bottom: 2.4%;
  margin: 0 auto;
}
section.popup .popup_Wrap .gentei.sp {
  padding-bottom: 130px;
}
section.popup .popup_Wrap .gentei.sp div {
  aspect-ratio: 1501 / 8996;
}
section.popup .popup_Wrap .gentei.sp div a {
  width: 90%;
  left: 0;
  right: 0;
  bottom: 1%;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  section.popup .popup_Wrap .gentei {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
}
section.popup .popup_Wrap .category { /* -------------------- */
  /* display: none; */
}
section.popup .popup_Wrap .category.pc div {
  aspect-ratio: 1880 / 1280  ;
}
section.popup .popup_Wrap .category.pc ul {
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin: 0 auto;
  width: 85%;
  padding: 11% 0 0 0;
}
section.popup .popup_Wrap .category.pc ul li {
  width: calc(100% / 6);
  margin: 2.5% 0 0 0;
  z-index: 120;
}
section.popup .popup_Wrap .category.pc ul li a {
  position: static;
}
section.popup .popup_Wrap .category.sp div {
  aspect-ratio: 1500 / 2900  ;
}
section.popup .popup_Wrap .category.sp ul {
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin: 0 auto;
  width: 85%;
  padding: 13% 0 0 0;
}
section.popup .popup_Wrap .category.sp ul li {
  width: calc(100% / 3);
  margin: 1.5% 0 0 0;
  z-index: 120;
}
section.popup .popup_Wrap .category.sp ul li a {
  position: static;
}
/*----------
.footerBtn
----------*/
section.footerBtn {
  display: none;
  position: fixed;
  width: 100%;
  bottom: -2px;
  z-index: 120;
  background-color: #b60081;
  padding: 3.35% 0;
}
section.footerBtn ul.flex{
  width: 93.33%;
  justify-content: space-between;
  margin: 0 auto;
}
section.footerBtn li:nth-of-type(1),
section.footerBtn li:nth-of-type(2) {
  width: 38.57%;
  /* width: calc((100% - 17.33%) / 2); */
}
section.footerBtn li:nth-of-type(3) {
  width: 16.71%;
}
@media only screen and (max-width: 800px) {
  section.footerBtn {
    display: block;
  }
}
/*----------
.product-list
----------*/
.product-list {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  gap: 12px;
  width: 90%;
  margin: 25px auto;
  height: auto;
}
.product-card {
  background: #fff;
}
.product-card a {
  display: block;
  padding: 15px;
}
.product-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.product-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 5em;
}
#right_Area .price {
  font-size: 20px;
  font-weight: bold;
  color: #d40000;
  text-align: right;
  line-height: 1.5rem;
}
#right_Area .tax-price {
  font-size: 13px;
  margin-top: 4px;
  color: #333;
  text-align: right;
}
#right_Area .badge {
  display: inline-block;
  margin-top: 8px;
  margin-left: 0;
  padding: 3px 8px;
  background: #002289;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
}
@media only screen and (max-width: 800px) {
  .product-name {
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
}
.product-card a {
  padding: 10px;
}
#right_Area .badge {
  font-size: 10px;
}
}
.featured a{
  display:flex;
  gap:16px;
  align-items:center;
}
.featured img{
  width: 180px;
  flex-shrink:0;
}
.recommend{
  display:inline-block;
  margin-bottom:8px;
  padding:4px 10px;
  background:#d40000;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  border-radius:4px;
}
#recommend01 .product-list,
#recommend02 .product-list {
  gap: 0;
  width: 100%;
}
#recommend01 .product-card,
#recommend02 .product-card {
  background: transparent;
}
#recommend01 .product-card a,
#recommend02 .product-card a {
  padding: 0;
}
#recommend01 .product-card img,
#recommend02 .product-card img {
  aspect-ratio: 0;
}
#recommend01 .slickBox,
#recommend02 .slickBox {
  width: 100%;
}
#recommend01 .slickBox ul,
#recommend02 .slickBox ul {
  justify-content: space-evenly;
}
#recommend01 .featured img,
#recommend02 .featured img{
  width: 100%;
  flex-shrink:0;
}
#recommend02 .featured img {
  padding: 0 10px;
  filter: drop-shadow(3px 6px 0 rgba(0, 0, 0, 5));
}
#recommend02 .midashi {
   /* padding: 30px 0 0; */
}
#recommend01 .slickBox,
#recommend02 .slickBox {
  margin-bottom: 0;
}
.product-card.double .featured{
  display:flex;
  flex-direction: row;
  align-items:center;
  gap:30px;
  justify-content: space-around;
}
.product-card.double img {
 margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .product-list {
  gap: 3px;
  width: 100%;
  margin: 25px auto;
}
#right_Area .price {
  font-size: 16px;
}
#recommend01 .items .slickBox ul,
#recommend02 .items .slickBox ul {
  height: auto;
}
#recommend01 .contents .items,
#recommend02 .contents .items {
  padding: 0 0 5% 0;
}
}
@media screen and (max-width: 767px){
  .product-card.double .featured{
    display:flex;
    gap:10px;
    align-items:center;
  }
  .product-card.double .featured img{
    width:45%;
  }
  .product-card.double .product-meta{
    flex:1;
  }
}
/* 
@media screen and (max-width: 767px){
  .product-card.double .featured{
    display:block;
    padding:15px;
  }
  .product-card.double .featured img{
    width:100%;
    display:block;
    margin-bottom:15px;
  }
  .product-card.double .product-meta{
    width:100%;
  }
} */
#category01 .product-card {
  border: #4a8900 solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#category02 .product-card {
  border: #000c85 solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#category03 .product-card {
  border: #ff3f26 solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#category04 .product-card {
  border: #ff8269 solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#category05 .product-card {
  border: #4cabff solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#category06 .product-card {
  border: #ff9cf5 solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#category07 .product-card {
  border: #ff8600 solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#category08 .product-card {
  border: #1b58b7 solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#category09 .product-card {
  border: #007f5a solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#category10 .product-card {
  border: #d799ff solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#category11 .product-card {
  border: #4e7d9c solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
/*----------
.coupon
----------*/
.sec_coupon {
  padding: 60px 0;
}
.abs_coupon {
  margin: auto;
  z-index: 2;
  position: relative;
}
.gift-coupon {
  background: #fff;
  position: relative;
  border: #2fadff solid 4px;
}
.gift-coupon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  pointer-events: none;
}
.gift-coupon .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}
.gift-coupon .coupon_txt01 {
  width: 100%;
  ;
  padding-top: 5px;
  margin-bottom: 20px;
}
.gift-coupon .coupon {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 32%;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.gift-coupon .coupon button {
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
}
.gift-coupon .coupon figure {
  position: relative;
  margin-bottom: 10px;
}
.gift-coupon .coupon_txt02 {
  border-top: 8px solid #fff;
  background-size: 100%;
  background-position: center;
}
.gift-coupon .coupon_txt02 figure {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-top: -3px;
}
.coupon figure.copy::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
.coupon figure.copy::after {
  display: block;
  content: 'コピーしました';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transform: translate(-50%, -50%);
}
/*----------
.modal
----------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 1;
}
.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 700px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.close_Area {
  position: fixed;
  top: -50px;
  right: 0;
  box-sizing: border-box;
}
.modal_close {
  width: 50px;
  height: 50px;
}
#fixed {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background: rgba(0, 0, 0, .8);
  z-index: 10;
}
#fixed .flex {
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 800px) {
  .modal_content {
    width: 100%;
  }
  .modal .gift-coupon {
    height: 80vh;
    overflow-y: scroll;
  }
  .modal .gift-coupon .coupon {
    width: 100%;
    border-bottom: none;
  }
  .modal .gift-coupon button {
    width: 100%;
    margin-top: 5px;
  }
  .modal_close {
    margin: 25px 5px;
    width: 40px;
    height: 40px;
  }
  .tab_content {
    padding: 25px 5px;
  }
  .tab_content .ranking_List {
    max-width: 100%;
  }
}
section.yokoku {
  /* display: none; */
  position: fixed;
  width: 100%;
  bottom: -2px;
  z-index: 120;
  background: #ed1c24;
  padding: 10px 0;
}
section.yokoku img {
  width: 65%;
  margin: auto;
}
section.yokoku figure {
  width: 90%;
  max-width: 730px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  section.yokoku img {
    width: 100%;
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
