@import url(variable.css?02);



body {
  background: var(--color-thin-grey);
}
* {
  box-sizing: border-box;
}
#footer {
  box-sizing: content-box;
}

@media screen and (min-width:480px){
  body {
    background: #fcd1ea;
  }
  * {
    box-sizing: border-box;
  }
  .contents {
    padding: 0 20px;
  } 
}

header {
  display: flex;
  position: fixed;
  width: 100vw;
  z-index: 100;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: white;
  box-shadow: 0px 2px 3px rgba(0,0,0,.2);
}
header img{
  width: 90px;
  height: 28px;
}

main {
  padding-top: 50px;
}

.main-catch {
  position: relative;
}
.main-catch h1 {
  margin-top: 0;
}
.main-copy {
  margin: 0 3vw;
}
.main-copy img {
  width: 100%;
}
.copy {
  margin: 0 3vw;
}

.ribbon-content {
  position: absolute;
  width: 110px;
  height: 110px;
  overflow: hidden;
  }

.ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  right: -10px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.main-catch p {
  z-index: 1;
}
.wrap-contents{
  width:100vw;
  margin: 0 auto;
  background: #f5f5f5;
}
@media screen and (min-width:480px) {
  .wrap-contents{
    max-width: 780px;
    margin: 0 auto;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
  }
  .main-catch img {
    width: 100%;
  }
}
.contents {
  padding: 0 20px;
}

aside .wrap-contents {
  padding:20px 0;
  background: var(--color-thin-grey);
}

.list-nostyle{
  padding: 0;
  list-style-type: none;
}
.list-normal {
  padding-left: 1em;
  list-style-type: disc;
}
.list-nostyle li{
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
}
.center {
  text-align: center;
}
@media screen and (min-width:480px) {
  .wrap-sale-point {
    margin: 0  20px;
  }
}
.sale-point-content {
  width: 94vw;
  margin: 0 auto 10px;
  padding: 3vw;
  list-style-type: none;
  border-radius: 6px;
  background: white;
  box-shadow: 0px 2px 4px rgba(0,0,0,.2);
  border: 3px solid #ec008b;
}
@media screen and (min-width:480px) {
  .sale-point-content {
    width: 100%;
  }
}
.sale-point-content h3 {
  display:inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 8px;
  background:linear-gradient(transparent 70%, #ffb5e6 30%);
}
.sale-point-content h4 {
  margin-top: 30px;
  font-size: 18px!important;
  color: #ed018a;
}
.sale-point-content .copy {
  font-size: 20px;
  font-weight : bold;
  margin: 0 0 10px;
  line-height: 1.4;
}
.sale-point-content p {
  margin: 0;
}
.sale-point-content .list-notice{
  font-size: 13px;
  line-height: 1.4;
}
body {
  counter-reset: number 0;
}

.sale-point-content .copy{
  display: flex;
}
.sale-point-content .copy:before {
  margin-right: 10px;
  color: #fff;
  background: #ec008b;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  counter-increment: number 1;
  content: counter(number) " ";
}


.section-card {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0,0,0,.2);
  margin-bottom: 16px;
}
.section-card .card-title {
  padding: .8em 4vw;
  font-weight: bold;
  margin-bottom: 0;
}

/* search-result */
.search-result,
.banner-goods {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}
.search-result ul,
.banner-goods-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.search-result ul.swiper-wrapper {
  flex-wrap: nowrap;
}


.search-result ul li,
.banner-goods-list li{
  position: relative;
  list-style-type: none;
}

div.col2_ li {
  width: 50%;
}

div.col1_ li a,
div.col2_ li a,
div.col3_ li a {
  width: 100%;
  padding: 0;
  display: flex;
  text-decoration: none;
  margin: -1px 0;
}

div.col2_ li a,
div.col3_ li a {
  flex-wrap: wrap;
}

div.col2_ figure.img_ {
  width: 44vw;
  height: 44vw;
  text-align: center;
  vertical-align: middle;
  border: #dadada 1px solid;
  position: relative;
  display: flex;
  margin-bottom: 0;
}
div.col2_ figure.img_{
  width: 50vw;
  height: 50vw;
}

