<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
ul,
#section-title {
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .wrapper_ {
    margin-top: -17px;
  }
}

#event-contents-wrapper {
  width: inherit !important;
}

#feature-bottle {
  width: 100%;
  margin: auto;
}

.block-mv {
  display: block;
  width: 1000px;
  margin: 0 auto;
}
.block-mv img {
  width: 100%;
}
.block-mv .for_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .block-mv {
    width: 100%;
  }
  .block-mv .for_pc {
    display: none;
  }
  .block-mv .for_sp {
    display: block;
  }
}

#StyleT-list-wrapper {
  justify-self: center;
  width: 1000px;
  margin: 0 auto;
}

.block-outline {
  margin: 74px auto 0;
  width: 1000px;
}
.block-outline__heading-text {
  color: #0d6fb8;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}
.block-outline .outline-text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin: 0;
  padding: 0;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .block-outline {
    width: 100%;
    margin: 35px auto 0 auto;
  }
  .block-outline .outline-text {
    padding: 0 20px;
    font-size: 13px;
  }
  .block-outline__heading-text {
    font-size: 20px;
    margin: 0;
  }
}

.datetime {
  width: 1000px;
  margin: 15px 0 0 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 480px) {
  .datetime {
    width: 80%;
    margin: 20px 0 0;
    padding-left: 20px;
  }
}

.block-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 1000px;
  margin: 80px auto;
}
@media screen and (max-width: 480px) {
  .block-button-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 80px auto;
  }
}

.button-move {
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #0d6fb8;
  width: 33.3333333333%;
  text-decoration: none;
  padding: 20px 0;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 480px) {
  .button-move {
    width: 84%;
    padding: 16px 0;  }
}
.button-move::before {
  content: "";
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(/img/usr/event/feature-bottle/2025/down-allow.png) no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
}

.heading-text {
  display: block;
  font-size: 36px;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 30px;
}
.heading-text span {
  display: block;
  font-size: 18px;
  color: #00418b;
  font-weight: bold;
}
.heading-text p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00418b;
  font-weight: bold;
}
.heading-text p:before {
  content: "";
  width: 1px;
  height: 36px;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
  background: #00418b;
  margin: auto 20px auto 0;
}
.heading-text p:after {
  content: "";
  width: 1px;
  height: 36px;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
  background: #00418b;
  margin: auto 0 auto 20px;
}
@media screen and (max-width: 480px) {
  .heading-text {
    font-size: 28px;
  }
  .heading-text p:before {
    height: 28px;
  }
  .heading-text p:after {
    height: 28px;
  }
}

.container {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .container {
    width: 100%;
  }
}

.all-item-btn {
  display: block;
  width: 1000px;
  border-radius: 30px;
  margin: 80px auto;
  padding: 20px;
  text-align: center;
  background-color: #0d6fb8;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
.all-item-btn::before {
  content: "";
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(/img/usr/event/feature-bottle/2025/down-allow.png) no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media screen and (max-width: 480px) {
  .all-item-btn {
    width: 72%;
    padding: 16px;  }
}

.btn_item_lp_ {
  z-index: 999;
  right: 5%;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .btn_item_lp_ {
    bottom: 85px !important;
    width: 83px;
    height: 83px;
  }
  .btn_item_lp_ img {
    width: 100%;
  }
}

.slick-arrow {
  content: "";
  position: absolute;
  width: 63px;
  height: 63px;
  background-color: rgba(255, 255, 255, 0.4392156863);
  border: none;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.slick-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slick-arrow.slick-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slick-arrow.slick-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#large-capacity {
  background-color: #f6fdfa;
}

.large-capacity {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .large-capacity {
    padding: 40px 0;
  }
}
.large-capacity img {
  width: 440px;
  background-color: #999;
}
.large-capacity__item-name {
  font-size: 24px;
  position: relative;
  margin-bottom: 65px;
  font-weight: bold;
}
.large-capacity__item-name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #92c886;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .large-capacity__item-name {
    margin-bottom: 40px;
    font-size: 17px;
  }
  .large-capacity__item-name::before {
    bottom: 10px;
  }
}
.large-capacity__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .large-capacity__item {
    gap: 0;
  }
}
.large-capacity__item-detail ul {
  list-style: none;
  display: block;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 0;
}
.large-capacity__item-detail li {
  padding-left: 1rem;
  position: relative;
}
.large-capacity__item-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url(/img/usr/event/feature-bottle/2025/check_icon.jpg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .large-capacity__item-detail {
    margin-bottom: 40px;
  }
  .large-capacity__item-detail ul {
    font-size: 13px;
    padding-bottom: 10px;
  }
}
.large-capacity__price {
  color: #000000;
  display: block;
  text-decoration: underline;
}
.large-capacity__price + .large-capacity__price {
  margin-top: 10px;
}
.large-capacity__price:hover {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .large-capacity__price {
    font-size: 13px;
  }
}
.large-capacity__image-wrap.slick-slider {
  width: 440px;
  overflow: hidden;
}
.large-capacity .slick-arrow:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
}
.large-capacity .slick-next {
  right: -30px;
}
.large-capacity .slick-next::before {
  right: 20px;
}
.large-capacity .slick-prev {
  left: -30px;
}
.large-capacity .slick-prev::before {
  left: 20px;
}

