@charset "UTF-8";
/* CSS Document */
h2, h3 {
    margin: 0;
}
.rela {
  position: relative;
}
.text-line-through {
  text-decoration: line-through;
}
.contents-wrap {
    width: 730px;
    margin: 40px auto;
}
.bold, .contents-wrap strong {
  font-weight: bold;
}
.alo-red {
  color: #eb5f39;
}
.alo-green {
  color: #00a33e;
}
.kv_pc {display: block;}
.kv_sp {display: none;}
/* lead */
.lead-wrap {
  text-align: center;
}
.lead-wrap {
  margin: 30px 0 0;
}
.lead-wrap p:first-child {
  font-size: 22px;
}
.lead-wrap .off {
  margin-bottom: 25px;
}
.lead-wrap .off p {
  margin: 0;
}
.lead-wrap .off p .num {
  letter-spacing: -0.5px;
  margin-right: 2px;
}
.lead-wrap .marker {
  font-size: 22px;
  background: linear-gradient(transparent 50%, #fff562 60%);
  padding: 0 2px 2px;
}
.off span {
  font-size: 28px;
}
.lead-wrap ul {
  list-style: none;
  padding-inline-start: 0;
  padding: 15px;
  margin: 30px auto 0;
  text-align: left;
  width: 500px;
  font-size: 14px;
  border: 2px dotted #ff2727;
  border-radius: 8px;
}
.lead-wrap li {
  position: relative;
  padding-left: 16px;
}
.lead-wrap li::before {
  content: "※";
  left: 0;
  position: absolute;
}
.great-value-info {
  margin: 20px 0 0;
  background-color: #fffdef;
  padding: 15px 0;
}
.lead-wrap .great-value-info .tit {
  color: #eb5f39;
  font-weight: bold;
  font-size: 20px;
}
.great-value-info .lead {
    margin: 0 0 12px;
}
.great-value-info .lead .value-wrap {
  border: 3px solid #88cbd7;
  border-radius: 9px;
  background-color: #fff;
  color: #88cbd7;
  width: 25%;
  margin: 0 10px;
  line-height: 20px;
  font-size: 25px;
  padding: 8px 0 4px;
  font-weight: bold;
}
.great-value-info .lead .vertical {
  writing-mode: vertical-rl;
  margin: 0;
  font-size: 13px;
}
.great-value-info .lead .per {
    font-size: 35px;
    margin: 0;
    letter-spacing: -2px;
}
.great-value-info .lead .per span {
    font-size: 23px;
    display: inline-block;
    margin-left: 4px;
    letter-spacing: 1px;
}
.great-value-info .lead .postagetax {
  font-size: 13px;
}
.great-value-info .annotation {
    color: #eb5f39;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
/* End lead */
/* End anchor link */
.anchorlink {
  padding: 30px;
  margin: 70px 0 0;
  background: #fffee9;
}
.anchorlink > img {
  width: 250px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%,0);
}
.anchorlink .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.anchorlink .nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  background: #fff;
  box-shadow: 1px 1px 7px #00000020, 1px 1px 7px #00000020;
}
.anchorlink .nav a:hover,
.anchorlink .nav a:active,
.anchorlink .nav a:focus {
  text-decoration: none;
}
.anchorlink .nav a.green {
  border: 2px solid #93d188;
}
.anchorlink .nav a.blue {
  border: 2px solid #addadd;
}
.anchorlink .nav a.orange {
  border: 2px solid #f6c962;
}
.anchorlink .nav.link3 a,
.anchorlink .nav.link5 a,
.anchorlink .nav.link6 a {
  width: 31%;
}
.anchorlink .nav.link4 a {
  width: 25%;
}
.anchorlink .nav a > div {
  background: #fff;
  padding: 5px 0;
}
.anchorlink .nav a > p {
  padding: 10px 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 5px #00000029, 1px 1px 5px #00000029;
}
.anchorlink .nav a.green > p {
  background: #93d188;
}
.anchorlink .nav a.blue > p {
  background: #addadd;
}
.anchorlink .nav a.orange > p {
  background: #f6c962;
}
.anchorlink .nav img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
/* End anchor link */
/* カートに入れた吹き出し */
.contents-wrap .cart_btn_add .cart-addition-bubble {
  position: fixed;
  bottom: -200px;
  right: 0;
  padding: 15px 0;
  background: #7c8487;
  color: #fff;
  width: 100%;
  text-align: center;
  transition: 1s;
  z-index: 100;
}
.contents-wrap .cart_btn_add .cart-addition-bubble.active {
    bottom: 0;
}
#btn-show-addition-failure-details, 
#btn-hide-addition-failure-details {
  text-decoration: underline;
}
#cart-addition-success img {
  width: 25px;
  margin: 0 auto 5px;
}
#cart-addition-success a {
  color: #fff;
  text-decoration: underline;
}
/* End カートに入れた吹き出し */
/* オファーエリア */
.offerArea-wrap {
  margin: 0 30px;
}
.offerArea-wrap > div > div.item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.offerArea-wrap .offer {
  padding: 0 0 25px;
  margin-top: 35px;
  width: 48%;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 8px 5px 8px #c4c4c470;
}
.offer .catch-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  margin: 0;
  height: 80px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  border-radius: 10px 10px 0 0;
}
#item01 .offer .catch-copy {
  background: #8dce83;
  text-shadow: 1px 1px 2px #7fc675, 1px -1px 2px #7fc675, -1px 1px 2px #7fc675, 2px 2px 2px #7fc675, 2px -2px 2px #7fc675, -2px 2px 2px #7fc675;
}
#item02 .offer .catch-copy {
  background: #88cbd7;
  text-shadow: 1px 1px 2px #78c1cf, 1px -1px 2px #78c1cf, -1px 1px 2px #78c1cf, 2px 2px 2px #78c1cf, 2px -2px 2px #78c1cf, -2px 2px 2px #78c1cf;
}
#item03 .offer .catch-copy {
  background: #f6c962;
  text-shadow: 1px 1px 2px #f4bd52, 1px -1px 2px #f4bd52, -1px 1px 2px #f4bd52, 2px 2px 2px #f4bd52, 2px -2px 2px #f4bd52, -2px 2px 2px #f4bd52;
}
.offer .detail {}
.offer .name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  height: 48px;
}
.offer .name.lines_3 {
  height: 68px;
}
.offer .product-bg {
  display: flex;
  align-items: center;
  background: url(https://d2w53g1q050m78.cloudfront.net/testorganic/uploads/nolife/img/sp/campaign/linemail/alo-offer-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 180px;
}
.offer .product-img {
  display: flex;
  align-items: center;
  height: 150px;
  width: fit-content;
  margin: 0 auto;
}
.offer .product-img img {
  height: 100%;
}
.offer .price-wrap {}

.check_point_wrap {
  display: flex;
  justify-content: center;
}
ul.check_point {
  padding-inline-start: 0;
  list-style-type: none;
  margin: 20px 0 0;
  text-align: left;
  font-size: 14px;
}
ul.check_point li {
  position: relative;
    padding-left: 15px;
}
ul.check_point li:before {
  content: "";
  position: absolute;
  top: .1em;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 3px solid #e895b0;
  border-bottom: 3px solid #e895b0;
}

.offer .price-wrap .regular-price {
  font-size: 11px;
  margin: 10px 0 -10px;
}
.offer .price-wrap .regular-price span {
  font-size: 18px;
}
.offer .price-wrap .regular-price.text-left {
  width: 240px;
  margin: 15px auto -15px;
}
.offer .price-wrap .special-price {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 -20px;
}
.offer .price-wrap .special-price .off {
  font-size: 21px;
  border-radius: 100%;
  background: #fff226;
  width: 17%;
  height: 53px;
  line-height: 1.1;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 18px 8px 18px 0;
  font-weight: bold;
}
.offer .price-wrap .special-price .off span {
  font-size: 11px;
}
.offer .price-wrap .special-price .off.one-line {
  flex-direction: row;
  align-items: center;
}
.offer .price-wrap .special-price .off.one-line.souryoumuryou {
  font-size: 18px;
  width: 60px;
  height: 60px;
  transform: rotate(-8deg);
}
.offer .price-wrap .special-price .off.one-line span {
  margin-top: 7px;
}
.offer .price-wrap .special-price .off.point20 { /* ポイント20倍CP */
  width: 20%;
  height: 64px;
}
.offer .price-wrap .special-price .price {/* フォント読み込み中 */
  font-size: 45px;
}
.wf-active .offer .price-wrap .special-price .price {
  font-size: 58px;
  letter-spacing: 0;
  width: 60%;
  margin: 0;
}
.wf-active .offer .price-wrap .special-price .price.digits_5 {/* 価格 5桁 */
  width: 71%;
}
.offer .price-wrap .special-price .price span {
  font-size: 29px;
  margin-left: 5px;
}
.offer .price-wrap .special-price .tax {/* フォント読み込み中 */
  position: absolute;
  top: 12px;
  right: 26px;
  font-size: 9px;
}
.offer .price-wrap .special-price .tax.digits_5 {/* 価格 5桁 */
  right: 16px;
}
.wf-active .offer .price-wrap .special-price .tax {
  top: 27px;
}
.offer button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 60px;
  margin: 20px 15px 0;
  background: #e84924;
  border: none;
  border-radius: 50px;
  box-shadow: 2px 2px 1px #c74625;
}
.offer button:hover,
.offer button:active {
  text-decoration: none;
  box-shadow: 2px 2px 1px #e84924;
}
.offer button:focus {
  outline: none;
}
.offer button:disabled {
  background: #e84924ba;
  box-shadow: 2px 2px 1px #e84924ba;
}
.offer button img {
  width: 16%;
}
.offer button p {
  width: 80%;
  margin: 0 0 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.offer .sold_out_btn {
  width: 290px;
  margin: 20px auto 0;
  padding: 8px 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #b1afa9;
  border-radius: 100px;
}
/* End オファーエリア */
.offerArea-wrap .attention {
  padding: 20px;
  margin: 50px 0 0;
  border: 2px solid #5a5a5a;
}
.offerArea-wrap .attention a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .kv_pc {display: none;}
  .kv_sp {display: block;}
  .contents-wrap {
    width: 100%;
    margin: 0;
    padding: 0 0 50px;
  }
  .contents-wrap p {
    font-size: 14px;
  }
  .contents-wrap p.lead {
    width: 100%;
    margin: 0 auto;
  }
  .great-value-info {
    padding: 25px 0;
  }
  .great-value-info .lead .value-wrap {
    width: 40%;
    font-size: 23px;
    padding: 9px 0 4px;
  }
  .great-value-info .lead {
    margin: 13px 0;
  }
  .great-value-info .lead .per {
    font-size: 33px;
  }
  .great-value-info .lead .postagetax {
    font-size: 12px;
  }
  /* lead */
  .lead-wrap p:first-child {
    font-size: 25px;
  }
  .lead-wrap .marker {
    font-size: 22px;
    padding: 0 0 2px 6px;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
  .off span {
    font-size: 35px;
  }
  .lead-wrap ul {
    width: 80%;
    font-size: 10.5px;
    padding: 15px 10px;
  }
  /* End lead */
  /* アンカーリンク */
  .anchorlink {
    padding: 35px 5px 30px;
  }
  .anchorlink > img {
    width: 60%;
  }
  .anchorlink .nav.link4 a {
    width: 40%;
    margin: 0 10px 5px;
  }
  .anchorlink .nav.link3 a,
  .anchorlink .nav.link5 a,
  .anchorlink .nav.link6 a {
    width: 30%;
  }
  .anchorlink .nav.link4 a {
    width: 21%;
  }
  .anchorlink .nav a > p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    padding: 7px 9px;
    height: 50px;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  /* End アンカーリンク */
  /* カートに入れた吹き出し */
  .contents-wrap .cart_btn_add .cart-addition-bubble {
    top: 55px;
    right: 5px;
    bottom: auto;
    width: auto;
    padding: 10px;
    margin: 0 0 0 5px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
  }
  .contents-wrap .cart_btn_add .cart-addition-bubble.active {
    bottom: auto;
    visibility: visible;
    opacity: 1;
  }
  .cart-addition-bubble:before {
    content: "";
    position: fixed;
    top: 34px;
    right: 16.9%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #7c8487;
    z-index: 2;
  }
  #addition-failure-details ul {
    margin: 10px 0;
    text-align: left;
  }
  #cart-addition-success a {
    font-size: 14px;
    margin-top: 5px;
    display: block;
  }
  /* End カートに入れた吹き出し */
  /* オファーエリア */
  .offer .product-bg {
    height: 49vw;
  }
  .offerArea-wrap {
    margin: 0 15px;
  }
  .offerArea-wrap .offer {
    width: 100%;
    padding: 0 0 35px;
  }
  .offer .catch-copy {
    font-size: 24px;
    padding: 10px 0;
    letter-spacing: 0.1px;
  }
  .offer .name {
    margin: 15px 0;
    height: auto;
    font-size: 20px;
    letter-spacing: 0;
  }
  .offer .name.lines_3 {
    height: 90px;
  }
  .offer .product-img {
    height: 210px;
    justify-content: center;
  }
  .offer .product-img img {
    object-fit: contain;
    height: 90%;
    width: 100%;
  }
  .offer .price-wrap .regular-price {
    font-size: 14px;
  }
  .offer .price-wrap .regular-price span {
    font-size: 22px;
    margin-left: 3px;
  }
  .offer .price-wrap .regular-price.text-left {
    width: 75%;
    margin: 3% auto -3%;
  }
  .offer .price-wrap .special-price {
    margin: 0 0 -35px;
  }
  .offer .price-wrap .special-price .off {
    font-size: 27px;
    width: 70px;
    height: 70px;
    margin: 26px 10px 0 0;
  }
  .offer .price-wrap .special-price .off.point20 {
    width: 18vw;
    height: 18vw;
    margin: 3vw 0 0 0;
  }
  .offer .price-wrap .special-price .price span {
    font-size: 40px;
  }
  .offer .price-wrap .special-price .price {}
  .wf-active .offer .price-wrap .special-price .price,
  .wf-active .offer .price-wrap .special-price .price.digits_5 {
    font-size: 75px;
    width: 70%;
  }
  .wf-active .offer .price-wrap .special-price .tax {
    top: 32px;
    right: 26px;
    font-size: 12px;
  }
  .wf-active .offer .price-wrap .special-price .tax.digits_5 {
    top: 32px;
    right: 26px;
    font-size: 12px;
  }
  .offer button {
    padding: 10px 60px;
    margin: 35px 15px 0;
  }
  .offer button p {
    font-size: 25px;
  }
  .offer .sold_out_btn {
    width: 91%;
    margin: 35px auto 0;
    padding: 9px 0;
    font-size: 22px;
  }
  /* End オファーエリア */
  ul.check_point {
    font-size: 15px;
  }
  .offer .price-wrap .special-price .off.one-line.souryoumuryou {
    font-size: 20px;
    width: 70px;
    height: 70px;
    transform: rotate(-8deg);
  }
}
@media (max-width: 430px) {
  .offer .product-bg {
    margin: 0 15px;
  }
  .offer .price-wrap .special-price {
    margin: 0 0 -20px;
  }
  .offer .price-wrap .special-price .off {
    width: 65px;
    height: 65px;
    margin: 16px 10px 0 0;
    font-size: 26px;
  }
  .wf-active .offer .price-wrap .special-price .price,
  .wf-active .offer .price-wrap .special-price .price.digits_5 {
    font-size: 60px;
  }
  .wf-active .offer .price-wrap .special-price .tax {
    top: 19px;
    right: 54px;
    font-size: 10px;
  }
  .wf-active .offer .price-wrap .special-price .tax.digits_5 {
    top: 19px;
    right: 33px;
    font-size: 10px;
  }
  .cart-addition-bubble:before {
    right: 18.5%;
  }
  .anchorlink .nav.link3 a, 
  .anchorlink .nav.link5 a, 
  .anchorlink .nav.link6 a {
    width: 29%;
  }
  .anchorlink .nav a > p {
    font-size: 13px;
    height: 40px;
  }
  .offer .price-wrap .special-price .off span {
    font-size: 14px;
  }
  .offer .price-wrap .special-price .off.one-line span {
    margin-top: 7px;
  }
}
@media (max-width: 390px) {
  .wf-active .offer .price-wrap .special-price .tax.digits_5 {
        right: 18px;
    }
      .wf-active .offer .price-wrap .special-price .tax {
        right: 34px;
    }
}
@media (max-width: 375px) {
  .offer button p {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .offer .price-wrap .special-price .off {
    width: 58px;
    height: 58px;
  }
  .offer .price-wrap .special-price .off {
    font-size: 26px;
  }
  .wf-active .offer .price-wrap .special-price .price,
  .wf-active .offer .price-wrap .special-price .price.digits_5 {
    font-size: 55px;
  }
  .offer .price-wrap .special-price .price span {
    font-size: 35px;
  }
  .wf-active .offer .price-wrap .special-price .tax {
    top: 16px;
    right: 34px;
    font-size: 8px;
  }
  .wf-active .offer .price-wrap .special-price .tax.digits_5 {
    top: 16px;
    right: 19px;
    font-size: 8px;
  }
  .anchorlink .nav img {
    height: 70px;
  }
  .anchorlink .nav a > p {
    font-size: 13px;
    height: 35px;
    line-height: 1.3;
  }
}
@media (max-width: 280px) {
  .contents-wrap p {
    font-size: 10px;
  }
  .lead-wrap p:first-child {
    font-size: 20px;
  }
  .lead-wrap .marker {
    font-size: 20px;
  }
  .off span {
    font-size: 27px;
  }
  .lead-wrap ul {
    font-size: 7px;
    padding: 10px 7px;
  }
  .anchorlink {
    padding: 25px 5px 17px;
  }
  .anchorlink > img {
    top: -18px;
  }
  .offerArea-wrap .offer {
    padding: 0 0 25px;
    margin-top: 25px;
  }
  .offer .catch-copy {
    font-size: 16px;
    padding: 0;
    height: 72px;
  }
  .offer .name {
    font-size: 13px;
  }
  .offer .product-img {
    height: 130px;
  }
  .offer .price-wrap .regular-price {
    font-size: 11px;
  }
  .offer .price-wrap .regular-price span {
    font-size: 16px;
  }
  .offer .price-wrap .special-price {
    margin: 0 0 -12px;
  }
  .offer .price-wrap .special-price .off {
    width: 45px;
    height: 45px;
    margin: 11px 0 0 0;
    font-size: 18px;
  }
  .offer .price-wrap .special-price .off span {
    font-size: 9px;
  }
  .wf-active .offer .price-wrap .special-price .price {
    font-size: 40px;
  }
  .offer .price-wrap .special-price .price span {
    font-size: 25px;
  }
  .wf-active .offer .price-wrap .special-price .tax {
    top: 13px;
    right: 20px;
    font-size: 7px;
  }
  .offer button {
    padding: 10px 30px;
    margin: 20px 15px 0;
  }
  .offer button p {
    font-size: 15px;
  }
  .cart-addition-bubble:before {
    right: 25.5%;
  }
  .anchorlink .nav.link3 a, 
  .anchorlink .nav.link5 a, 
  .anchorlink .nav.link6 a {
    width: 29%;
    margin: 0 3px;
  }
  .anchorlink .nav img {
    height: 60px;
  }
  .anchorlink .nav a > p {
    font-size: 10.5px;
    height: 35px;
  }
  

}