@charset "UTF-8";

:root {
  --big_sale-bg: #c7838e;
  --big_sale-color: #fff;
  --big_sale-textarea: #fff1da;
  --mid_sale-bg: #18be18;
  --mid_sale-color: #fff;
  --mid_sale-textarea: #f9f5ea;
  --pickup-bg: #f2cbcc;
  --pickup-color: #fff;
  --pickup-textarea: #f8f9eb;
  --cart-hover: #a76973;
  --rakuten-color: #bf0000;
}

.main {
  line-height: 1.4;
  text-align: center;
}

.SSheader {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding-bottom: 40%;
  background: url(images/header_pc.jpg) top center no-repeat;
  background-size: cover;
}

.SSheaderH {
  width: 100%;
  /* max-width: 800px; */
  margin: 20px auto;
  padding-bottom: 40%;
  background: url(images/01.jpg) top center no-repeat #f9c4ca;
  background-size: contain;
}

.SSheaderY {
  width: 100%;
  padding-bottom: 40%;
  background: url(images/header_pc.jpg) top center no-repeat;
  background-size: cover;
}

.big_sale {
  background: var(--big_sale-bg);
  color: var(--big_sale-color);
  font-size: 2vw;
  font-weight: normal;
  padding: 5px 0;
  text-align: center;
}

.mid_sale {
  background: var(--mid_sale-bg);
  color: var(--mid_sale-color);
  font-size: 2vw;
  font-weight: normal;
  margin-top: 100px;
  padding: 5px 0;
  text-align: center;
}



.how_to {
  width: 100%;
  margin-top: 20px;
}

.how_to div {
  width: 800px;
  margin: 0 auto;
  background: #fef4f5;
}

.how_to div:last-child {
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.how_to img {
  width: 100%;
}

.how_to p {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.how_to_index {
  width: 80%;
  text-align: left;
  margin: 40px auto 0;
  border: solid 1px;
  padding: 30px;
  line-height: 1.6;
}

.movie_fix {
  position: relative;
  width: 100%;
  padding: 0 0 30%;
}

.to_itemlist {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 14%;
  max-width: 240px;
  min-width: 150px;
}

.smpshow {
  display: none;
}

@media screen and (max-width: 640px) {
  .how_to div {
    width: 100%;
    padding-top: 1px;
  }
  .how_to iframe {
    width: 100%;
    height: 300px;
  }
  .to_itemlist {
    width: 100%;
    bottom: 0;
    max-width: 100%;
    min-width: 100%;
  }
  .pcshow {
    display: none;
  }
  .smpshow {
    display: block;
  }
}

.to_itemlist img {
  width: 100%;
}

.itemlist01, .itemlist02, .itemlist03 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.itemlist01 p, .itemlist02 p, .itemlist03 p {
  margin: 20px auto 0;
  text-align: left;
  padding: 20px;
  font-size: 94%;
  border-radius: 10px;
}

.itemlist01 p {
  border-left: solid 4px var(--big_sale-bg);
  background: var(--big_sale-textarea);
}

.itemlist02 p {
  border-left: solid 4px var(--mid_sale-bg);
  background: var(--mid_sale-textarea);
}

.itemlist03 p {
  border-left: solid 4px var(--pickup-bg);
  background: var(--pickup-textarea);
}


/*.itemlist01 p::first-letter, .itemlist02 p::first-letter {
  font-size: 125%;
}*/

.itemlist01 ul, .itemlist02 ul, .itemlist03 ul {
  width: 50%;
  margin: 0 auto;
  font-size: 84%;
  text-align: left;
  list-style: disc;
}

.itemlist01 dd a:first-child, .itemlist02 dd a:first-child, .itemlist03 dd a:first-child {
  pointer-events: none;
}

.soumu, .rank1 {
  position: relative;
  display: inline-block;
}

.rank1::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 30%;
  background: url(images/rank1.png) top center no-repeat;
  background-size: contain;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}

.soumu {
  position: relative;
}

.soumu::after {
  content: "送料無料";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 20px;
  padding: 3px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 20px;
}

/* .reco {
  position: relative;
}

.reco::before {
  content: "";
  width: 16%;
  height: 60%;
  position: absolute;
  background: url(images/reco.png) top center no-repeat;
  background-size: contain;
  top: -60px;
  left: -5px;
} */

.hangaku, .point10 {
  position: relative;
}

.hangaku::after {
  content: "半額以下";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 98px;
  height: 18px;
  padding: 3px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--big_sale-color);
  background: var(--big_sale-bg);
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 50px;
  border: solid 1px var(--big_sale-bg);
}

.point10::after {
  content: "point10倍";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 98px;
  height: 18px;
  padding: 3px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--rakuten-color);
  background: #fff;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 50px;
  border: solid 1px var(--rakuten-color);
}

.itemlist01 .soumu::after {
  background: var(--big_sale-color);
  color: var(--big_sale-bg);
}

.itemlist02 .soumu::after {
  background: var(--mid_sale-bg);
  color: var(--mid_sale-color);
}

.itemlist03 .soumu::after {
  background: var(--pickup-bg);
  color: var(--pickup-color);
}

.itemlist01 > div, .itemlist02 > div, .itemlist03 > div {
  display: inline-block;
  width: 40%;
  margin: 80px 20px 0;
}

.itemlist01 > div > dl > dt, .itemlist02 > div > dl > dt,
.itemlist03 > div > dl > dt {
  font-size: 18px;
  margin-bottom: 10px;
}

