@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* stores common top
-------------------------------------------------------------------------------------------------------------------------------*/
.cmn-content-top {
  font-size: 16px;
  line-height: 1.5;
}
.cmn-content-top a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .cmn-content-top {
    font-size: 2.5rem;
  }
}

/* section common */
.section-wrapper {
  padding: 70px 0 0;
}
.section-inner {
  width: 980px;
  margin: 0 auto; 
}
@media screen and (max-width:767px) {
  .section-wrapper {
    padding: 8rem 0 0;
  }
  .section-inner {
    width: 100%;
  }
}

.section-title {
  margin: 0 0 50px;
  text-align: center;
}
.section-title .title{
  font-family: "Jost", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
}
.section-title .title.jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.7;
}
.section-title .lead {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .section-title {
    margin: 0 0 3rem;
  }
  .section-title .title{
    font-size: 5.6rem;
  }
  .section-title .title.jp {
    font-size: 4rem;
  }
  .section-title .lead {
    font-size: 2.5rem;
  }
}

/* btn-more */
.btn-more {
  width: 176px;
  margin: 50px auto 0;
}
.btn-more a {
  position: relative;
  display: block;
  background-color: #fff;
  overflow: hidden;
}
.btn-more a span {
  position: relative;
  z-index: 3;
  display: block;
  padding: 10px;
  border: 1px solid #333;
  background-image: url(/base/store_cmn/img/arrow02_r.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 28px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.btn-more a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 101%;
  transition: transform .4s;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #e60012;
}
.btn-more a:hover span {
  color: #fff;
  border: 1px solid #e60012;
  background-image: url(/base/store_cmn/img/arrow02_r_white.svg);
}
.btn-more a:hover::after{
  transform-origin: left top;
	transform:scale(1, 1);
}
@media screen and (max-width:767px) {
  .btn-more {
    width: 40rem;
    margin: 7rem auto 0;
  }
  .btn-more a span {
    padding: 3rem;
    background-position: right 2.4rem center;
    background-size: 5.8rem;
    font-size: 2.8rem;
  }
}

button {
  font-family: "Noto Sans JP", sans-serif;
  color: inherit;
}


/* important-info
=================================================================== */
.important-info {
  padding: 30px 0;
}
.important-info-list li{
  text-align: center;
  padding: 4px 0;
}
.important-info-list li a {
  text-decoration: underline;
}
.important-info-list li a:hover {
  opacity: 1;
  color: #d00000;
}
.important-info-btn {
  text-align: center;
  margin: 6px 0 0;
}
.important-info-btn a {
  text-decoration: underline;
}
.important-info-btn a:hover {
  opacity: 1;
  color: #d00000;
}
@media screen and (max-width:767px) {
  .important-info {
    padding: 1rem 0 3rem;
  }
}


/* main-banner
=================================================================== */
.main-banner {
  position: relative;
}
.main-banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 305px;
  background: #e6e6e6;
}
.main-banner-inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .main-banner {
    background: #e6e6e6;
  }
  .main-banner::after {
    content: none;
  }
  .main-banner-inner {
    width: 100%;
  }
}

/* main-banner-item */
.main-banner-item {
  display: flex;
  flex-direction: row-reverse;
  background: #fff;
}
.main-banner-item .image {
  width: 694px;
}
.main-banner-item .image img {
  width: 100%;
}
.main-banner-item .image video{
  width: 100%;
  vertical-align: bottom;
}
.main-banner-item .txt {
  flex: 1;
  padding: 165px 20px 20px 20px;
  font-feature-settings: "palt";
}
.main-banner-item .txt dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.main-banner-item .txt dd {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .main-banner-item {
    display: block;
    background: #e6e6e6;
  }
  .main-banner-item .image {
    width: 100%;
  }
  .main-banner-item .txt {
    width: calc(100% - 10rem);
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
  }
  .main-banner-item .txt dt {
    font-size: 3.4rem;
  }
  .main-banner-item .txt dd {
    margin: 1.5rem 0 0;
    padding: 1.5rem 0 0;
    font-size: 3rem;
  }
}

/* main-banner-slider */
.main-banner-slider {
  opacity: 0;
  transition: opacity 0.2s linear 0.2s;
}
.main-banner-slider.slick-initialized{
  opacity: 1;
}
.main-banner-slider .slick-slide {
  background: #fff;
}
.main-banner-slider .slick-slide a {
  display: block;
}