div.col2_ figure.img_ img{
  width: 180px;
  height: 180px;
  max-width: 50vw;
  max-height: 50vw;
  margin: auto;
}


@media screen and (min-width:480px){
  .search-result ul,
  .banner-goods-list {
    gap: 0;
  }
  div.col2_ figure.img_ {
    width: 390px;
    height: 390px;
  }
  div.col2_ figure.img_ img{
    width: 390px;
    height: 390px;
    max-width: 390px;
    max-height: 390px;
    margin: auto;
  }
}

div.col1_ div.desc_,
div.col2_ div.desc_,
div.col3_ div.desc_ {
  padding:8px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
}

div.col1_ div.brand_,
div.col2_ div.brand_,
div.col3_ div.brand_ {
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  word-break: break-all;
  color: var(--color-notice);
}

div.col1_ div.name_,
div.col2_ div.name_,
div.col3_ div.name_ {
  width: 100%;
  font-size: 13px;
  color: var(--color-notice);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3em;
}
div.col3_ div.name_ {
  font-size: 12px;
  line-height: 1.3;
  word-break: break-all;
}

.goods-item .price_ {
  width: 100%;
  color: var(--color-text)
}
.goods-item .discount_rate_ + span {
  color: var(--color-ys-red);
}
.goods-item .discount_rate_ + span + span {
  color: var(--color-ys-red);
}
.goods-item .xsmall_ {
  font-weight: normal;
}

.goods-item .discount_rate_ {
  display: inline-block;
  padding: 3px;
  line-height: 1;
  font-size: 10px;
  background: var(--color-ys-red);
  color:#fff;
  margin-right: 5px;
}

.goods-item .wrap-icons {
  width: 100%;
  display: flex;
  gap: 2px;
}

.goods-item .wrap-icons .isnew_,
.goods-item .wrap-icons [class^="icon"],
.goods-item .wrap-icons [class*=" icon"]{
  height: 17px;
  width: auto;
}

.goods-item .icon3_ {
  position: absolute;
  top: 0;
  right: 0;
}
.goods-item figure.img_ .icon3_ img{
  width: 50px!important;
  height: 50px!important;
}

div.col1_ div.detailinfo_,
div.col2_ div.detailinfo_ {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
div.col3_ div.detailinfo_ {
  display: none;
}
div.col1_ div.detailinfo_ .detail-badge,
div.col2_ div.detailinfo_ .detail-badge {
  display: flex;
  align-items: center;
  font-size: 10px;
  border: 1px solid var(--color-notice);
  color: var(--color-notice);
  line-height: 1;
  padding: 3px;
}

.navigation-foot {
  display: flex;
  gap: 8px;
  flex-direction: row;
  margin: 10px 4vw;
  justify-content: space-around;
}
a.prev-button,
a.next-button{
  display: block;
  border: 1px solid var(--color-ys-blue);
  border-radius: 4px;
  color: var(--color-ys-blue);
  background: #fff;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  width: 100%;
  text-align: center;
}

div.page-banner {
  margin-top: 10px;
}

p.banner-title {
  font-size: 18px;
}

.wrap-btn .layout-item{
  margin-top: 10px;
  margin-bottom: 0;
}
.btn.twitter {
  background: #000;
  color: white;
  width: 100%;
  text-align: center;
}
.btn.mail {
  width: 100%;
  color: white;
  background: var(--color-ys-blue-light);
  text-align: center;
}
.btn.entry {
  width: 100%;
  color: white;
  background: var(--color-ys-blue-light);
  text-align: center;
  margin-top:10px; 
}
.btn.bfpink {
  background-color: #ec008b;
  box-shadow: 0 4px #c10071;
  color: white;
}

.countdown {
  width: 100vw;
}
/* 
footer {
  background: var(--color-ys-blue);
  width:100vw;
  padding: 20px;
  margin: 0 auto;
  color: white;
  font-size: 12px;
  text-align: center;
}
footer a {
  color: white;
}
footer ul {
  list-style-type: none;
  padding: 0;
  line-height: 1.8em;
} */ */