@media screen and (max-width: 480px) {
  .item-wrap {
    padding: 0 40px;
  }
}
.merit {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .merit {
    padding: 40px 0;
    font-size: 13px;
  }
}
.merit img {
  display: block;
  width: 190px;
  background-color: #999;
}
.merit .heading-text {
  color: #92c886;
}
.merit__detail {
  display: block;
}
.merit__detail-head {
  font-weight: bold;
  font-size: 24px;
  color: #92c886;
}
@media screen and (max-width: 480px) {
  .merit__detail-head {
  font-weight: bold;
  font-size: 18px;
  color: #92c886;
}
}
.merit__detail-text {
  margin-top: 20px;
}
.merit__detail-price a {
  display: block;
  text-decoration: underline;
}
.merit__detail-price a:hover {
  text-decoration: none;
}
.merit__detail-price a + a {
  margin-top: 10px;
}

#merit .merit-slider {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  gap: 60px;
}
@media screen and (max-width: 480px) {
  #merit .merit-slider {
    width: 100%;
    padding: 0;
  }
}
#merit .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  #merit .slick-track {
    width: 100% !important;
    gap: 20px;
  }
}
#merit .slick-slide {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#merit .slick-slide.slick-active {
  width: 190px;
}
#merit .slick-active.slick-center {
  width: 440px;
}
#merit .slick-active.slick-center .merit__detail {
  display: block;
}
#merit .slick-active.slick-center img {
  width: 440px;
}
@media screen and (max-width: 768px) {
  #merit .slick-active.slick-center img {
    width: 340px;
  }
}
#merit .slick-arrow {
  background-color: #92c886;
}
#merit .slick-arrow:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#merit .slick-next {
  right: 207px;
}
#merit .slick-prev {
  left: 207px;
}
#merit .merit-detail-slider .slick-slide:not(.slick-active) {
  display: none;
}
#merit .merit-detail-slider .slick-arrow {
  display: none !important;
}
@media screen and (max-width: 480px) {
  #merit .slick-next {
    right: 0;
  }
  #merit .slick-prev {
    left: 0;
  }
  #merit .slick-list {
    padding: 0 !important;
  }
}

#choice-point {
  background-color: #f6fdfa;
}

.choice-point {
  padding: 80px 50px;
}
.choice-point__buyer-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #00418b;
  border-radius: 15px;
  padding: 20px;
  gap: 20px;
  margin: auto 20px;
}
.choice-point__buyer-wrap img {
  width: 100px;
  height: 100px;
}
.choice-point__buyer-detail {
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .choice-point__buyer-name {
  font-size: 13px;
  font-weight: bold;
}
}
@media screen and (max-width: 480px) {
  .choice-point__buyer-text {
  font-size: 12px;
}
}
.choice-point__item-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.choice-point__item-wrap:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.choice-point__detail {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  line-height: 1.8;
}
.choice-point__main-text {
  color: #92c886;
  font-size: 18px;
  font-weight: bold;
}
.choice-point__sub-text {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .choice-point__sub-text {
    font-size: 13px;
  }
}
.choice-point__item-img {
  background-color: #999;
  display: block;
  width: 500px;
}

@media screen and (max-width: 480px) {
  .choice-point {
    padding: 40px 0;
  }
  .choice-point__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
  }
  .choice-point__item-wrap:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .choice-point__item-img {
    width: 100%;
  }
}
#feature-bottle-check {
  width: 1000px;
  margin: auto auto 100px;
  text-align: center;
}
#feature-bottle-check h2 {
  margin: 0 0 17px;
}
@media screen and (max-width: 480px) {
  #feature-bottle-check h2 {
  margin: 0 0 3px;
  line-height: 1;
}
}
@media screen and (max-width: 480px) {
  #feature-bottle-check img {
  width: 92px;
}
}

#feature-bottle-check p {
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
}
#feature-bottle-check ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 480px) {
  #feature-bottle-check ul {
    gap: 20px;
    padding: 20px;
  }
}
#feature-bottle-check li {
  width: 418px;
}
#feature-bottle-check li img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #feature-bottle-check {
    width: 100%;
    margin-bottom: 40px;
  }
  #feature-bottle-check h3 {
    font-size: 30px;
  }
  #feature-bottle-check p {
    margin: 0;
    font-size: 18px;
  }
}</pre></body></html>