.main-banner-slider .slick-prev,
.main-banner-slider .slick-next {
	font-size: 0;
	position: absolute;
	z-index: 100;
	top: 230px;
	display: block;
	width: 40px;
	height: 70px;
	padding: 0;
	cursor: pointer;
}
.main-banner-slider .slick-prev {
	left: -60px;
	background: url(/base/store_cmn/img/slider_prev.svg) no-repeat center center;
	background-size: 20px;
}
.main-banner-slider .slick-next {
	right: -60px;
	background: url(/base/store_cmn/img/slider_next.svg) no-repeat center center;
	background-size: 20px
}
@media screen and (max-width:767px) {
  .main-banner-slider .slick-prev,
  .main-banner-slider .slick-next {
    top: 42.2rem;
    width: 5rem;
    height: 21rem;
  }
  .main-banner-slider .slick-prev {
    left: 0;
    background-size: 2.4rem;
  }
  .main-banner-slider .slick-next {
    right: 0;
    background-size: 2.4rem;
  }
}

.main-banner-slider .slick-dots {
	display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 25px;
  min-height: 60px;
  padding: 10px;
}
.main-banner-slider .slick-dots li {
	cursor: pointer;
}
.main-banner-slider .slick-dots li button {
	display: block;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
	color: transparent;
	border-radius: 50%;
	outline: none;
	background: #333;
}
.main-banner-slider .slick-dots li button:hover, 
.main-banner-slider .slick-dots li button:focus, 
.main-banner-slider .slick-dots li.slick-active button {
	background: #e60012;
}
@media screen and (max-width:767px) {
  .main-banner-slider .slick-dots {
    gap: 2rem 4rem;
    min-height: 6.5rem;
  }
  .main-banner-slider .slick-dots li button {
    width: 1.6rem;
    height: 1.6rem;
  }
}

/* slick-controls */
.slick-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-pause-btn {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/base/store_cmn/img/slider_stop.png);
  background-size: 100%;
  font-size: 0;
  margin-left: 12px;
  cursor: pointer;
}
.slick-pause-btn.paused {
  background-image: url(/base/store_cmn/img/slider_start.png);
}
@media screen and (max-width:767px) {
  .slick-controls {
    padding: 2rem 0;
  }
  .slick-pause-btn {
    width: 5.6rem;
    height: 5.6rem;
    margin-left: 2rem;
  }
}


/* topic
=================================================================== */
.topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 28px;
}
.topic-list li {
  width: 224px;
}
.topic-list li a {
  display: block;
  letter-spacing: 0.02rem;
  font-feature-settings: "palt";
}
.topic-list li img {
  width: 100%;
}
.topic-list li dl dt {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .topic-list:has(> li:nth-child(-n+3):last-child) {
    justify-content: center;
  }
}
@media screen and (max-width:767px) {
  .topic-list {
    gap: 5rem 4rem;
    padding: 0 3rem;
  }
  .topic-list li {
    width: calc(50% - 2rem);
  }
  .topic-list li dl dt {
    margin: 0 0 1rem;
  }
}

/* bnr-catalog */
.bnr-catalog {
  width: 480px;
  margin: 80px auto 0;
}
.bnr-catalog a {
  position: relative;
  display: block;
  padding: 15px;
  border: 2px solid #e60012;
  color: #e60012;
}
.bnr-catalog a::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -1px;
  right: -1px;
  width: 25px;
  height: 25px;
  clip-path: polygon(0 100%,100% 0,100% 100%);
  background: #e60012;
}
.bnr-catalog dl {
  display: flex;
  align-items: center;
}
.bnr-catalog dl dt {
  width: 100px;
  padding-right: 15px;
  border-right: 2px solid #e60012;
}
.bnr-catalog dl dt img {
  width: 100%;
}
.bnr-catalog dl dd {
  font-size: 22px;
  font-weight: 500;
  padding-left: 20px;  
}
@media screen and (max-width:767px) {
  .bnr-catalog {
    width: calc(100% - 6rem);
    margin: 10rem auto 0;
  }
  .bnr-catalog a {
    padding: 2rem;
  }
  .bnr-catalog a::after {
    width: 3.5rem;
    height: 3.5rem;
  }
  .bnr-catalog dl {
    display: flex;
    align-items: center;
  }
  .bnr-catalog dl dt {
    width: 15rem;
    padding-right: 3rem;
  }
  .bnr-catalog dl dd {
    font-size: 3.2rem;
    padding-left: 3rem;  
  }
}


