@charset "EUC-JP";

body {
  color: #000;
  /* background: #EAF2E6; */
  background: #fff;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}

.container > h1{
  font-size: 28px;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 1.3571428571428572;
  text-align: center;
  color: #447355;
}

.container > .tagline {
  text-align: center;
  font-size: 22px;
  line-height: 1.33;
  color: #447355;
}

.kv {
  max-width: 1000px;
  margin: 0 auto;
}

.kv img {
  width: 100%;
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

h1.title{
  text-align: center;
}

/* Mobile */
@media screen and (max-width: 1000px) {
  
.container img{
  width: 100%;
}

h1.title img{
  width: 100%;
}

}

/* PC */
@media screen and (min-width: 1001px) {

  .container > h1{
    font-size: 48px;
    margin-top: 50px;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    line-height: 1.3333;
  }

  .container > .tagline {
    font-size: 32px;
    letter-spacing: 0.05em;
  }

}


/* ---------------------------- */
/* bxslider */

.bxslider {
  overflow: hidden;
}


.bx-controls {
  position: relative;
}

.bx-prev {
  width: 17px;
  height: 27px;
  background: url(/img/icon-prev2@2x.png) no-repeat 50% 50% / cover;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.bx-next {
  width: 17px;
  height: 27px;
  background: url(/img/icon-next2@2x.png) no-repeat 50% 50% / cover;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.bx-pager {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  position: relative;
  left: 0;
  margin-top: 12px;
  padding: 6px 0;
}

.bx-pager-item {
  width: 16px;
  height: 16px;
  margin: 0 10px;
}

.bx-pager-item a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #bfc5cc;
  background-color: #bfc5cc;
  text-indent: -9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bx-pager-item a.active {
  background-color: #fff;
}

/* Mobile */
@media screen and (max-width: 1000px) {

  .bx-wrapper{
    overflow: hidden;
  }

  .bx-viewport{
    width: 77.6% !important;
    
    overflow: visible !important;

  }
  
  .bxslider{
    left: 15.466666666666667%;
    position:relative;
  }

  .bxslider li img{
    width: 100%;
  }
}


/* --------------------------------- */
/* anchor-links-nav */

.anchor-links-nav{
  /* border-bottom: 2px solid #447355; */
  margin-bottom: 40px;
  margin-top: 40px;
  /* padding-bottom: 20px; */
}

.anchor-links-nav .nav-header{
  color: #447355;
  text-align: center;
  
  line-height: 1;
  font-weight: bold;
}

.anchor-links-nav ul{
  display: flex;
  align-items: center;
  /* padding: 16px 0 12px; */
  /* margin-bottom: 20px; */
  width: 100%;
}

.anchor-links-nav li{
  border-left: 1px solid #87A28E;
  text-align: center;
  flex: 1;
}

.anchor-links-nav li:first-child {
  border-left: none;
}

.anchor-links-nav a{
  color: #447355;
  text-decoration: underline;
  display: inline-block;
  line-height: 1.3;
}

.anchor-links-nav .coupon{
  color: #6e89f8;
  line-height: 1.25;
  display: inline-block;
  font-weight: bold;
}

/* Mobile */
@media screen and (max-width: 1000px) {

  .anchor-links-nav {
    margin: 20px 0;
    font-size: 18px;
  }

  .anchor-links-nav .nav-header {
    margin-bottom: 20px;
  }

  .anchor-links-nav ul {
    flex-wrap: wrap;
    /* gap: 10px 0; */
  }

  .anchor-links-nav li {
    width: 50%;
    flex: none;
    padding: 10px 0;
  }

  .anchor-links-nav li:nth-child(1),
  .anchor-links-nav li:nth-child(2){
    border-bottom: 1px solid #87A28E;
  }

  .anchor-links-nav li:nth-child(2n-1) {
    border-left: none;
  }

  /* .anchor-links-nav li:last-child {
    border-right: none;
  } */

  .anchor-links-nav .coupon {
    font-size: 16px;
  }

}

/* PC */
@media screen and (min-width: 1001px) {

  .anchor-links-nav{
    display: flex;
    align-items: center;
  }

  .anchor-links-nav .nav-header{
    font-size: 24px;
   border-left: 1px solid #87A28E;
   padding: 21px 60px;
   flex: 1 0 auto;
  }

  .anchor-links-nav a{
    font-size: 24px;
  }

  .anchor-links-nav .coupon{
    font-size: 18px;
  }


}

/* --------------------------------- */
/* section */

.section {
  margin-bottom: 30px;
  background: #F7F7F7; 
}

.section h1{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.52;
  margin-bottom: 60px;
}

.section .lead {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}

.section .attention{
  color: #1E1E1E;
  margin: 6px 0 0 0;
  font-size: 12px;
  line-height: 1.5;
}


.bg-green {
  background: #dce9d5;
}

.bg-green .product-box {
  background: #fff;
}

.bg-white {
  background: #fff;
}


/* Mobile */
@media screen and (max-width: 1000px) {

  .section .bx-wrapper{
    padding-bottom: 30px;
  }

  .section h1{
    font-size: 24px;
    margin-bottom: 40px;
    letter-spacing: 0;
  }

  .section .lead{
    margin-top: 30px;
    margin-bottom: 0;
    /* text-align: left; */
  }

  .section-container{
    padding: 25px 20px;
  }

}

/*  PC ------------------------------ */
@media screen and (min-width: 1001px) {

  /* .section */
  .section {
    margin-bottom: 50px;
    padding: 60px 50px 60px;
  }

  .section .lead {
    margin: 40px 0 0;
    line-height: 1.75;
    font-size: 18px;
  }

  .section .attention{
    text-align: center;
    /* margin-top: 20px; */
  }
  
.section .bxslider{
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.section .bxslider li{
  width: 33.3%;
}

.section .bxslider li img{
  width: 100%;
}

.section .mtb {
    margin: 40px 0 0;
  }

}

/* --------------------------------- */
/* grid */


/* Mobile */
@media screen and (max-width: 1000px) {

  .grid{
    display: grid;
    gap: 50px 0;
    /* margin-bottom: 30px; */
  }
}


/*  PC ------------------------------ */
@media screen and (min-width: 1001px) {

  .grid {
    margin-bottom: 50px;
  }
  
  .grid .product-box .image-box {
    grid-area: image;
  }

  .grid .product-box .label {
    grid-area: label;
    margin-bottom: 18px;
  }

  .grid .product-box .text {
    grid-area: text;
  }

  .grid .product-box .price {
    grid-area: price;
  }

  .grid .product-box .btns {
    grid-area: btns;
  }

  
  .grid .product-box .select-box {
  margin-top: 260px;
  grid-area: image;
  align-self: flex-end;
}


  /* .grid01 */

  .grid01{
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 50px;
  }

  .grid01 .product-box{
    display: grid;
    grid-template-areas:"title" "label" "image" "price" "btns";
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    grid-row: span 5;
  }

/* .grid02 */

  .grid02 .product-box{
    display: grid;
    grid-template-areas: "label image" "price image" "btns image";
    grid-template-columns: 1fr 425px;
    grid-template-rows: auto 1fr auto;
    gap: 0 50px;
  }

  .grid02 .product-box .label{
    margin-bottom: 30px;
  }

  
/* .grid03 */
.grid03 .product-box{
  display: grid;
  grid-template-areas: "image label" "image price" "image btns";
  grid-template-columns: 425px 1fr;
  grid-template-rows: auto auto auto;
  gap: 0 50px;
}

}

/* --------------------------------- */
/* product-box */

.product-box .flex {
  display: flex;
  flex-direction: column;
}

.product-box .image {
  text-align: center;
  position: relative;
  min-height: 146px;
}

.c-select .product-box .image {
  min-height: 240px;
}

.grid .product-box .image {
  grid-area: image;
}

.product-box .image img {
    max-width: 100%;
}

.c-select .product-box .image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: opacity 1s, visibility 1s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-select .product-box .image img.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.c-select .product-box .image img.is-active {
  opacity: 1;
  visibility: visible;
}

.c-select .product-box .select-box .select-color{
  font-size: 14px;
}

.color-list{
  display: flex;
  gap: 16px;
  align-items: center;
  padding-left: 2px;
  margin: 20px 0 0;
}

.color-list li {
  border-radius: 5px;
  line-height: 1;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

.color-list li.is-active {
  outline: 2px solid #447355;
  opacity: 1;
}

.color-list li img{
  width: 100%;
}

.product-box .label-ol {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.product-box .label-ol span{
  color: #fff;
  padding: 5px 14px;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
  letter-spacing: 0.1em;
}

.product-box .label-ol .new{
  background: #EBC172;
}

.product-box .label-ol .sale{
  background: #6E89F8;
}

.product-box .label-ol .online{
  color: #447355;
  border: 1px solid #447355;
  background: #DCE9D5;
}

.product-box.large .new img,
.product-box.large .sale img {
  max-width: 55px;
}

.product-box .new img,
.product-box .sale img {
  max-width: 36px;
}

.product-box.large .newprice img,
.product-box.large .sale img {
  max-width: 55px;
}

.product-box .newprice img,
.product-box .sale img {
  max-width: 36px;
}

.product-box .sub-label {
  display: inline-block;
  background: #dce9d5;
  color: #447355;
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
}

.product-box .text {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 1.7143;
}

.product-box .price {
  /* margin-bottom: 20px; */
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.c-select .product-box .price {
  margin-bottom: 0;
}


.product-box .price .coupon{
  color: #6e89f8;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 0 12px;
}

.product-box .price .attention{
  text-align: left;
}


.product-box .price strong {
  font-size: 34px;
}

.btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  align-self: end;
}

.btn {
  font-size: 18px;
  text-align: center;
  border-radius: 5em;
  border: 1px solid transparent;
  padding: 9px;
  display: inline-block;
  width: 48.7%;
}

.btn-primary {
  background: #447355;
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background: #395944;
}

.btn-secondary {
  border: 1px solid #447355;
  color: #447355;
  background: #fff;
}

.btn-secondary:hover {
  color: #395944;
}

.product-box .color-select {
  margin-bottom: 10px;
}

.product-box .color-select p {
  font-size: 15px;
  text-align: center;
}

/* Mobile */
@media screen and (max-width: 1000px) {

  .product-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .grid .product-box .label-ol {
    gap: 5px;
    justify-content: left;
  }
  
}

/*  PC ------------------------------ */
@media screen and (min-width: 1001px) {

  .product-box .image {
    min-height: 146px;
    margin: 0;
  }

  .c-select .product-box .image {
    min-height: 240px;
  }

  .product-box .color-select {
    margin: 0;
    display: flex;
    justify-content: center;
  }

  .product-box .color-select p {
    font-size: 14px;
    margin-right: 10px;
  }

  .product-box .newprice img,
  .product-box .sale img {
    max-width: 62px;
  }

  .product-box .text {
    font-size: 14px;
    text-align: left;
  }

  .product-box .price {
    font-size: 20px;
    /* margin: 10px 0 0 0; */
  }

  .product-box .btns {
    gap: 20px;
    margin-top: 40px;
  }

}

.attention-list {
  font-size: 12px;
  /* padding: 0 20px; */
  color: #000;
  line-height: 1.5;
}

.attention-list li {
  display: flex;
  margin-top: 4px;
}

.attention-list li span {
  flex: 0 0 auto;
}

#bottom-nav {
  display: block;
  background: #fff;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  z-index: 10;
}

#bottom-nav .btns {
  gap: 7px;
}

#bottom-nav .btns li {
  width: 174px;
}

#bottom-nav .btn-primary {
  min-width: auto;
  width: 100%;
  height: 40px;
  display: block;
  font-size: 12px;
  background-image: url(/img/index_arw_06.png);
  background-repeat: no-repeat;
  background-position: 92.7% center;
  -webkit-background-size: 7px auto;
  background-size: 7px auto;
  padding: 7px 23px 7px 15px;
}

/* FOR PC ------------------------------ */
@media screen and (min-width: 1001px) {

  #wrapper {
    padding-top: 70px;
  }


  .btn {
    font-size: 18px;
  }

  .attention {
    font-size: 12px;
    margin-top: 40px;
  }


  .attention-list {
    margin-top: 20px;
    padding: 0;
  }

  #bottom-nav {
    padding: 14px;
  }

  #bottom-nav .btns {
    gap: 80px;
  }

  #bottom-nav .btns li {
    width: 360px;
  }

  #bottom-nav .btn-primary {
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
  }

  #bottom-nav .btn {
    font-size: 20px;
    padding: 9px 30px;
    height: auto;
  }

  #page_top {
    bottom: 100px;
  }
}

