﻿h1,
h2 {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  transition: .3s ease;
}

a:hover img {
  opacity: 0.8;
}

.freeze-drying {
  position: relative;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}

.freeze-drying .em {
  font-weight: bold;
}

.freeze-drying .container {
  padding: 0;
}

.cart-area {
  position: relative;
  margin: 0 auto;
  background: url(/img/page/freeze-drying/bg-cart.png) no-repeat;
  background-size: cover;
  aspect-ratio: 726 / 1112;
  width: calc(726 / 750 * 100vw);
  max-width: 726px;
}

.cart-area-02 {
  position: relative;
  margin: 0 auto;
  background: url(/img/page/freeze-drying/202509/bg-cart2-3.png?1) no-repeat;
  background-size: cover;
  aspect-ratio: 726 / 2356;
  width: calc(726 / 750 * 100vw);
  max-width: 726px;
}

.cart-area.first {
  background: url(/img/page/freeze-drying/bg-cart_first.png) no-repeat;
  background-size: cover;
  aspect-ratio: 726 / 1058;
}

.cart-area a:not(.goods-link) {
  position: absolute;
  left: 50%;
  bottom: calc(95 / 750 * 100vw);
  transform: translateX(-50%);
  width: calc(610 / 750 * 100vw);
}

.cart-area-02 .btn-set02 {
  position: absolute;
  left: 50%;
  bottom: calc(1200 / 750 * 100vw);
  transform: translateX(-50%);
  width: calc(610 / 750 * 100vw);
}

.cart-area-02 .btn-set03 {
  position: absolute;
  left: 50%;
  bottom: calc(90 / 750 * 100vw);
  transform: translateX(-50%);
  width: calc(610 / 750 * 100vw);
}

.cart-area a.goods-link {
  position: absolute;
  left: 50%;
  bottom: calc(40 / 750 * 100vw);
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  font-size: calc(26  / 750 * 100vw);
  color: #8B573B;
  transform: translateX(-50%);
}

.freeze-drying .mv {
  position: relative;
}

.freeze-drying .mv .cart-area {
  position: absolute;
  left: 50%;
  top: calc(840 / 750 * 100vw);
  transform: translateX(-50%);
}

.freeze-drying .mv .cart-area-02 {
  position: absolute;
  left: 50%;
  bottom: calc(120 / 750 * 100vw);
  transform: translateX(-50%);
}

.section-01 {
  position: relative;
  margin-top: calc(-20 / 750 * 100vw);
}

.section-02 {
  position: relative;
  margin: 0 auto;
  background: url(/img/page/freeze-drying/bg-02.png) no-repeat;
  background-size: cover;
  aspect-ratio: 750 / 1727;
  width: 100%;
  max-width: 750px;
}