/* pickup
=================================================================== */
.pickup-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  width: 1020px;
  margin: 0 auto 50px;
}
.pickup-tab button{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 45px;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  color: inherit;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.3;
  transition: opacity 0.2s;
  cursor: pointer;
}
.pickup-tab button[aria-selected='true'] {
  background: #e60012;
  color: #fff;
  pointer-events: none;
}
.pickup-tab button:hover {
  opacity: 0.6;
}
@media screen and (max-width:767px) {
  .pickup-tab {
    gap: 1.8rem;
    width: 100%;
    margin: 0 0 6rem;
    padding: 0 3rem;
  }
  .pickup-tab button{
    width: calc(33.33% - 1.8rem);
    flex: auto;
    min-height: 9rem; 
    font-size: 2.3rem;
  }
}

.pickup-tab-content {
  display: none;
}
.pickup-tab-content.active {
  display: block;
}

/* pickup-list */
.pickup-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 28px;
}
.pickup-list li {
  width: 224px;
}
.pickup-list li a {
  display: block;
  letter-spacing: 0.02rem;
  font-feature-settings: "palt";
}
.pickup-list li img {
  width: 100%;
}
.pickup-list li dl dt {
	margin: 0 0 10px;
	width: 224px;
	height: 224px;
	justify-content: center;
	display: flex;
}
.pickup-list li dl dt img {
	width: auto;
	height: auto;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}.pickup-list li dl dd.link {
  margin: 15px 0 0;
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  .pickup-list {
    gap: 5rem 4rem;
    padding: 0 3rem;
  }
  .pickup-list li {
    width: calc(50% - 2rem);
  }
  .pickup-list li dl dt {
    margin: 0 0 1rem;
		width: 169px;
		height: 169px;
  }
  .pickup-list li dl dd {
    font-size: 2.3rem;
  }
  .pickup-list li dl dd.link {
    margin: 1.5rem 0 0;
  }
}


/* member
=================================================================== */
.member-content {
  background: #e5e5e5;
  padding: 0 0 50px;
}
@media screen and (max-width:767px) {
  .member-content {
    padding: 0;
  }
}

/* member-list */
.member-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 12px;
  width: 775px;
  margin: 0 auto;
  padding: 50px 0;
}
.member-list li {
  width: 145px;
}
.member-list li button {
  display: block;
  position: relative;
  cursor: pointer;
}
.member-list li button::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  background: #e60012;
  height: 16px;
  width: 16px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.member-list li img {
  width: 100%;
}
.card-modal {
  cursor: pointer;
}

@media screen and (max-width:767px) {
  .member-list {
    display: flex;
    justify-content: flex-start;
    gap: 1.8rem;
    width: 100%;
    padding: 3rem;
  }
  .member-list li {
    width: calc(33.33% - 1.8rem);
    flex: auto;
  }
  .member-list li button::after {
    height: 2.2rem;
    width: 2.2rem;
  }
}

/* member-card-list */
.member-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
  width: 775px;
  margin: 0 auto;
  padding: 50px 0;
}
.member-card-list li {
  width: 160px;
  height: 160px;
}
.member-card-list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .member-card-list {
    justify-content: flex-start;
    gap: 1.8rem;
    width: 100%;
    padding: 3rem;
  }
  .member-card-list li {
    width: calc((100% - 3.6rem) / 3);
    height: 29vw;
  }
  .member-card-list li a {
    border-radius: 2rem;
  }
}

.member-card-list li a .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.6em;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  font-feature-settings: "palt";
}
@media screen and (max-width:767px) {
  .member-card-list li a .txt {
    font-size: 1.8rem;
  }
}

.member-card-list li a .image {
  padding: 30px 20px 5px 20px;
}
.member-card-list li a .image img {
  width: 100%;
}
.member-card-list li.debit a .image {
  width: 64%;
  margin: 0 auto;
  padding-top: 15px
}
.member-card-list li.business a .image {
  padding-top: 20px
}
.member-card-list li.sugotsumi a .image {
  width: 82%;
  margin: 0 auto;
  padding-top: 20px
}
@media screen and (max-width:767px) {
  .member-card-list li a .image {
    padding: 4rem 3rem 1rem 3rem;
  }
  .member-card-list li.debit a .image {
    width: 65%;
    padding-top: 2rem
  }
  .member-card-list li.business a .image {
    padding-top: 2.5rem
  }
  .member-card-list li.sugotsumi a .image {
    width: 80%;
    padding-top: 3rem
  }
}