/* 2024.05.20 ADD */
.pd-btn {
  padding: 40px 0 0 0;
}
.pd-btn-item {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.pd-btn + section {
  padding: 40px 20px 100px;
}
.pd-btn-item-link {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 600px;
  font-size: 22px;
  line-height: 1.2;
  padding: 20px 0;
  justify-content: space-between;
  align-items: center;
}
.pd-btn-item-link-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: -15px 0 0 0;
}
.pd-btn-item-link-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.price-normal {
  display: block;
  margin: 0 0 10px 0;
  font-size: 11px;
  color: #6E89F8;
}
.product-box.large .price-normal {
  font-size: 15px;
}
.price-dawn {
  display: flex;
  color: #1B4229;
  font-size: 20px;
  align-items: center;
  line-height: 1;
  gap: 5px;
  justify-content: flex-end;
}

/* 2025.01.27 add */
.large .pricedown-ol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-normal {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1;
  align-items: center;
}
.large .price-normal {
  margin: 0 20px 0 0;
}
.price-normal::after {
  content: "";
  /* position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 5px solid #393f45;
  border-bottom: 0;
  left: 13%;
  bottom: -12px;
  margin: 0 -6px 0 0; */
}



@media screen and (max-width: 1000px) {
 
  .price-normal {
    justify-content: center;
  }
  .price-normal::after {
    left: 50%;
    margin: 0 0 0 -6px;
  }
}