.section-02 .inner {
  padding: calc(80 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  text-align: center;
}

.section-02 h2 {
  margin-bottom: calc(70 / 750 * 100vw);
}

.section-02 h2 img {
  width: calc(504 / 750 * 100vw);
  max-width: 504px;
}

.section-02 .list {
  margin: 0 auto calc(80 / 750 * 100vw);
  width: calc(622 / 750 * 100vw);
}

.section-02 .list .list-item {
  display: flex;
  align-items: center;
  margin-bottom: calc(44 / 750 * 100vw);
  padding: calc(20  / 750 * 100vw) 0 calc(20 / 750 * 100vw) calc(23 / 750 * 100vw);
  width: calc(490  / 750 * 100vw);
  background-color: #FFFFFB;
  border-radius: calc(12 / 750 * 100vw);
  font-size: calc(32  / 750 * 100vw);
  text-align: left;
  line-height: calc(23 / 16);
}

.section-02 .list .list-item::before {
  content: '';
  margin-top: calc(-20  / 750 * 100vw);
  margin-right: calc(20  / 750 * 100vw);
  background: url(/img/page/freeze-drying/icon-check.png) no-repeat;
  background-size: cover;
  width: calc(38  / 750 * 100vw);
  height: calc(58  / 750 * 100vw);
}

.section-02 .list .list-item:nth-child(3) {
  margin-left: auto;
}

.section-02 .list .list-item:last-child {
  margin-bottom: 0;
}

.section-02 .list .list-item .color {
  color: #7F3C2C;
}

.section-02 .text {
  margin-bottom: calc(24  / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
}

.section-02 .text + img {
  margin: 0 auto;
  width: calc(570 / 750 * 100vw);
}

.section-03 {
  margin-top: calc(-48  / 750 * 100vw);
}

.section-03 .inner {
  margin: 0 auto;
  padding-bottom: calc(86 / 750 * 100vw);
  width: calc(690 / 750 * 100vw);
}

.section-03 h2 {
  margin: 0 auto calc(60 / 750 * 100vw);
  width: calc(517 / 750 * 100vw);
}

.section-04 h2 {
  margin: 0 auto calc(30 / 750 * 100vw);
  width: calc(619 / 750 * 100vw);
}

.section-04 .inner .image {
  margin: 0 auto calc(30 / 750 * 100vw);
  width: calc(670 / 750 * 100vw);
}

.section-04 .inner .text {
  margin: 0 auto calc(22  / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  text-align: center;
}

.section-04 .inner .text + p {
  margin: 0 auto calc(70 / 750 * 100vw);
  width: calc(562 / 750 * 100vw);
}

.section-04 div:not(.inner).image  {
  background-color: #F3EDE0;
}

.section-cart {
  padding: calc(50 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  background-color: #F3EDE0;
}

.section-05 {
  padding-top: calc(94  / 750 * 100vw);
}

.section-05 h2 {
  margin: 0 auto calc(50 / 750 * 100vw);
  width: calc(303 / 750 * 100vw);
}

.section-05 .anchor {
  display: flex;
  justify-content: center;
  margin-bottom: calc(60 / 750 * 100vw);
}

.section-05 .anchor-item {
  width: calc(236 / 750 * 100vw);
}

.section-05 .content {
  position: relative;
}

.section-05 .content .text {
  position: absolute;
  left: 50%;
  bottom: calc(400 / 750 * 100vw);
  width: calc(590 / 750 * 100vw);
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(25 / 13);
  transform: translateX(-50%);
  letter-spacing: 0;
}

.section-06 {
  padding-bottom: calc(40 / 750 * 100vw);
  background-color: #F3EDE0;
}

.section-07 {
  margin-bottom: calc(94 / 750 * 100vw);
  padding-top: calc(157 / 750 * 100vw);
  background: url(/img/page/freeze-drying/bg-07.png) no-repeat top center;
  background-size: contain;
}

.section-07 h2 {
  margin: calc(44 / 750 * 100vw) auto calc(68 / 750 * 100vw);
  width: calc(570 / 750 * 100vw);
}

.section-07 .image .box {
  margin: calc(-344 / 750 * 100vw) 0 0 auto;
  background-color: #F2F6EC;
  width: calc(606 / 750 * 100vw);
  height: calc(492 / 750 * 100vw);
  border-top-left-radius: calc(40 / 750 * 100vw);
  border-bottom-left-radius: calc(40 / 750 * 100vw);
}

.section-07 .text {
  margin: calc(-114 / 750 * 100vw) auto 0;
  width: calc(610 / 750 * 100vw);
}

.section-07 .text img {
  margin-bottom: calc(32 / 750 * 100vw);
  width: calc(295 / 750 * 100vw);
}

.section-07 .text p {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(21 / 12);
}

.section-07 .text p:not(:last-child) {
  margin-bottom: calc(20 / 750 * 100vw);
}

.section-08 {
  position: relative;
  margin-bottom: calc(160 / 750 * 100vw);
}

.section-08 h2 {
  margin: 0 auto calc(40 / 750 * 100vw);
  width: calc(359 / 750 * 100vw);
}

.section-08 .text {
  margin: 0 auto;
  width: calc(610 / 750 * 100vw);
}

.section-08 .text p {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(25 / 13);
  letter-spacing: 0;
}

.section-08 .box {
  position: absolute;
  bottom: calc(-80 / 750 * 100vw);
  left: 0;
  background-color: #F2F6EC;
  width: calc(606 / 750 * 100vw);
  height: calc(1098 / 750 * 100vw);
  border-top-right-radius: calc(40 / 750 * 100vw);
  border-bottom-right-radius: calc(40 / 750 * 100vw);
  z-index: -1;
}

.section-09 {
  margin-bottom: calc(86  / 750 * 100vw);
}

.section-09 h2 {
  margin: 0 auto calc(60 / 750 * 100vw);
  width: calc(521 / 750 * 100vw);
}

.section-09 .image img {
  display: block;
  width: calc(728 / 750 * 100vw);
}

.section-09 .image img:nth-child(odd) {
  margin-left: auto;
}

.section-09 .text {
  margin: calc(52 / 750 * 100vw) auto 0;
  width: calc(450 / 750 * 100vw);
}

.section-faq {
  margin: 0 auto;
  padding: calc(94  / 750 * 100vw) 0 calc(60  / 750 * 100vw);
  background-color: #F3EDE0;
}

.section-faq h2 {
  margin: 0 auto calc(42 / 750 * 100vw);
  width: calc(353 / 750 * 100vw);
}

.faq-list {
  margin: 0 auto;
  width: calc(670 / 750 * 100vw);
}

.faq-list details {
  margin-bottom: calc(12 / 750 * 100vw);
  background-color: #fff;
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(21 / 14);
}

.faq-list .faq-q::marker {
  display: none;
}

.faq-list .faq-q::-webkit-details-marker {
  display: none;
}

.faq-list .faq-q {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: calc(40 / 750 * 100vw) calc(28 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
}

.faq-list .faq-q::before {
  content: 'Q';
  margin-right: calc(30 / 750 * 100vw);
  color: #8B573B;
  font-size: calc(40 / 750 * 100vw);
  font-family: "Noto Sans JP";
  line-height: 1;
}

.faq-list .faq-q span:not(.mark) {
  flex: 1;
  letter-spacing: 0.05em;
}

.faq-list .faq-q .mark {
  position: relative;
  margin-left: calc(30 / 750 * 100vw);
  width: calc(40 / 750 * 100vw);
}

.faq-list .faq-q .mark::before,
.faq-list .faq-q .mark::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 50%;
  top: 50%;
  width: calc(4 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
  background-color: #8B573B;
  transform: translate(-50%, -50%);
  transition: opacity 1s;
}

.faq-list .faq-q .mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list .faq-q .mark::before {
  transition: transform 1s;
}

.faq-list details[open] .faq-q .mark::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] .faq-q .mark::after {
  opacity: 0;
}

.faq-list .faq-a {
  position: relative;
  display: flex;
  padding: calc(20 / 750 * 100vw) calc(100 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
}

.faq-list .faq-a::before {
  content: 'A';
  margin-right: calc(30 / 750 * 100vw);
  color: #8B573B;
  font-size: calc(40 / 750 * 100vw);
  font-family: "Noto Sans JP";
  line-height: 1;
}

.faq-list .faq-a img {
  display: block;
  margin: calc(10 / 750 * 100vw) auto;
  width: calc(400 / 750 * 100vw);
}

.faq-list .faq-a a {
  text-decoration: underline;
}

.section-detail {
  margin: calc(94 / 750 * 100vw) auto calc(60 / 750 * 100vw);
}

.section-detail .inner {
  margin: 0 auto;
  width: calc(690 / 750 * 100vw);
}

.section-detail h2 {
  margin: 0 auto calc(50 / 750 * 100vw);
  width: calc(205 / 750 * 100vw);
}

.detail-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(20 / 750 * 100vw);
  padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
  border: calc(2 / 750 * 100vw) solid #BD8263;
  border-radius: calc(20 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(20 / 12)
}

.detail-list dt {
  margin-bottom: calc(10 / 750 * 100vw);
  width: calc(100% - 426 / 750 * 100vw);
}

.detail-list dt::before {
  content: "\025cf";
  color: #BD8263;
  display: inline-block;
  margin-right: calc(8 / 750 * 100vw);
  font-size: calc(16 / 750 * 100vw);
}

.detail-list dd {
  margin-bottom: calc(10 / 750 * 100vw);
  width: calc(426 / 750 * 100vw);
}

.detail-list dd span.title {
  display: inline-block;
  width: 5.5em;
}

.block-footer-logo {
  margin: calc(40 / 750 * 100vw) auto calc(56 / 750 * 100vw);
}

.block-footer-logo img {
  width: calc(292 / 750 * 100vw);
  max-width: 220px;
}

.btn-footer-area {
  position: fixed;
  display: none;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: calc(610 / 750 * 100vw);
}

@media screen and (min-width: 751px) {

  .cart-area a:not(.goods-link) {
    bottom: 90px;
    width: 610px;
  }

  .cart-area-02 .btn-set02 {
    bottom: 1200px;
    width: 610px;
  }

  .cart-area-02 .btn-set03 {
    bottom: 90px;
    width: 610px;
  }
  
  .cart-area a.goods-link {
    bottom: 45px;
    font-size: 18px;
  }

  .freeze-drying .mv .cart-area {
    top: 840px;
  }

  .freeze-drying .mv .cart-area-02 {
    bottom: 130px;
  }

  .section-01 {
    margin-top: -20px;
  }

  .section-02 .inner {
    padding: 80px 0 100px;
  }

  .section-02 h2 {
    margin-bottom: 70px;
  }

  .section-02 .list {
    margin-bottom: 80px;
    width: 622px;
  }

  .section-02 .list .list-item {
    margin-bottom: 44px;
    padding: 20px 0 20px 23px;
    width: 490px;
    border-radius: 12px;
    font-size: 32px;
  }

  .section-02 .list .list-item::before {
    margin-top: -20px;
    margin-right: 20px;
    width: 38px;
    height: 58px;
  }

  .section-02 .text {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .section-02 .text + img {
    width: 570px;
  }

  .section-03 {
    margin-top: -48px;
  }

  .section-03 .inner {
    margin: 0 auto;
    padding-bottom: 86px;
    width: 690px;
  }

  .section-03 h2 {
    margin-bottom: 60px;
    width: 517px;
  }

  .section-04 h2 {
    margin: 0 auto 30px;
    width: 619px;
  }

  .section-04 .inner .image {
    margin: 0 auto 30px;
    width: 670px;
  }

  .section-04 .inner .text {
    margin: 0 auto 22px;
    font-size: 28px;
  }

  .section-04 .inner .text + p {
    margin-bottom: 70px;
    width: 562px;
  }

  .section-cart {
    padding: 50px 0 30px;
  }

  .section-05 {
    padding-top: 94px;
  }

  .section-05 h2 {
    margin: 0 auto 50px;
    width: 303px;
  }

  .section-05 .anchor {
    margin-bottom: 60px;
  }
  
  .section-05 .anchor-item {
    width: 236px;
  }

  .section-05 .content .text {
    position: absolute;
    bottom: 400px;
    width: 590px;
    font-size: 26px;
  }

  .section-06 {
    padding-bottom: 40px;
  }

  .section-07 {
    margin-bottom: 94px;
    padding-top: 157px;
  }

  .section-07 h2 {
    margin: 44px auto 68px;
    width: 570px;
  }

  .section-07 .image .box {
    margin: -344px 0 0 auto;
    width: 606px;
    height: 492px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .section-07 .text {
    margin: -114px auto 0;
    width: 610px;
  }

  .section-07 .text img {
    margin-bottom: 32px;
    width: 295px;
  }
  
  .section-07 .text p {
    font-size: 24px;
  }

  .section-08 {
    margin-bottom: 160px;
  }
  
  .section-08 h2 {
    margin: 0 auto 40px;
    width: 359px;
  }

  .section-08 .text {
    width: 610px;
  }
  
  .section-08 .text p {
    font-size: 26px;
  }

  .section-08 .box {
    bottom: -80px;
    width: 606px;
    height: 1098px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .section-09 {
    margin-bottom: 86px;
  }
  
  .section-09 h2 {
    margin: 0 auto 60px;
    width: 521px;
  }

  .section-09 .image img {
    width: 728px;
  }
  
  .section-09 .text {
    margin: 52px auto 0;
    width: 450px;
  }

  .section-faq {
    padding: 94px 0 60px;
  }
  
  .section-faq h2 {
    margin: 0 auto 42px;
    width: 353px;
  }

  .faq-list {
    width: 670px;
  }
  
  .faq-list details {
    margin-bottom: 12px;
    font-size: 28px;
  }
  
  .faq-list .faq-q {
    padding: 40px 28px 30px 30px;
  }
  
  .faq-list .faq-q::before {
    margin-right: 30px;
    font-size: 40px;
  }

  .faq-list .faq-q .mark {
    margin-left: 30px;
    width: 40px;
  }
  
  .faq-list .faq-q .mark::before,
  .faq-list .faq-q .mark::after {
    width: 4px;
    height: 40px;
  }

  .faq-list .faq-a {
    padding: 20px 100px 40px 30px;
  }
  
  .faq-list .faq-a::before {
    margin-right: 30px;
    font-size: 40px;
  }

  .faq-list .faq-a img {
    margin: 10px auto;
    width: 400px;
  }

  .section-detail {
    margin: 94px auto 60px;
  }
  
  .section-detail .inner {
    width: 690px;
  }
  
  .section-detail h2 {
    margin: 0 auto 50px;
    width: 205px;
  }

  .detail-list {
    margin-bottom: 20px;
    padding: 20px 20px 10px 20px;
    border: 2px solid #BD8263;
    border-radius: 20px;
    font-size: 24px;
  }
  
  .detail-list dt {
    margin-bottom: 10px;
    width: calc(100% - 426px);
  }

  .detail-list dt::before {
    margin-right: 8px;
    font-size: 16px;
  }
  
  .detail-list dd {
    margin-bottom: 10px;
    width: 426px;
  }

  .block-footer-logo {
    margin: 40px auto 56px;
  }

  .btn-footer-area {
    width: 610px;
  }
}

.limited .cart-area {
  background: url(/img/page/freeze-drying/limited/bg-cart.png) no-repeat;
  background-size: cover;
  aspect-ratio: 726 / 1434;
}

.limited .cart-area a:not(.goods-link) {
  bottom: calc(320 / 750* 100vw);
}

.limited .cart-area p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(280 / 750* 100vw);
  width: calc(610 / 750* 100vw);
  text-align: center;
  font-size: calc(19 / 750* 100vw);
}

@media screen and (min-width: 751px) {
  .limited .cart-area a:not(.goods-link) {
    bottom: 320px;
  }

  .limited .cart-area p {
    bottom: 280px;
    width: 610px;
    font-size: 19px;
  }
}

.freez-drying-202411 .mv .cart-area {
  bottom: calc(150 / 750* 100vw);
}

.top-message {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B573B;
  background: #FFD3A4;
  font-weight: bold;
  font-size: calc(22 / 750* 100vw);
  height: calc(56 / 750* 100vw);
}

.top-message img {
  margin-right: 5px;
  width: calc(42 / 750* 100vw);
  height: calc(36 / 750* 100vw);
}

.modal-pop {
  display: none;
  width: 100vw;
  height: 100vh;
  position:fixed;
  top: 0;
  left:0;
  z-index:9997!important;
}
.modal-bg {
  background-color: #1119;
  width: 100%;
  height: 100%;
  position:fixed;
  z-index:9998!important;
}

.modal-pop-main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index:9999!important;
  width: calc(600 / 750* 100vw);
}

.btn-modal-close {
  display: block;
  position: absolute;
  top: calc(-80 / 750* 100vw);
  right: 0;
  width: calc(68 / 750* 100vw);
  height: calc(68 / 750* 100vw);
  background-color: #C3C3C3;
  border-radius: 50vh;
}

.btn-modal-close::before, .btn-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(4 / 750* 100vw);
  height: calc(40 / 750* 100vw);
  background: #fff;
  border-radius: 50vh;
}
 
.btn-modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.btn-modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (min-width: 751px) {
  .freez-drying-202411 .mv .cart-area {
    bottom: 172px;
  }

  .top-message {
    font-size: 22px;
    height: 56px;
  }

  .top-message img {
    width: 42px;
    height: 36px;
  }

  .modal-pop-main {
    width: 600px;
  }

  .btn-modal-close {
    top: -80px;
    right: 0;
    width: 68px;
    height: 68px;
  }

  .btn-modal-close::before, .btn-modal-close::after {
    width: 4px;
    height: 40px;
  }
}

.cart-area a.goods-link {
  bottom: calc(240 / 750 * 100vw);
}

.ab .cart-area a:not(.goods-link) {
  bottom: calc(300 / 750 * 100vw);
}

.ab .cart-area {
  background: url(/img/page/freeze-drying/ab/bg-cart.png) no-repeat;
  background-size: cover;
  aspect-ratio: 726 / 1482;
}

@media screen and (min-width: 751px) {
  .cart-area a.goods-link {
    bottom: 240px;
  }

  .ab .cart-area a:not(.goods-link) {
    bottom: 300px;
  }
}

.v202412 .cart-area a:not(.goods-link) {
  bottom: calc(290 / 750 * 100vw);
}

.v202412 .cart-area {
  background: url(/img/page/freeze-drying/202412/bg-cart.png) no-repeat;
  background-size: cover;
  aspect-ratio: 726 / 1482;
}

@media screen and (min-width: 751px) {
  .v202412 .cart-area a:not(.goods-link) {
    bottom: 300px;
  }
}

/*202503バージョン*/
.v202503 .cart-area a.btn01 {
  bottom: calc(520 / 750 * 100vw);
}

.v202503 .cart-area a.btn02 {
  bottom: calc(380 / 750 * 100vw);
}

.v202503 .cart-area {
  background: url(/img/page/freeze-drying/202503/bg-cart.png) no-repeat;
  background-size: cover;
  aspect-ratio: 307 / 795;
}

@media screen and (min-width: 751px) {
  .v202503 .cart-area a.btn01  {
    bottom: 520px;
  }
  .v202503 .cart-area a.btn02  {
    bottom: 380px;
  }
}

/*202504バージョン*/

.v202504 .cart-area a.btn01 {
  bottom: calc(520 / 750 * 100vw);
}

.v202504 .cart-area a.btn02 {
  bottom: calc(380 / 750 * 100vw);
}

.v202504 .cart-area {
  background: url(/img/page/freeze-drying/202504/bg-cart.png) no-repeat;
  background-size: cover;
  aspect-ratio: 307 / 780;
}

@media screen and (min-width: 751px) {
  .v202504 .cart-area a.btn01  {
    bottom: 520px;
  }
  .v202504 .cart-area a.btn02  {
    bottom: 380px;
  }
}


/* ver202505 */

.v202505.freeze-drying .mv .cart-area {
    bottom: 15px !important;
}

.v202505 .cart-area {
    position: relative;
    margin: 0 auto;
    background: url(/img/page/trial-freeze-drying/202505/bg-cart.png) no-repeat;
    background-size: cover;
    aspect-ratio: 726 / 1216;
    width: 100%;
    max-width: 726px;
}

.v202505 .cart-area a:not(.goods-link) {
    bottom: 145px;
    width: 610px;
}

    .v202505 .cart-area.v2505 {
    background-color: #f9f4f0;
}

.v202505 .cart-area.v2505 {
    background-color: #f9f4f0;
    padding-top: 25px;
    height: 1290px;
    background-position: center;
    margin: 0px;
    width: 100%;
    max-width: none;
    background-size: contain;
}

.v2505.cart-area a:not(.goods-link) {
    bottom: 165px;
}

.v202505.freeze-drying .mv {
    position: relative;
    padding-bottom: 50px;
    background-color: #f9f4f0;
}


section.section-07 .image img {
    width: 100%;
}

    @media (max-width:750px){

      .v202505.freeze-drying .mv {
    padding-bottom: 15vw;
  }

.v202505.freeze-drying .mv .cart-area {
    bottom: 4vw !important;
}

    .v202505 .cart-area a:not(.goods-link) {
        bottom: 20vw;
        width: 86vw;
    }

.v202505 .section-07 .image img {
    width: 100%;
}

.v202505 .cart-area.v2505{
  height: 160vw;
}

    .v2505.cart-area a:not(.goods-link) {
        bottom: 19vw;
    }
    
    }