/* info-banner */
.info-banner {
  padding: 50px 0;
  background: #fff;
}
@media screen and (max-width:767px) {
  .info-banner {
    padding: 6rem 0 0;
  }
}

.banner-outer {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.banner-wrapper {
  padding: 0 0 30px;
  overflow-x: auto;
}
@media screen and (max-width:767px) {
  .banner-outer {
    width: calc(100% - 12rem);
  }
  .banner-wrapper {
    padding: 0 0 3rem;
  }
  /* .banner-wrapper::-webkit-scrollbar {
    background-color: #fff;
    height: 3px;
  }
  .banner-wrapper::-webkit-scrollbar-thumb {
    background-color:#f00;
  } */
}

.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.banner-list li {
  width: 224px;
}
.banner-list li img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .banner-list {
    gap: 2rem;
  }
  .banner-list li {
    width: 30.5rem;
  }
}

.banner-prev,
.banner-next {
  display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	width: 50px;
	height: 112px;
	padding: 0;
  font-size: 0;
	cursor: pointer;
}
.banner-prev {
  left: -50px;
	background: url(/base/store_cmn/img/slider_prev.svg) no-repeat center center #fff;
	background-size: 12px;
}
.banner-next {
  right: -50px;
	background: url(/base/store_cmn/img/slider_next.svg) no-repeat center center #fff;
	background-size: 12px
}
.banner-prev.active,
.banner-next.active {
  display: block;
}
@media screen and (max-width:767px) {
  .banner-prev,
  .banner-next {
    width: 6rem;
    height: 15.2rem;
  }
  .banner-prev.active,
  .banner-next.active {
    display: block;
  }
  .banner-prev {
    left: -6rem;
    background-size: 1.8rem;
  }
  .banner-next {
    right: -6rem;
    background-size: 1.8rem;
  }
}


/* online
=================================================================== */
.online {
  padding: 0 0 80px;
}
@media screen and (max-width:767px) {
  .online {
    padding: 0 0 8rem;
  }
}

/* online-list */
.online-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 28px;
}
.online-list li {
  width: 224px;
}
.online-list li a {
  display: block;
}
.online-list li img {
  width: 100%;
}
.online-list li .logo {
  display: flex;
  justify-content: center;
  min-height: 50px;
  margin: 10px auto 0;
  border: 1px solid #767171;
}
.online-list li .logo.logo-online img {
  width: 134px;
}
.online-list li .logo.logo-tbeaut img {
  width: 134px;
}
.online-list li .logo.logo-fashion img {
  width: 168px;
}
.online-list li .logo.logo-rosekitchen img {
  width: 148px;
}
@media screen and (max-width:767px) {
  .online-list {
    gap: 5rem 4rem;
    padding: 0 3rem;
  }
  .online-list li {
    width: calc(50% - 2rem);
  }
  .online-list li .logo {
    display: flex;
    align-items: center;
    min-height: 8rem;
    margin: 2rem auto 0;
  }
  .online-list li .logo.logo-online img {
    width: 22rem;
  }
  .online-list li .logo.logo-tbeaut img {
    width: 19rem;
  }
  .online-list li .logo.logo-fashion img {
    width: 28rem;
  }
  .online-list li .logo.logo-rosekitchen img {
    width: 22rem;
  }
}

.online-iframe {
  width: 224px;
  height: 224px;
  vertical-align: bottom;
}
@media screen and (max-width:767px) {
  .online-iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}


/* information
=================================================================== */
.information {
  padding: 0 0 80px;
  background: #e6e6e6;
}
@media screen and (max-width:767px) {
  .information {
    padding: 0 0 8rem;
  }
  .information-content {
    padding: 0 3rem;
  }
}

/* information-tab */
.information-tab {
  display: flex;
  gap: 0 15px;
}
.information-tab button {
  width: 235px;
  padding: 20px 0;
  background: #777878;
  text-align: center;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s;
}
.information-tab button[aria-selected='true'] {
  background: #e60012;
  pointer-events: none;
}
.information-tab button:hover {
  opacity: 0.6;
}
@media screen and (max-width:767px) {
  .information-tab {
    gap: 0 1.2rem;
  }
  .information-tab button {
    width: 100%;
    padding: 2.5rem 0;
  }
}