.price-day {
  display: inline-block;
  background: #EBC172;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}


@media screen and (max-width: 1000px) {
  .price-normal {
    font-size: 10px;
    margin: 0 0 5px 0;
  }
 
}


/* --------------------------------- */
/* .bnr-box */

.bnr-box{
  margin: 30px auto;
}

.bnr-box img{
  width: 100%;
}

.bnr-box2{
  margin: 60px auto 90px;
}

.bnr-box2 img{
  width: 100%;
}


/* PC only */
@media screen and (min-width: 1001px) {
  .bnr-box{
    margin: 50px auto 80px;
  }
}

/* --------------------------------- */
/* #benefits */

#benefits {
  position: relative;
  background: #fff;
}

#benefits h2 {
  margin-bottom: 80px;
  font-size: 28px;
  text-align: center;
  color: #447355;
  line-height: 1.2308;
    font-weight: 600;
}

.benefits-list-wrapper .bx-wrapper {
  margin-left: 20px;
  overflow: hidden;
}

.benefits-list-wrapper .bx-viewport {
  overflow: visible !important;
  width: 59.1% !important;
  margin-right: auto;
}


/* .benefits-list */

.benefits-list {
  display: flex;
}

.benefits-list li {
  text-align: center;
  max-width: 240px;
  font-size: 14px;
  color: #518a70;
  padding: 20px 8px 9px;
  display: block;
  background: #D8EAD2;
}

