﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


/*========================
大増量キャンペーン
========================*/
#noos10off {
  width: 100%;
  padding: 48px 24px 64px;
  margin: 0 auto;
  background: url(../img/noos_bg.png) no-repeat center center;
  background-size:cover;
  text-align: center;
}
@media screen and (max-width: 640px) {
#noos10off {
  padding: 24px 12px 36px;
  }
}
#noos10off img{
  display: block;
  margin: 0 auto;
}

/*導入文*/
#noos10off .comment {
  width: 100%;
  max-width: 960px;
  padding: 18px 12px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 1.4em;
  line-height: 1.6;
  color: #222;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
#noos10off .comment strong{
  font-weight: 900;
  font-size: 1.1em;
  color: #F1592A;
}
@media screen and (max-width: 840px) {
#noos10off .comment {
  padding: 18px 12px;
  font-size: 1.25em;
  text-align: left;
  }
#noos10off .comment br{
  display: none;
  }
}
@media screen and (max-width: 640px) {
#noos10off .comment {
  padding: 12px 12px;
  font-size: 1.05em;
  }
}

/*対象商品ボックス*/
#noos10off .itembox {
  position: relative;
  width: 100%;
  max-width: 768px;
  padding: 0;
  margin: 0 auto;
}
#noos10off .itembox a{
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
}
@media screen and (max-width: 640px) {
#noos10off .itembox a{
  padding: 6px;
  }
}
@media screen and (max-width: 480px) {
#noos10off .itembox a{
  padding: 5px;
  }
}

#noos10off .itembox .pc{
  display: block;
}
#noos10off .itembox .sp{
  display: none;
}
@media screen and (max-width: 600px) {
#noos10off .itembox .pc{
  display: none;
  }
#noos10off .itembox .sp{
  display: block;
  }
}


/*========================
人気サプリ20粒増量キャンペーン
========================*/
#supextra {
  width: 100%;
  padding: 48px 24px 64px;
  margin: 0 auto;
  background: url(../img/supextra_bg.png) no-repeat center center;
  background-size:cover;
  text-align: center;
}
@media screen and (max-width: 640px) {
#supextra {
  padding: 32px 12px 42px;
  }
}
#supextra img{
  display: block;
  margin: 0 auto;
}

/*導入文*/
#supextra .comment {
  width: 100%;
  max-width: 960px;
  padding: 18px 12px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.7;
  text-align: left;
  color: #FFF;
}
@media screen and (max-width: 840px) {
#supextra .comment {
  font-size: 1.1em;
  }
}
@media screen and (max-width: 640px) {
#supextra .comment {
  padding: 12px 12px;
  font-size: 0.9em;
  }
}

/*対象商品*/
#supextra .item {
  width:100%;
  max-width: 1000px;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
#supextra .item li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  height: auto;
  padding: 0 12px;
}
@media screen and (max-width: 960px) {
#supextra .item {
  flex-direction: column;
  display:block;
  }
#supextra .item li {
  width:100%;
  max-width: 100%;
  padding: 0 0 12px;
  }
#supextra .item li:last-child{
  padding: 0 0 0;
  }
}

/*対象商品ボックス*/
#supextra .itembox {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: auto;
  background:rgba(255,255,255,0.7);
  border-radius: 12px;
  padding: 18px 12px 12px;
  margin-bottom: 12px;
}

/* ご購入はこちらからボタン */
#supextra .itembox .btn {
  display: block;
  position: relative;
  background: rgb(53,53,38);
  background: linear-gradient(0deg, rgba(53,53,38,1) 0%, rgba(104,104,89,1) 100%);
  width: 100%;
  padding: 1em 0.2em;
  font-size: 24px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  transition: .5s;
  cursor: pointer;
  margin-top: 12px;
}
#supextra .itembox .btn:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 0.6em;
  width: 0.6em;
  height: 3px;
  background: #FFF;
  transform: rotate(45deg);
}
#supextra .itembox .btn:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 0.6em;
  width: 0.6em;
  height: 3px;
  background: #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
#supextra .itembox .btn {
  padding: 0.8em 0.2em;
  font-size: 18px;
  font-weight: 700;
  }
#supextra .itembox .btn:before {
  top: 42%;
  height: 2px;
  }
#supextra .itembox .btn:after {
  top: 52%;
  height: 2px;
  }
}


/*========================
ベッツベスト新商品10%割引キャンペーン
========================*/
#vetsbest {
  width: 100%;
  padding: 0 12px 48px;
  margin: 0 auto;
  background: #18763A;
}
#vetsbest img{
  display: block;
  margin: 0 auto;
}

/*導入文*/
#vetsbest .comment {
  width: 100%;
  max-width: 960px;
  padding: 0 12px 32px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.7;
  text-align: left;
  color: #FFF;
}
@media screen and (max-width: 840px) {
#vetsbest .comment {
  font-size: 1.1em;
  }
}
@media screen and (max-width: 640px) {
#vetsbest .comment {
  padding: 0 12px 24px;
  font-size: 0.9em;
  }
}

#vetsbest h2{
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 32px;
}
#vetsbest h2::before,
#vetsbest h2::after{
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #FFF;
}
#vetsbest h2::before {
  margin-right: 20px;
}
#vetsbest h2::after {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
#vetsbest h2{
  font-size: 1.15em;
  }
#vetsbest h2::before {
  margin-right: 12px;
  }
#vetsbest h2::after {
  margin-left: 12px;
  }
}

/*猫ジェルサプリメント*/
#vetsbest .jelsup {
  width:100%;
  max-width: 1000px;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
#vetsbest .jelsup li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  height: auto;
  padding: 0 12px 48px;
}
@media screen and (max-width: 767px) {
#vetsbest .jelsup li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 6px 32px;
  }
#vetsbest .jelsup li img{
  width: 100%;
  max-width: 142px;
  }
}

/*デンタルケア*/
#vetsbest .dentalcare {
  width:100%;
  max-width: 520px;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-end;
  flex-wrap: wrap;
}
#vetsbest .dentalcare li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  height: auto;
  padding: 0 12px 0;
}
@media screen and (max-width: 767px) {
#vetsbest .dentalcare li{
  padding: 0 6px 0;
  }
#vetsbest .dentalcare li img{
  width: 100%;
  max-width: 200px;
  }
}

/* ご購入はこちらからボタン */
#vetsbest .btn {
  display: block;
  position: relative;
  background: rgb(189,189,174);
  background: linear-gradient(0deg, rgba(189,189,174,1) 0%, rgba(255,255,255,1) 100%);
  width: 100%;
  padding: 1em 0.2em;
  font-size: 17px;
  color: #18763A;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  transition: .5s;
  cursor: pointer;
  margin-top: 12px;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 480px) {
#vetsbest .btn {
  padding: 0.8em 0.2em;
  font-size: 16px;
  }
}