.information-tab-content-wrapper {
  padding: 10px 20px;
  background: #fff;
  border: 2px solid #e60012;
}
.information-tab-content {
  display: none;
}
.information-tab-content.active {
  display: block;
}
.information-tab-content .btn-more-info {
  width: 300px;
  margin: 10px auto 20px;
}
.information-tab-content .btn-more-info a span {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .information-tab-content-wrapper {
    padding: 1rem 3rem 1rem;
    border: 1px solid #e60012;
  }
  .information-tab-content .btn-more-info {
    width: 100%;
    margin: 3rem auto 4rem;
  }
  .information-tab-content .btn-more-info a span {
    padding: 2rem;
    font-size: 2.5rem;
  }
}

/* information-list */
.information-list li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #d3d3d4;
}
.information-list li:last-child {
  border-bottom: none;
}
.information-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.information-list li a:hover {
  opacity: 1;
}
.information-list li .date {
  width: 9em;
}
.information-list li .txt {
  flex: 1;
  font-feature-settings: "palt";
  text-decoration: underline;
}
.information-list li a:hover .txt {
    color: #d00000;
}
@media screen and (max-width:767px) {
  .information-list li {
    display: block;
    padding: 2rem 0;
  }
  .information-list li a {
    display: block;
  }
  .information-list li .date {
    display: block;
    width: 100%;
  }
  .information-list li .txt {
    width: 100%;
  }
}


/* sustainability
=================================================================== */
.sustainability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 28px;
}
.sustainability-list li {
  width: 224px;
}
.sustainability-list li a {
  display: block;
  letter-spacing: 0.02rem;
  font-feature-settings: "palt";
}
.sustainability-list li img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .sustainability-list {
    gap: 4rem;
    padding: 0 3rem;
  }
  .sustainability-list li {
    width: calc(50% - 2rem);
  }
}


/* snap
=================================================================== */
.snap_cate_link ul{
	display: flex;
	justify-content: center;
	margin: -10px 0 30px;
}
.snap_cate_link ul li{
	margin: 0 20px;
	width: auto;
}
.snap_cate_link ul li a{
	display: block;
	padding-top: 50px;
	color: #707070;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0s;
	min-width: 70px;
}
.snap_cate_link ul li a:hover{
	opacity: 1.0;
	color: #c2000f;
	background-position: center -100px;
}
@media screen and (max-width:767px) {
	.snap_cate_link ul{
    justify-content: space-around;
		margin: 0 0 4rem;
	}
	.snap_cate_link ul li{
		margin: 0 1rem;
		width: auto;
	}
	.snap_cate_link ul li a{
		padding-top: 7rem;
		background-size: 7rem;
		font-size: 2rem;
		line-height: 1.3;
		min-width: auto;
	}
	.snap_cate_link ul li a:hover{
		background-position: center -14rem;
	}
}
.snap_cate_link ul li a.snap_cate_cosme{
	background-image: url(/base/store_cmn/img/snap_icon_cosme.png);
}
.snap_cate_link ul li a.snap_cate_gourmet{
	background-image: url(/base/store_cmn/img/snap_icon_gourmet.png);
}
.snap_cate_link ul li a.snap_cate_life{
	background-image: url(/base/store_cmn/img/snap_icon_life.png);
}
.snap_cate_link ul li a.snap_cate_baby{
	background-image: url(/base/store_cmn/img/snap_icon_baby.png);
}
.snap_cate_link ul li a.snap_cate_mens{
	background-image: url(/base/store_cmn/img/snap_icon_mens.png);
}
.snap_cate_link ul li a.snap_cate_ladies{
	background-image: url(/base/store_cmn/img/snap_icon_ladies.png);
}
.snap_cate_link ul li a.snap_cate_art{
	background-image: url(/base/store_cmn/img/snap_icon_art.png);
}

/* snap_area */
#snap_area {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
#snap_area a {
  display: block;
  position: relative;
}
#snap_area img {
  width: 100%
}
#snap_area li {
  width: 242px;
  height: 242px;
}
#snap_area li a {
  display: block;
  width: 242px;
  height: 242px;
  background-size: cover;
  background-position: 50% 50%;
}
#snap_area a.icon::after {
  content: "";
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/base/nihombashi/img/top/top_snap_icon.png);
  background-size: 15px auto;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  #snap_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2px;
    padding: 0 3px;
  }
  #snap_area li {
    width: calc(33.33% - 2px);
    height: auto;
    flex: auto;
  }
  .snap .snap_list ul#snap_area li a {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    padding-top: 100%;
  }
}