.benefits-list li .image {
  max-width: 140px;
  height: 84px;
  margin: 0 auto;
}

.benefits-list li .image img {
  width: 100%;
}

.benefits-list li a {
  display: block;
  color: #447355;
}

.benefits-list .label {
  font-size: 24px;
  margin-top: 17px;
  line-height: 1.25;
  font-weight: 600;
  color: #447355;
}


.benefits-list .lead {
  line-height: 1.4286;
  margin-top: 6px;
  color: #447355;
}

.benefits-list .link {
  color: #6cb86a;
  text-decoration: underline;
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.benefits-list .link::after {
  content: "";

  width: 8px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
  mask-image: url(/img/index_arw_06.png);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 7px auto;
  background: #6cb86a;
}


/* Mobile only */
@media screen and (max-width: 1000px) {

  #benefits{
     padding: 50px 0;
  }

  #benefits .container{
     padding: 0;
  }

  #benefits h2 {
    font-size: 26px;
    margin-bottom: 50px;
    
  }

  .benefits-list-wrapper .bx-viewport{
    width: 67.6% !important;
  }

  .bnr-box2{
  margin: 30px 20px 60px;
  }
}

/* PC only */
@media screen and (min-width: 1001px) {
  #benefits {
    /* padding: 100px 0;*/
    padding: 20px 0 100px 0;
  }

  .benefits-list {
    display: flex;
    justify-content: center;
    gap: 13px;

  }

  .benefits-list .image img {
    width: 100%;
  }

  .benefits-list li {
    width: 24%;
    max-width: 240px;
    font-size: 14px;
    padding: 11px 16px 22px 16px;
  }

  .benefits-list .label strong {
    font-size: 24px;
  }
}
 

