@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;1,700&display=swap");
#contents {
  max-width: 100%;
  overflow: hidden;
}

#sub-column {
  display: none;
}

#main-column {
  margin: 0 auto;
  padding: 0 2%;
  max-width: 1100px;
  float: none;
}

.sbsc_page {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
.sbsc_page p {
  line-height: 1.8;
  font-size: 16px;
}
.sbsc_page .sbsc_intro .ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_intro .ttl {
    font-size: 24px;
  }
}
.sbsc_page .sbsc_intro .ttl .mini {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_intro .ttl .mini {
    font-size: 20px;
  }
}
.sbsc_page .sbsc_intro .ttl .line {
  background: linear-gradient(transparent 70%, #a8ec3e 70%);
}
.sbsc_page .sbsc_intro .cont {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_intro .cont {
    margin-top: 20px;
  }
}
.sbsc_page .sbsc_intro .tab {
  margin: 50px auto 0;
  max-width: 924px;
  display: flex;
  justify-content: center;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_intro .tab {
    flex-wrap: wrap;
    gap: 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_intro .tab .box {
    width: calc((100% - 15px) / 2);
    max-width: 210px;
  }
}
.sbsc_page .sbsc_intro .tab .box:nth-child(1) .month {
  color: #f8aaaa;
}
.sbsc_page .sbsc_intro .tab .box:nth-child(2) .month {
  color: #78ccf2;
}
.sbsc_page .sbsc_intro .tab .box:nth-child(3) .month {
  color: #ff9f4b;
}
.sbsc_page .sbsc_intro .tab .box:nth-child(4) .month {
  color: #b59fe8;
}
.sbsc_page .sbsc_intro .tab .box > a {
  padding-top: 25px;
  display: block;
  position: relative;
}
.sbsc_page .sbsc_intro .tab .box > a::after {
  margin: 5px auto 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: solid 3px #bbbbbb;
  border-bottom: solid 3px #bbbbbb;
  border-radius: 3px;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.sbsc_page .sbsc_intro .tab .box > a:hover::after {
  transform: translateY(5px) rotate(45deg);
}
.sbsc_page .sbsc_intro .tab .box > a:hover .photo img {
  opacity: 1;
}
.sbsc_page .sbsc_intro .tab .box .month {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 3px 3px 0 #fff;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_intro .tab .box .month {
    font-size: 25px;
  }
}
.sbsc_page .sbsc_intro .tab .box .month span {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_intro .tab .box .month span {
    font-size: 40px;
  }
}
.sbsc_page .sbsc_intro .tab .box .text {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_intro .tab .box .text {
    font-size: 18px;
  }
}
.sbsc_page .sbsc_cta {
  margin-top: 60px;
}
.sbsc_page .sbsc_cta .wrap {
  padding: 60px 2%;
  background-color: #f4f3cd;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.sbsc_page .sbsc_cta .wrap .cta {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_cta .wrap .cta {
    padding: 30px 20px;
  }
}
.sbsc_page .sbsc_cta .wrap .ttl {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_cta .wrap .ttl {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.sbsc_page .sbsc_cta .wrap .box {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_cta .wrap .box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.sbsc_page .sbsc_cta .wrap .box .left {
  color: #d64545;
  font-weight: 700;
}
.sbsc_page .sbsc_cta .wrap .box .left .price {
  display: flex;
  align-items: flex-end;
}
.sbsc_page .sbsc_cta .wrap .box .left .price .num {
  font-size: 86px;
  color: #d64545;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_cta .wrap .box .left .price .num {
    font-size: 66px;
  }
}
.sbsc_page .sbsc_cta .wrap .box .left .price .tax {
  font-size: 14px;
}
.sbsc_page .sbsc_cta .wrap .box .left .price .yen {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_cta .wrap .box .left .price .yen {
    font-size: 30px;
  }
}
.sbsc_page .sbsc_cta .wrap .box .left .ship {
  margin-top: 30px;
  padding: 15px 0;
  border-top: solid 2px #d64545;
  border-bottom: solid 2px #d64545;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_cta .wrap .box .left .ship {
    margin-top: 20px;
    font-size: 22px;
  }
}
.sbsc_page .sbsc_cta .wrap .box .right {
  max-width: 466px;
}
.sbsc_page .sbsc_cta .wrap .box .right .cont {
  text-align: left;
}
.sbsc_page .sbsc_cta .wrap .box .right .btn {
  margin-top: 20px;
}
.sbsc_page .sbsc_cta .wrap .box .right .btn a {
  padding: 25px 50px 25px 25px;
  display: block;
  background-color: #e5b700 !important;
  border: solid 2px #e5b700;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_cta .wrap .box .right .btn a {
    font-size: 18px;
  }
}
.sbsc_page .sbsc_cta .wrap .box .right .btn a::after {
  margin: 5px auto 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  border-radius: 3px;
  position: absolute;
  top: 43%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s ease;
}
.sbsc_page .sbsc_cta .wrap .box .right .btn a:hover {
  background-color: #fff !important;
  color: #e5b700;
}
.sbsc_page .sbsc_cta .wrap .box .right .btn a:hover::after {
  border-color: #e5b700;
  transform: translateX(3px) translateY(-50%) rotate(-45deg);
}
.sbsc_page .sbsc_item {
  padding-top: 80px;
}
.sbsc_page .sbsc_item#sbsc_april .sbsc_item_ttl {
  background-color: #f8aaaa;
}
.sbsc_page .sbsc_item#sbsc_july .sbsc_item_ttl {
  background-color: #78ccf2;
}
.sbsc_page .sbsc_item#sbsc_october .sbsc_item_ttl {
  background-color: #ff9f4b;
}
.sbsc_page .sbsc_item#sbsc_january .sbsc_item_ttl {
  background-color: #b59fe8;
}
.sbsc_page .sbsc_item .sbsc_item_ttl {
  margin-bottom: 40px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .sbsc_item_ttl {
    margin-bottom: 20px;
  }
}
.sbsc_page .sbsc_item .company {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .company {
    flex-flow: column-reverse;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.sbsc_page .sbsc_item .company .left {
  width: 59%;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .company .left {
    width: 100%;
  }
}
.sbsc_page .sbsc_item .company .right {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .company .right {
    width: 100%;
  }
}
.sbsc_page .sbsc_item .company .name {
  margin-bottom: 20px;
  text-align: left;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .company .name {
    font-size: 22px;
  }
}
.sbsc_page .sbsc_item .company .cont {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .company .photo {
    max-width: 380px;
    margin: 0 auto;
  }
}
.sbsc_page .sbsc_item .item_list {
  margin-top: 30px;
}
.sbsc_page .sbsc_item .item_list .item {
  padding: 35px;
  background-color: rgba(140, 202, 223, 0.2);
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .item_list .item {
    padding: 25px 15px;
  }
}
.sbsc_page .sbsc_item .item_list .item + .item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .item_list .item + .item {
    margin-top: 20px;
  }
}
.sbsc_page .sbsc_item .item_list .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .sbsc_page .sbsc_item .item_list .item .top {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.sbsc_page .sbsc_item .item_list .item .top .photo {
  width: 43.4782608696%;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #26b2e1;
  position: relative;
}
@media screen and (max-width: 576px) {
  .sbsc_page .sbsc_item .item_list .item .top .photo {
    width: 100%;
  }
}
.sbsc_page .sbsc_item .item_list .item .top .photo::before, .sbsc_page .sbsc_item .item_list .item .top .photo::after {
  position: absolute;
}
.sbsc_page .sbsc_item .item_list .item .top .photo::before {
  content: "";
  border-left: solid 60px #26b2e1;
  border-bottom: solid 60px transparent;
  top: 0;
  left: 0;
}
.sbsc_page .sbsc_item .item_list .item .top .photo::after {
  content: "bottle";
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  top: 15px;
  left: 0;
  transform: rotate(-45deg);
}
.sbsc_page .sbsc_item .item_list .item .top .text {
  width: 53.2608695652%;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .sbsc_page .sbsc_item .item_list .item .top .text {
    width: 100%;
  }
}
.sbsc_page .sbsc_item .item_list .item .top .name {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .item_list .item .top .name {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.sbsc_page .sbsc_item .item_list .item .top .name .sub {
  padding-bottom: 5px;
  font-size: 22px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .item_list .item .top .name .sub {
    font-size: 18px;
  }
}
.sbsc_page .sbsc_item .item_list .item .top .link {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .item_list .item .top .link {
    margin-top: 20px;
  }
}
.sbsc_page .sbsc_item .item_list .item .top .link a {
  padding: 0 18px 5px 0;
  display: inline-block;
  border-bottom: solid 1px #aaaaaa;
  font-weight: 700;
  position: relative;
  transition: 0.3s ease;
}
.sbsc_page .sbsc_item .item_list .item .top .link a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 3px #333;
  border-bottom: solid 3px #333;
  border-radius: 3px;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s ease;
}
.sbsc_page .sbsc_item .item_list .item .top .link a:hover {
  border-color: #26b2e1;
}
.sbsc_page .sbsc_item .item_list .item .top .link a:hover:after {
  transform: translateX(2px) translateY(-50%) rotate(-45deg);
}
.sbsc_page .sbsc_item .item_list .item .bot {
  margin-top: 40px;
  display: flex;
  gap: 3.2608695652%;
}
@media screen and (max-width: 576px) {
  .sbsc_page .sbsc_item .item_list .item .bot {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.sbsc_page .sbsc_item .item_list .item .bot .desc {
  background-color: #fff;
  padding: 30px;
  text-align: left;
  width: 48.3695652174%;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .item_list .item .bot .desc {
    padding: 20px 15px;
    width: 100%;
  }
}
.sbsc_page .sbsc_item .item_list .item .bot .desc .ttl {
  margin-bottom: 20px;
  padding-left: 10px;
  text-align: left;
  border-left: solid 4px #26b2e1;
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_item .item_list .item .bot .desc .ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.sbsc_page .sbsc_gift {
  margin-top: 95px;
}
.sbsc_page .sbsc_gift a:hover .badge {
  opacity: 0.8;
}
.sbsc_page .sbsc_gift .box {
  display: flex;
  position: relative;
  background-color: #f4ece5;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_gift .box {
    flex-flow: column;
  }
}
.sbsc_page .sbsc_gift .box .badge {
  padding: 15px;
  position: absolute;
  top: -20px;
  right: -30px;
  background-color: #e87171;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: solid 1px #fff;
  outline-offset: -5px;
  line-height: 1.2;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .sbsc_page .sbsc_gift .box .badge {
    top: -40px;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_gift .box .badge {
    font-size: 16px;
  }
}
.sbsc_page .sbsc_gift .box .left {
  width: 60%;
  padding: 50px 5%;
  text-align: left;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_gift .box .left {
    padding: 70px 5% 30px;
    width: 100%;
  }
}
.sbsc_page .sbsc_gift .box .left .ttl {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_gift .box .left .ttl {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.sbsc_page .sbsc_gift .box .left .ttl span {
  color: #e87171;
}
.sbsc_page .sbsc_gift .box .right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .sbsc_page .sbsc_gift .box .right {
    width: 100%;
  }
}
.sbsc_page .sbsc_gift .box .right .photo {
  height: 100%;
}
.sbsc_page .sbsc_gift .box .right img {
  object-fit: cover;
  height: 100%;
}/*# sourceMappingURL=pullnet_custom_free_style.css.map */