/* follow
=================================================================== */
.sns-list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 30px;
  margin: 0 0 30px;
  height: auto;
}
.sns-list li {
  width: 60px;
}
.sns-list li img {
  width: 100%;
}
.sns-list li button {
  position: relative;
  cursor: pointer;
  transition: opacity 0.4s;
}
.sns-list li button:hover {
  opacity: 0.6;
}
.sns-list li button.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .sns-list {
    gap: 0 3rem;
    margin: 0 0 5rem;
  }
  .sns-list li {
    width: 9rem;
  }
  .sns-list li.active::after {
    bottom: -2rem;
    left: 0;
  }
}

/* sns-list-sub */
.sns-list-sub {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 90px;
}
.sns-list-sub ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
.sns-list-sub li {
  width: 90px;
}
.sns-list-sub li img {
  width: 100%;
}
.sns-list-sub li .txt {
  display: block;
  text-align: center;
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sns-list-sub {
    width: 100%;
    top: 14rem;
  }
  .sns-list-sub ul {
    gap: 0 4rem;
  }
  .sns-list-sub li {
    width: 12rem;
  }
  .sns-list-sub li img {
    width: 100%;
    padding: 0;
  }
  .sns-list-sub li .txt {
    padding: 2rem 0 0;
    font-size: 2rem;
  }
}


/* top-footer-nav
=================================================================== */
.top-footer-nav {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .top-footer-nav {
    margin: 10rem 0 2rem;
    padding: 0 7.5rem;
  }
}

.nav-contact {
  width: 440px;
  margin: 0 auto;
}
.nav-contact a {
  display: block;
  padding: 15px;
  border: 1px solid #333;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .nav-contact {
    width: 100%;
    margin: 0 auto;
  }
  .nav-contact a {
    padding: 2rem;
    font-size: 3.3rem;
  }
}

.nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.nav-list li::after {
  content: "　|　";
}
.nav-list li:last-child::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .nav-list {
    margin: 4rem 0 0;
  }
  .nav-list li:nth-child(2)::after,
  .nav-list li:last-child::after {
    content: none;
  }
}


/* campaign-modal
=================================================================== */
#campaign-modal {
  display: none;
  position: fixed;
  z-index: 10010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#campaign-modal.show {
  display: block;
}
.campaign-modal-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.campaign-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/base/store_cmn/img/close.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .campaign-modal-close {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}

.campaign-modal-wrapper {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-height: 100%;
  padding: 70px 0 0;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .campaign-modal-wrapper {
    width: calc(100% - 60px);
    padding: 40px 0 0;
  }
}

.campaign-list li {
  background: #fff;
  margin: 0 0 30px;
}
.campaign-list li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .campaign-list li {
    margin: 0 0 20px;
  }
}

.check-hide {
  text-align: center;
}
.check-hide label {
  display: inline-block;
  background: #fff;
  padding: 10px 50px 10px 10px;
  font-weight: 500;
}
.check-hide input[type="checkbox"] {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  vertical-align: -6px;
  appearance: none;
  border-radius: 0;
  margin: 0 40px 0 0;
  padding: 0;
}
.check-hide input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 7px;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  content: '';
}
@media screen and (max-width:767px) {
  .check-hide label {
    padding: 10px 30px 10px 10px;
  }
  .check-hide input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: -3px;
    margin: 0 20px 0 0;
  }
  .check-hide input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 5px;
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    content: '';
  }
}


/* campaign-bnr
=================================================================== */
#campaign-bnr {
  display: none;
  position: fixed;
  z-index: 101;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width:767px) {
  #campaign-bnr {
    bottom: 70px;
    right: 3rem;
  }
}

#campaign-bnr.show {
  display: block;
}
.campaign-bnr-content {
  position: relative;
}

.campaign-bnr-item {
  width: 224px;
}
.campaign-bnr-item img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .campaign-bnr-item {
    width: 32rem;
  }
}

.campaign-bnr-close {
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  font-size: 0;
}
.campaign-bnr-close span {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 26px;
  height: 26px;
  border-radius: 100vh;
}
.campaign-bnr-close span::before,
.campaign-bnr-close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #fff;
  transform-origin: center;
}
.campaign-bnr-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.campaign-bnr-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}