#sales .product-box h1{
  grid-area: title;
}

/* Mobile only */
@media screen and (max-width: 1000px) {

  #sales{
    background: none;
    margin-top: 30px;
  }

  #sales .section-container{
    padding: 0;
  }

    #sales .grid01{
    gap: 30px 0px;
  }

  .grid01 .product-box{
    padding: 40px 30px;
    background: #F7F7F7;
    /* gap: 0; */
  }

  .grid01 .product-box h1{
    margin-bottom: 10px;
  }

}


@media screen and (max-width: 1000px) {
.section .mtb {
    margin: 20px 0 50px;
  }

}


.kv {
  position: relative;
}
.kv-btn {
  position: absolute;
  width: 34vw;
  max-width: 340px;
  right: 33px;
  bottom: 33px;
}
.kv-btn-link {
  transition: .2s ease-in-out;
}
.kv-btn-link:hover {
  opacity: 0.7;
}
.title img {
  /* width: 100%; */
  width: 1000px;
}
h1.title {
  /* max-width: 1000px; */
  margin: 0 auto;
  background-color: #1b4229;
}
.products__cur--box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  /* background: #fff; */
  justify-content: center;
  padding: 25px 21px 25px;
}
.products__cur--box .item h3 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.6em;
  font-size: 14px;
  line-height: 1.625;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #447355;
  border-bottom: 2px solid #447355;
  padding-bottom: 3px;
  align-items: anchor-center;
}
.products__cur--box .item h3 span {
  position: absolute;
  right: 0;
  bottom: 4px;
  display: block;
  width: 46px;
}
.products__cur--box .item h3 span img {
  width: 100%;
  height: auto;
}
.products__cur--box .item__content {
  position: relative;
}
.products__cur--box .item__content img {
  width: 100%;
  height: auto;
}
.products__cur--box .item__btn {
  position: absolute;
  bottom: 4px;
  right: 2px;
}
.c-btn {
  color: #fff;
  font-size: 18px;
  width: 190px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.c-btn:hover {
  opacity: 0.9;
  color: #fff;
}
.c-btn--blue {
  background: #447355;
}
.btn-area {
  margin: 60px auto 0;
  padding-bottom: 80px;
}
.btn-area-inr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.btn-area .c-btn {
  width: 320px;
  height: 54px;
}
.tooltip-event {
  position: relative;
}
.tooltip02 {
  position: absolute;
  padding: 8px 10px;
  width: 220px;
  color: #000;
  background: #ebc172;
  box-sizing: border-box;
  border-radius: 25px;
  top: -28px;
  left: 50%;
  margin: 0 0 0 -110px;
  -webkit-box-shadow: 0px 8px 20px 8px rgb(112 112 112 / 12%);
  -moz-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
  -ms-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
  -o-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
  box-shadow: 0 8px 20px 8px rgb(112 112 112 / 12%);
  z-index: 2;
}
.tooltip02:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom: 10px solid #ebc172;
  z-index: 1;
  transform: rotateX(180deg);
}
.tooltip02-txt {
  text-align: center;
  line-height: 1.2;
  font-size: 13px;
}
@media (min-width: 1001px) {
  .products__cur--box .item {
    width: 33.3333333333%;
    padding: 0 2.367%;
  }
}
@media (max-width: 1000px) {
  .kv-btn {
    width: calc(100% - 2.666666666666667vw);
    max-width: none;
    right: 1.3333333333333335vw;
    bottom: 1.3333333333333335vw;
  }
  .products__cur--box .item:nth-child(1) .item__photo {
    margin: 0 -1.6666666667vw;
  }
  .products__cur--box .item + .item {
    margin-top: 10.666666666666668vw;
  }
  .products__cur--box .item__btn {
    bottom: 0;
    right: inherit;
    left: 26.666666666666668vw;
  }
  .c-btn {
    font-size: 4.1666666667vw;
    width: 37.333333333333336vw;
    height: 14.933333333333335vw;
    max-height: 56px;
  }
  .btn-area .c-btn {
    font-size: 4.1666666667vw;
    width: 85.33333333333334vw;
    height: 14.399999999999999vw;
  }
}