.itemlist01 > div > dl > dt br, .itemlist02 > div > dl > dt br,
.itemlist03 > div > dl > dt br, .pickup br {
  display: none;
}

.itemlist01 img, .itemlist02 img, .itemlist03 img {
  width: 60%;
}

.price_conpare {
  font-size: 18px;
  padding: 20px 0;
  margin: 10px 0 0;
}

.itemlist01 .price_conpare {
  border: solid 1px var(--big_sale-bg);
  border-bottom: 0;
}

.itemlist02 .price_conpare {
  border: solid 1px var(--mid_sale-bg);
  border-bottom: 0;
}

.itemlist03 .price_conpare {
  border: solid 1px var(--pickup-bg);
  border-bottom: 0;
}

.price_conpare dt {
  font-weight: bold;
}

.price_conpare dd {
  margin-bottom: 8px;
}

.price_conpare + a {
  display: -webkit-b1emox;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 1em 0;
  position: relative;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset -3px -3px 0 #a0a0a070;
  top: -1px;
}

.itemlist01 .price_conpare + a {
  background: var(--big_sale-bg);
  color: var(--big_sale-color);
}

.itemlist02 .price_conpare + a {
  background: var(--mid_sale-bg);
  color: var(--mid_sale-color);
}

.itemlist03 .price_conpare + a {
  background: var(--pickup-bg);
  color: var(--pickup-color);
}

.price_conpare + a::after {
  content: "";
  display: inline-block;
  position: relative;
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: scaleX(2) rotate(45deg);
  transform: scaleX(2) rotate(45deg);
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s linear;
}

.itemlist01 .price_conpare + a::after {
  border-color: var(--big_sale-color);
}

.itemlist02 .price_conpare + a::after {
  border-color: var(--mid_sale-color);
}

.price_conpare + a:hover {
  background: var(--cart-hover);
  color: #fff;
  box-shadow: inset 3px 3px 0 #a0a0a070;
  position: relative;
  top: 0;
}

.price_conpare + a:hover::after {
  border-color: #fff;
}

.price_conpare span {
  /* font-size: 90%; */
  margin-right: 5px;
  font-weight: bold;
  background: #f00;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
}

.price_conpare dt:nth-child(3), .price_conpare dd:nth-child(4) {
  color: #f00;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 2px;
}

.price_conpare dd:nth-child(2) {
  text-decoration: line-through;
}

.coupon_area {
  margin-top: 100px;
}

.coupon {
  display: inline-block;
  margin: 0 auto;
  color: #54c669;
  border-bottom: solid 2px;
  font-size: 2vw;
}

.coupon br {
  display: none;
}

.coupon + a {
  display: block;
  width: 60%;
  padding: 10px 0;
  margin: 30px auto 0;
  background: #54c669;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.coupon + a:hover {
  background: var(--rakuten-color);
}

.coupon + a::after {
  content: "";
  display: inline-block;
  position: relative;
  left: 5px;
  bottom: 3px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: scaleX(2) rotate(45deg);
  transform: scaleX(2) rotate(45deg);
}

.pickup {
  background: var(--pickup-bg);
  color: var(--pickup-color);
  font-size: 2vw;
  font-weight: normal;
  margin-top: 100px;
  padding: 5px 0;
  text-align: center;
}

footer {
  margin-top: 50px;
}


@media screen and (max-width: 640px) {
  .SSheader {
    width: 100%;
    padding-bottom: 165%;
    background: url(images/howto_01.jpg) top center no-repeat;
    background-size: cover;
  }

  .SSheaderH {
    width: 100%;
    padding-bottom: 165%;
    background: url(images/howto_01.jpg) top center no-repeat;
    background-size: cover;
  }

  .how_to p {
    margin: 20px auto 0;
    width: 80%;
    text-align: left;
  }

  .itemlist01 > div, .itemlist02 > div, .itemlist03 > div {
    display: inline-block;
    width: 96%;
    margin: 100px 0 0;
  }

  .itemlist01 ul {
    width: 80%;
  }

  .itemlist01 > div > dl > dt br, .itemlist02 > div > dl > dt br, .itemlist03 > div > dl > dt br, .pickup br {
    display: inline;
  }

  .big_sale, .mid_sale, .pickup, .itemlist01 div > dl > dt, .itemlist02 div > dl > dt, .itemlist03 div > dl > dt, .SS201706 + h3, .coupon, .coupon + a, .SS201706, .to_SS201607, .onayami dt, .onayami_text {
    font-size: 4vw;
  }

  .coupon + a {
    width: 90%;
  }

  .SS201706 {
    padding: 10px 0;
  }

  .SS201706 span {
    padding: 0;
  }

  .coupon br {
    display: inline;
  }

  .onayami ul {
    width: 100%;
  }

  .onayami li {
    height: 60px;
    font-size: 20px;
  }

  .to_SS201607 {
    width: 90%;
  }

  .onayami + div + div img {
    width: 40%;
  }

  .coupon_area {
    width: 90%;
    margin: 100px auto 0;
    padding: 10% 2%;
    background: #54c669;
  }

  .coupon {
    color: #fff;
  }

  .coupon + a {
    background: #fff;
    color: #54c669;
  }

  .coupon + a:hover {
    color: #fff;
  }

  .coupon + a::after {
    border-color: #54c669;
  }

  .reco::before {
    width: 18%;
    left: 2px;
  }

  /* .itemlist02 .price_conpare+a {
    background: #54c669;
  } */
}