/* 0730 add */
.kv {
    max-width: none;
}
.prd-lead-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.prd-lead-txt img {
    width: 100%;
}
.prd {
    /* width: calc(100% - 100px); */
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 0;
    /* padding: 50px; */
    background: #fff;
}
.prd-bl {
    width: 100%;
    margin: auto;
    padding: 50px;
    column-count: 2;
}
.prd-title {
    width: 100%;
    max-width: 400px;
    break-inside: avoid;
}
.prd-image {
    width: 100%;
    max-width: 400px;
    margin: 30px 0 0 0;
    break-inside: avoid;
}
.prd-08 .prd-image {
    padding: 0 0 110px 0;
}
.prd-check {
    width: 100%;
    max-width: 400px;
    break-inside: avoid;
}
.prd-detail {
    width: 100%;
    max-width: 400px;
    break-inside: avoid;
    padding-top: clamp(30px, 2.14285714285714vw, 30px);
    padding-bottom: clamp(30px, 2.14285714285714vw, 30px);
    border-top: 1px solid #E4E5E7;
    border- bottom: 1px solid #E4E5E7;
    border-bottom: 1px solid #E4E5E7;
    margin-top: clamp(30px, 2.14285714285714vw, 30px);
}
.prd-price {
    width: 100%;
    max-width: 400px;
    break-inside: avoid;
    margin-top: clamp(30px, 2.14285714285714vw, 30px);
}
.prd-image-item-img {
    width: 100%;
}
.prd-image-item-img img {
    width: 100%;
}
.coupon {
  background: #447355;
  text-align: center;
  padding: 40px 30px;
}
.coupon-ttl {
    font-size: 28px;
    color: #fff;
    max-width: 1000px;
    line-height: 1;
    margin: 0 auto 0;
}
.coupon-txt {
  font-size: 15px;
  color: #fff;
  max-width: 1000px;
  margin: 40px auto 0;
  line-height: 1.6;
}
.prd .label {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.prd .label-item {
    color: #fff;
    padding: 5px 14px;
    font-size: 13px;
    display: inline-block;
    line-height: 1;
    border-radius: 2px;
    letter-spacing: 0.1em;
}
.prd .label-item.new {
    background: #EBC172;
}
.prd .label-item.online {
    color: #1E1E1E;
    border: 1px solid #1E1E1E;
    /* background: #DCE9D5; */
}
.prd-check-item {
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #393F45;
}
.prd-check-item::before {
    content: "";
    background: url(../img/icon-check.png) no-repeat center center;
    width: 19px;
    height: 16px;
    background-size: contain;
    display: inline-block;
    margin-right: 16px;
}
.pricedown-ol {
    position: relative;
    text-align: right;
}
.price-normal {
  color: #767676;
}
.price-dawn strong {
    font-size: 36px;
}
.prd-price-tag {
    position: absolute;
    bottom: 0;
}
.prd-price-tag-txt {
    line-height: 1;
    position: relative;
    display: flex;
    height: 40px;
    padding: 0 15px 0 15px;
    text-decoration: none;
    color: #000;
    border-radius: 3px 0 0 3px;
    background: #EBC172;
    justify-content: center;
    align-items: center;
}
.prd-price-tag-txt::after {
	background: #fff;
}
.prd-price-tag-txt::after {
	position: absolute;
	top: -2px;
	right: -18px;
	width: 0;
	height: 0;
	content: '';
	border-width: 22px 0 22px 18px;
	border-style: solid;
	border-color: transparent transparent transparent #EBC172;
	border-radius: 4px;
}
.note {
    font-size: 12px;
    line-height: 1.5;
    margin: 20px 0 0 0;
}
.btns {
    margin: 30px 0 0 0;
}
.bnr-ttl {
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 0;
}
.rs-full {
  max-width: none;
}
.bg-lg {
  background: #EAF2E6;
}
.rs-full .products__cur--box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 21px 25px;
}
@media (max-width: 1000px) {
  .prd {
      width: calc(100% - 10.666666666666668vw);
      margin: 18.666666666666668vw auto 0;
      /* padding: 40px 20px; */
  }
  .prd-bl {
      display: flex;
      margin: 8vw 0 0 0;
      padding: 0 5.333333333333334vw;
      column-count: auto;
      max-height: none;
      flex-wrap: wrap;
  }
  .prd-bl-01 {
      max-width: 100%;
      order: 3;
      margin: 0;
  }
  .prd-bl-02 {
      order: 2;
      max-width: 100%;
      margin: 0 auto;
  }
  .prd-bl-03 {
      order: 1;
      max-width: 100%;
  }
  .prd-bl-04 {
      order: 4;
      max-width: 100%;
      border-top: none;
      margin-top: 25px;
      padding-top: 0;
  }
  .prd-bl-05 {
      order: 5;
      max-width: 100%;
  }
  .prd-check-item {
      letter-spacing: 0;
      white-space: nowrap;
  }
  .prd-price-tag-txt {
      font-size: 14px;
      text-align: left;
      padding: 0 8px 0 14px;
  }
  .price-normal {
      font-size: 16px;
  }
  .prd-01 .prd-title-item-img img {
    width: 100%;
    max-width: 300px;
  }
  .prd-02 .prd-title-item-img img {
    width: 100%;
    max-width: 300px;
  }
  .prd-03 .prd-title-item-img img {
    width: 100%;
    max-width: 300px;
  }
  .prd-04 .prd-title-item-img img {
    width: 100%;
    max-width: 204px;
  }
  .prd-05 .prd-title-item-img img {
    width: 100%;
    max-width: 300px;
  }
  .prd-06 .prd-title-item-img img {
    width: 100%;
    max-width: 300px;
  }
  .prd-07 .prd-title-item-img img {
    width: 100%;
    max-width: 300px;
  }
  .prd-08 .prd-title-item-img img {
    width: 100%;
    max-width: 300px;
  }
  .prd-check-item::before {
      margin-right: 8px;
  }
  .price-dawn {
    height: 48px;
  }
  .pricedown-ol {
    max-width: 300px;
  }
  .prd-08 .prd-image {
    padding: 0;
  }
  .bnr-ttl {
    width: calc(100% - 10.666666666666668vw);
    margin: 18.666666666666668vw auto 0;
  }
}