@charset "UTF-8";
#d4-d7 a {
  transition: 0.2s;
}
#d4-d7 a:hover {
  opacity: 0.6;
}
#d4-d7 .w1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#d4-d7 .faq-item {
  border-bottom: 1px solid #ddd;
}
#d4-d7 .faq-item-title {
  cursor: pointer;
  text-align: left;
  font-weight: 500;
}
#d4-d7 .faq-item-detailst {
  display: none;
  padding: 15px;
  background: white;
}
#d4-d7 .faq-item-title.active {
  background: #0056b3; /* Darker blue when active */
}
#d4-d7 .mv__area {
  position: relative;
  top: 78px;
}
#d4-d7 .mv__area .slide-mv .slides {
  position: relative;
}
#d4-d7 .mv__area .slide-mv .slides img {
  /*max-height: 898px;*/
  width: 100%;
  position: relative;
  /* object-fit: cover;
   object-position: center;*/
  transition: 0.3s;
}
#d4-d7 .mv__area .slide-mv .slides .slide-desc {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 0px 6%;
  justify-content: space-between;
  width: 89%;
  flex-wrap: wrap;
  gap: 65px;
}
#d4-d7 .mv__area .slide-mv .slides .slide-desc .slide-desc-title {
  font-size: 54px;
  font-weight: bold;
  color: #fff;
}
#d4-d7 .mv__area .slide-mv .slides .slide-desc .slide-desc-title span {
  background: #ffffff;
  color: #000000;
  padding: 0 9px 0px 28px;
  letter-spacing: 0.8vh;
  font-size: 50px;
}
#d4-d7 .mv__area .slide-mv .slides .slide-desc .slide-desc-img img {
  max-width: 406px;
  height: auto;
}
#d4-d7 .mv__area .main-navigation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  margin-top: -200px;
  margin-bottom: 100px;
  border-radius: 8px;
  box-shadow: 1px 1px 9px 3px rgba(0, 0, 0, 0.16);
}
#d4-d7 .mv__area .main-navigation .main-navigation-grp {
  padding: 37px 27px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#d4-d7 .mv__area .main-navigation .main-navigation-grp ul {
  display: flex;
  flex-wrap: wrap;
  gap: 47px;
}
#d4-d7 .mv__area .main-navigation .main-navigation-grp ul li a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
#d4-d7 .mv__area .main-navigation .main-navigation-grp ul li::before {
  content: "";
  background-image: url(d4-d7_down-arrow_d4-d7_20250314.svg);
  width: 12px;
  height: 10px;
  display: inline-block;
  padding-left: 7px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  #d4-d7 .mv__area .main-navigation {
    max-width: 95%;
    margin-top: -15%;
  }
  #d4-d7 .mv__area .main-navigation .main-navigation-grp {
    gap: 5px;
  }
  #d4-d7 .mv__area .main-navigation .main-navigation-grp ul {
    gap: 5px 47px;
  }
}
@media screen and (max-width: 768px) {
  #d4-d7 .mv__area {
    top: 0;
  }
  #d4-d7 .mv__area .main-navigation {
    display: none;
  }
}
#d4-d7 .organo-filter {
  padding: 66px 0 83px;
}
#d4-d7 .organo-filter .of-subtitle {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px;
}
#d4-d7 .organo-filter .of-title {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 74px;
}
#d4-d7 .organo-filter .of-details .of-details-grp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 85px;
  margin-bottom: 35px;
  align-items: flex-end;
}
#d4-d7 .organo-filter .of-details .of-details-grp li {
  display: flex;
  align-items: flex-end;
  position: relative;
  gap: 15px;
}
#d4-d7 .organo-filter .of-details .of-details-grp li .of-details-img img {
  width: 223px;
}
#d4-d7 .organo-filter .of-details .of-details-grp li:nth-child(2n) .of-details-img img {
  width: 140px;
}
#d4-d7 .organo-filter .of-details .of-details-grp li .of-details {
  position: relative;
  bottom: 45px;
}
#d4-d7 .organo-filter .of-details .of-details-grp-btn .of-details-subtitle {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
}
#d4-d7 .organo-filter .of-details .of-details-grp-btn .of-details-grp-btm {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
}
#d4-d7 .organo-filter .of-details .of-details-grp-btn .of-details-grp-btm .of-details-items {
  font-size: 22px;
  line-height: 1.8;
  margin-top: 18px;
  margin-bottom: 40px;
}
#d4-d7 .organo-filter .of-details .of-details-grp-btn .of-details-grp-btm .of-details-items li::before {
  content: "・";
  display: inline-block;
}
#d4-d7 .organo-filter .of-details .of-details-grp-btn .of-details-grp-btm .of-details-caption {
  font-size: 22px;
}
#d4-d7 .organo-filter .of-details .of-details-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
}
#d4-d7 .organo-filter .of-details .of-details-desc {
  font-size: 17px;
  font-weight: 500;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  #d4-d7 .organo-filter {
    padding: 0 0 65px;
    margin-top: -15%;
    position: relative;
    z-index: 1;
  }
  #d4-d7 .organo-filter .of-subtitle {
    margin: 0 0 15px;
  }
  #d4-d7 .organo-filter .of-title {
    width: 90%;
    margin: 0 auto 25px;
  }
  #d4-d7 .organo-filter .of-title img {
    display: block;
    width: 100%;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp {
    gap: 2%;
    margin-bottom: 50px;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp li {
    width: 46%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp li .of-details {
    bottom: 0;
    text-align: center;
    margin-top: 10px;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp li .of-details-img img {
    width: 100%;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp li:nth-child(2n) .of-details-img img {
    width: 65%;
    margin: 0 auto;
    display: block;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp-btn .of-details-subtitle span {
    display: inline-block;
    margin: 18px 0 0;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp-btn .of-details-grp-btm .of-details-items {
    max-width: 95%;
    width: 100%;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp-btn .of-details-grp-btm .of-details-caption {
    max-width: 95%;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  #d4-d7 .organo-filter .of-subtitle {
    font-size: 16px;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp li .of-details .of-details-title {
    font-size: 15px;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp li .of-details .of-modal-img {
    display: block;
    width: 78px;
    margin: 0 auto;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp li .of-details .of-modal-img img {
    display: block;
    width: 100%;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp li .of-details .of-details-desc {
    font-size: 12px;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp-btn .of-details-subtitle {
    font-size: 15px;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp-btn .of-details-grp-btm .of-details-items {
    font-size: 15px;
  }
  #d4-d7 .organo-filter .of-details .of-details-grp-btn .of-details-grp-btm .of-details-caption {
    font-size: 15px;
    text-align: center;
  }
}
#d4-d7 .shop-details .shoplist-items {
  padding: 47px 0 0;
  background: #E5E8EB;
}
#d4-d7 .shop-details .shoplist-items .shoplist-items-grp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12%;
  margin-bottom: 60px;
  align-items: flex-end;
}
#d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item {
  display: flex;
  align-items: flex-end;
  position: relative;
  gap: 15px;
}
#d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item:first-child {
  gap: 0;
  width: 44%;
}
#d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item:last-child {
  width: 39%;
}
#d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item .shoplist-item-img img {
  max-width: 223px;
  width: 100%;
}
#d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item:nth-child(2n) .shoplist-item-img img {
  max-width: 176px;
  width: 100%;
}
#d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item .shoplist-item-details {
  max-width: 257px;
  width: 100%;
  text-align: center;
  padding: 0 0 25px;
}
#d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item .shoplist-item-details .shoplist-item-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #03639A;
}
#d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item .shoplist-item-details .shoplist-item-cap {
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 20px;
  color: #03639A;
}
#d4-d7 .shop-details .shoplist-items .question-section {
  background: #5A6971;
  color: #ffffff;
  padding: 35px 20px 50px;
}
#d4-d7 .shop-details .shoplist-items .question-section .question-title {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#d4-d7 .shop-details .shoplist-items .question-section .question-details {
  display: flex;
  justify-content: center;
  gap: 32px;
}
#d4-d7 .shop-details .shoplist-items .question-section .question-details .question-btn {
  width: 317px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4DD42;
  border-radius: 70px;
  color: #0B70A7;
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}
#d4-d7 .shop-details .shoplist-items .question-section .question-details .question-btn a {
  color: #0B70A7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#d4-d7 .shop-details .shoplist-items .question-section .question-details .question-btn:hover {
  opacity: 0.6;
}
#d4-d7 .shop-details .shoplist-items .question-section .question-details ul li {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}
#d4-d7 .shop-details .shoplist-items .question-section .question-details ul li a {
  color: #ffffff;
  text-decoration: underline;
}
#d4-d7 .shop-details .shoplist-items .question-section .question-details ul li::before {
  content: "";
  background-image: url(d4-d7_left-arrow-white_d4-d7_20250314.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #d4-d7 .shop-details .shoplist-items {
    padding: 50px 0 0;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp {
    flex-direction: column;
    gap: 0;
    margin-bottom: 50px;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item {
    justify-content: center;
    align-items: center;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item:first-child {
    width: 100%;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item:last-child, #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item.shoplist-item_spstyle {
    width: 100%;
    margin: 70px 0 0;
    gap: 0;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item:last-child .shoplist-item-img img, #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item.shoplist-item_spstyle .shoplist-item-img img {
    max-width: 200px;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item .shoplist-item-details {
    padding: 30px 0 0;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .cbtn {
    max-width: 70%;
    margin: 20px auto 0;
    padding: 15px 0;
    height: auto;
    line-height: 30px;
    text-align: center;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .cbtn.cbtn-amazon {
    padding: 0;
  }
  #d4-d7 .shop-details .shoplist-items .question-section .question-title {
    text-align: left;
  }
  #d4-d7 .shop-details .shoplist-items .question-section .question-details {
    flex-direction: column;
  }
  #d4-d7 .shop-details .shoplist-items .question-section .question-details .question-btn {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item:last-child, #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item.shoplist-item_spstyle {
    gap: 25px;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item:last-child .shoplist-item-img img, #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item.shoplist-item_spstyle .shoplist-item-img img {
    max-width: 95px;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item .shoplist-item-img img {
    max-width: 150px;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item .shoplist-item-details {
    max-width: 140px;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item .shoplist-item-details .shoplist-item-title {
    font-size: 15px;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item .shoplist-item-details .shoplist-item-modal {
    width: 62px;
    display: block;
    margin: 0 auto;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item .shoplist-item-details .shoplist-item-modal img {
    display: block;
    width: 100%;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .shoplist-item .shoplist-item-details .shoplist-item-cap {
    font-size: 12px;
  }
  #d4-d7 .shop-details .shoplist-items .shoplist-items-grp .cbtn {
    max-width: 79%;
    font-size: 18px;
    padding: 14px 0;
  }
  #d4-d7 .shop-details .shoplist-items .question-section .question-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #d4-d7 .shop-details .shoplist-items .question-section .question-details {
    flex-direction: column;
  }
  #d4-d7 .shop-details .shoplist-items .question-section .question-details .question-btn {
    max-width: 90%;
    height: 60px;
    font-size: 20px;
  }
  #d4-d7 .shop-details .shoplist-items .question-section .question-details ul li {
    font-size: 16px;
    text-indent: -28px;
    padding-left: 28px;
    line-height: 1.5;
  }
  #d4-d7 .shop-details .shoplist-items .question-section .question-details ul li::before {
    margin-right: 10px;
    margin-bottom: -6px;
  }
  #d4-d7 .shop-details .shoplist-items .question-section .question-details ul li:last-child {
    margin: 10px 0 0;
  }
}
#d4-d7 .d4-d7_notice {
  padding: 160px 0px 100px;
}
#d4-d7 .d4-d7_notice hr {
  margin: 40px 0px;
  border: 1px solid #028BD6;
}
#d4-d7 .d4-d7_notice .notice-top {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-direction: column;
  font-size: 21px;
}
#d4-d7 .d4-d7_notice .notice-top .notice-title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}
#d4-d7 .d4-d7_notice .notice-top .notice-title:after {
  content: "";
  background-image: url(d4-d7_notice_d4-d7_20250314.svg);
  background-repeat: no-repeat;
  width: 352px;
  height: 72px;
  display: block;
  margin: 0 auto;
  top: -75px;
  position: absolute;
}
#d4-d7 .d4-d7_notice .notice-top .notice-desc {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-top: 20px;
}
#d4-d7 .d4-d7_notice .notice-top .notice-desc span {
  text-decoration: underline;
}
#d4-d7 .d4-d7_notice .notice-top .notice-desc sup {
  font-size: 14px;
}
#d4-d7 .d4-d7_notice .notice-top .notice-caption {
  font-size: 15px;
  text-align: left;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-left .notice-item-img {
  margin-top: 40px;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-left .notice-item-img img {
  width: 450px;
  height: auto;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc {
  max-width: 800px;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc .notice-item-img-desc {
  position: relative;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc .notice-item-img-desc .notice-item-detail-sec {
  position: absolute;
  top: 70px;
  left: 0;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc .notice-item-img-desc .notice-item-detail-sec .notice-item-title {
  font-size: 33px;
  font-weight: 500;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc .notice-item-img-desc .notice-item-img img {
  max-width: 800px;
  width: 100%;
  height: auto;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice01-item-desc {
  max-width: 900px;
  width: 100%;
  padding: 50px 0 0;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice01-item-desc .notice-item-img-desc .notice-item-title {
  margin: 0 0 5px;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice01-item-desc .notice-item-img-desc .notice-item-img p {
  font-size: 15px;
  padding-left: 120px;
  margin-top: 14px;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice02-item-desc {
  padding: 115px 0 0;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice03-item-desc {
  padding: 10px 0 0;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice03-item-desc .notice-item-title {
  font-size: 30px;
  font-weight: 700;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice03-item-desc .notice-item-subtitle {
  font-weight: 700;
  margin: 0 0 15px;
}
#d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice04-item-desc .notice-item-title, #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice05-item-desc .notice-item-title, #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice06-item-desc .notice-item-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference {
  background-color: #F7F7F7;
  padding: 50px 80px 15px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 60px;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-difference-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-details {
  display: flex;
  gap: 115px;
  margin-bottom: 20px;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-details .taste-difference-list .taste-difference-item {
  display: flex;
  justify-content: flex-start;
  line-height: 1.8;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-details .taste-difference-list .taste-difference-item span {
  font-size: 16px;
  font-weight: bold;
  width: 68px;
  display: inline flex;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-details .taste-difference-list .taste-difference-item p {
  text-indent: -16px;
  padding-left: 16px;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-details .taste-difference-list.taste-difference-list_wdthspan span {
  width: 82px;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-difference-img .taste-difference-img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-difference-img .taste-difference-img-list li {
  width: 48.5%;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-difference-img .taste-difference-img-list li img {
  width: 100%;
  height: auto;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-details-bottom {
  flex-direction: column;
  gap: 0px;
  margin-top: 20px;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-details-bottom .taste-details-bottom-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
}
#d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-details-bottom .taste-difference-list .taste-difference-item span {
  width: 190px;
}
@media screen and (max-width: 768px) {
  #d4-d7 .d4-d7_notice {
    padding: 140px 0 100px;
  }
  #d4-d7 .d4-d7_notice .notice-top {
    margin-bottom: 20px;
  }
  #d4-d7 .d4-d7_notice .notice-top .notice-desc {
    max-width: 95%;
    width: 100%;
    margin: 20px auto 0;
  }
  #d4-d7 .d4-d7_notice .notice-top .notice-caption {
    max-width: 95%;
    width: 100%;
    margin: 10px auto 0;
  }
  #d4-d7 .d4-d7_notice .notice-details {
    padding: 0 15px;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice02-item-desc {
    padding: 15px 0 0;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice02-item-desc .notice-item-img img {
    width: 100%;
    margin: 20px 0 0;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice01-item-desc {
    padding: 10px 0 0;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc .notice-item-img-desc {
    margin: 25px 0 0;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc .notice-item-img-desc .notice-item-detail-sec {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-difference {
    padding: 20px 15px 15px;
    margin-top: 40px;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-difference-title {
    margin-bottom: 20px;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-difference-img .taste-difference-img-list {
    flex-direction: column;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-difference-img .taste-difference-img-list li {
    width: 100%;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-details {
    flex-direction: column;
    gap: 0;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-details-bottom .taste-difference-item {
    flex-direction: column;
    margin: 0 0 10px;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-details-bottom .taste-difference-item:last-child {
    margin-bottom: 0;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 430px) {
  #d4-d7 .d4-d7_notice {
    padding: 100px 0 65px;
  }
  #d4-d7 .d4-d7_notice .notice-top .notice-title {
    font-size: 30px;
  }
  #d4-d7 .d4-d7_notice .notice-top .notice-title::after {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 252px;
    height: 53px;
    top: -55px;
  }
  #d4-d7 .d4-d7_notice .notice-top .notice-desc {
    font-size: 17px;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc {
    font-size: 15px;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc p span {
    font-size: 13px;
    display: block;
    margin-top: 6px;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice02-item-desc {
    padding: 15px 0 0;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice02-item-desc .notice-item-img img {
    width: 100%;
    margin: 20px 0 0;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice01-item-desc .notice-item-img-desc .notice-item-img p {
    font-size: 11px;
    padding-left: 0;
    text-align: center;
    margin-top: 14px;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice03-item-desc .notice-item-title {
    font-size: 23px;
    margin: 0 0 5px;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice04-item-desc .notice-item-title, #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice05-item-desc .notice-item-title, #d4-d7 .d4-d7_notice .notice-details .notice-item-desc.notice06-item-desc .notice-item-title {
    font-size: 23px;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item-desc .notice-item-img-desc .notice-item-detail-sec .notice-item-title {
    font-size: 23px;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-difference {
    margin-bottom: 40px;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-difference-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-difference-img .taste-difference-img-list {
    gap: 15px;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-difference-img .taste-difference-img-list li {
    width: 100%;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-difference .taste-details .taste-difference-list .taste-difference-item span {
    font-size: 14px;
    min-width: 80px;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-details-bottom .taste-difference-item {
    flex-direction: column;
    margin: 0 0 10px;
  }
  #d4-d7 .d4-d7_notice .notice-details .taste-details-bottom .taste-difference-item:last-child {
    margin-bottom: 0;
  }
  #d4-d7 .d4-d7_notice .notice-details .notice-item {
    flex-direction: column;
    gap: 10px;
  }
}
#d4-d7 .filter-tokusuu {
  background-image: linear-gradient(90deg, rgba(231, 238, 245, 0.7019607843) max(0.6875px, 0.0625vw), rgba(0, 0, 0, 0) max(0.6875px, 0.0625vw)), linear-gradient(180deg, rgba(231, 238, 245, 0.7019607843) max(0.6875px, 0.0625vw), rgba(0, 0, 0, 0) max(0.6875px, 0.0625vw));
  background-size: max(13.75px, 1.25vw) max(13.75px, 1.25vw);
  padding: 120px 20px 220px;
}
#d4-d7 .filter-tokusuu .filter-tokusyu-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
}
#d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
#d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item:nth-child(2n) {
  flex-direction: row-reverse;
}
#d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item .filter-tokusyu-item-thumb img {
  width: 515px;
  height: auto;
}
#d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item-title {
  font-size: 32px;
  font-weight: 500;
  border-bottom: 3px solid #E7E5E6;
  margin: 0 0 25px;
}
#d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item-title p {
  display: inline-block;
  position: relative;
}
#d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item-title p::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #028BD6;
  position: absolute;
  bottom: -3px;
  left: 0;
}
#d4-d7 .filter-tokusuu .filter-tokusyu-details ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 20px;
  margin: 0 0 8px;
}
#d4-d7 .filter-tokusuu .filter-tokusyu-details ul li::after {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #d4-d7 .filter-tokusuu {
    padding: 42px 15px 42vw;
  }
  #d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item {
    flex-direction: column;
  }
  #d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item:first-child {
    margin-top: 10px;
  }
  #d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item:nth-child(2n) {
    flex-direction: column;
  }
  #d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item .filter-tokusyu-item-thumb {
    order: 2;
  }
  #d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item .filter-tokusyu-item-thumb img {
    width: 100%;
  }
  #d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item .filter-tokusyu-item-desc {
    order: 1;
  }
}
@media screen and (max-width: 430px) {
  #d4-d7 .filter-tokusuu .filter-tokusyu-title {
    font-size: 30px;
  }
  #d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item-title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  #d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item {
    gap: 15px;
    margin-top: 35px;
  }
  #d4-d7 .filter-tokusuu .filter-tokusyu-details .filter-tokusyu-item:first-child {
    margin-top: 10px;
  }
  #d4-d7 .filter-tokusuu .filter-tokusyu-details ul li {
    font-size: 15px;
  }
}
#d4-d7 .fulfil-purose {
  background: linear-gradient(180deg, #ededed 0%, #EDEEEF 100%);
  padding: 50px 20px 100px;
  position: relative;
}
#d4-d7 .fulfil-purose::before {
  content: "";
  display: block;
  width: 100%;
  height: 356px;
  background-image: url(d4-d7_fulfil-purose_bg_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -250px;
  left: 0;
}
@media screen and (min-width: 1441px) {
  #d4-d7 .fulfil-purose::before {
    background-position: top;
  }
}
#d4-d7 .fulfil-purose .fulfil-purose-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 70px;
  position: relative;
  z-index: 1;
}
#d4-d7 .fulfil-purose .fulfil-purose-wrap {
  position: relative;
  z-index: 1;
}
#d4-d7 .fulfil-purose .fulfil-purose-main-img img {
  max-width: 1082px;
  width: 100%;
  height: auto;
}
#d4-d7 .fulfil-purose .fulfil-purose-details {
  margin-top: 70px;
}
#d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item {
  display: flex;
  gap: 20px 2%;
  flex-wrap: wrap;
}
#d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart {
  width: 44%;
  background: #FFFFFF;
  padding: 3% 2%;
  border-radius: 10px;
}
#d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart .subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
#d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #008CD4;
}
#d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart .desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  text-align: left;
}
#d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart .details {
  display: flex;
}
#d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart .details img {
  width: 100%;
  height: 340px;
}
@media screen and (max-width: 768px) {
  #d4-d7 .fulfil-purose::before {
    background-size: cover;
    top: -42vw;
    height: 50vw;
  }
  #d4-d7 .fulfil-purose .fulfil-purose-details {
    margin-top: 30px;
  }
  #d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item {
    flex-direction: column;
    align-items: center;
  }
  #d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart {
    width: 95%;
    padding: 5% 2%;
  }
  #d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart .details {
    align-items: flex-end;
  }
  #d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart .details img {
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  #d4-d7 .fulfil-purose {
    padding: 20px 15px 65px;
  }
  #d4-d7 .fulfil-purose .fulfil-purose-title {
    font-size: 30px;
    margin: 0 0 20px;
  }
  #d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart {
    width: 94%;
    padding: 5% 3%;
  }
  #d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart .subtitle {
    font-size: 15px;
  }
  #d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart .title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  #d4-d7 .fulfil-purose .fulfil-purose-details .fulfil-purose-item .fulfil-cart .desc {
    font-size: 14px;
    line-height: 1.6;
  }
}
#d4-d7 .d4-d7_simulation {
  display: flex;
  justify-content: center;
  padding: 100px 0;
  background-image: linear-gradient(90deg, rgba(231, 238, 245, 0.7019607843) max(0.6875px, 0.0625vw), rgba(0, 0, 0, 0) max(0.6875px, 0.0625vw)), linear-gradient(180deg, rgba(231, 238, 245, 0.7019607843) max(0.6875px, 0.0625vw), rgba(0, 0, 0, 0) max(0.6875px, 0.0625vw));
  background-size: max(13.75px, 1.25vw) max(13.75px, 1.25vw);
}
#d4-d7 .d4-d7_simulation .simulation_grp {
  text-align: center;
  max-width: 734px;
  width: 100%;
  margin: 0 auto;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
  padding-bottom: 70px;
  position: relative;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items:after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 50%;
  background-image: url(d4-d7_triangle_middle_202501.svg);
  background-repeat: no-repeat;
  transform: translateX(-50%);
  height: 25px;
  width: 56px;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  /* General Select Styling */
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps .step01,
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps .step02 {
  background-color: #018BD4;
  color: #fff;
  border-radius: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 100px;
  height: 25px;
  padding: 2px 0 3px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps .siulation_step_select {
  display: flex;
  align-items: center;
  position: relative;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps .siulation_step_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 405px;
  padding: 13px 30px;
  border-radius: 8px;
  font-size: 17px;
  letter-spacing: 0.08em;
  cursor: pointer;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps .siulation_step_select::after {
  content: ""; /* Add a custom arrow */
  background-image: url(d4-d7_Polygon_202501.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  right: 30px;
  pointer-events: none;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  border: 3px solid #D5D5D5;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.08em;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_title span {
  font-size: 20px;
  border: 1px solid #2B2B2B;
  border-radius: 23px;
  padding: 8px 20px;
  margin: 5px;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail {
  max-width: 444px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  display: flex;
  gap: 0;
  align-items: center;
  letter-spacing: 0.08em;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail:nth-child(4) {
  max-width: 100%;
  margin: 15px 0 0;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail:nth-child(4) .equipment {
  font-weight: 700;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_title {
  width: 210px;
  line-height: 1.5;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents {
  text-align: left;
  width: 100%;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents .usage_method_grp {
  text-align: center;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents .factors {
  display: flex;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #2B2B2B;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents .factors strong {
  font-weight: 600;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents .factors .factors_btn {
  font-size: 30px;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents .factors .remove {
  display: none !important;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents.simulation_cartridge {
  font-size: 30px;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents .equipment ul {
  line-height: 1.5;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents .equipment ul li {
  line-height: 1;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents .equipment ul li::before {
  content: "⚫︎";
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
}
#d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail:first-child {
  border-top: none;
}
@media screen and (max-width: 768px) {
  #d4-d7 .d4-d7_simulation {
    padding: 42px 15px 65px;
  }
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps .siulation_step_select {
    width: 100%;
  }
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps .siulation_step_select select {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_title {
    font-size: 30px;
  }
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps .siulation_step_select select {
    padding: 10px 15px;
  }
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps .siulation_step_select::after {
    right: 15px;
  }
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps .step01, #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_select_items .siulation_steps .step02 {
    font-size: 13px;
    height: 22px;
  }
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result {
    padding: 15px;
    border-radius: 13px;
  }
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail {
    font-size: 15px;
  }
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents .factors .factors_btn {
    font-size: 22px;
  }
  #d4-d7 .d4-d7_simulation .simulation_grp .simulation_select_box .simulation_result .simulation_result_detail .simulation_result_detail_contents.simulation_cartridge {
    font-size: 22px;
  }
}

.cost-perfermance {
  padding: 120px 20px 300px;
  position: relative;
  z-index: 1;
}
.cost-perfermance .cost-perfermance__wrap .cost-perfermance__title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}
.cost-perfermance .cost-perfermance__wrap .cost-perfermance__subtitle {
  max-width: 1100px;
  width: 100%;
  margin: 50px auto 0;
  font-size: 33px;
  font-weight: 500;
  line-height: 1;
  -moz-text-align-last: center;
       text-align-last: center;
}
.cost-perfermance .cost-perfermance__wrap .cost-perfermance__subtitle span {
  font-size: 18px;
  font-weight: 400;
}
.cost-perfermance .cost-perfermance__wrap .cost-perfermance__subtitle::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.cost-perfermance .cost-perfermance__wrap .cost-perfermance__subtitle.cost-perfermance__coffee::before {
  width: 42.5px;
  height: 52px;
  margin: 0 10px -5px 0;
  background-image: url(d4-d7_cost-perfermance_coffee.svg);
}
.cost-perfermance .cost-perfermance__wrap .cost-perfermance__subtitle.cost-perfermance__recycle::before {
  width: 37.5px;
  height: 37.5px;
  margin: 0 15px -5px 0;
  background-image: url(d4-d7_cost-perfermance_recycle.svg);
}
.cost-perfermance .cost-perfermance__wrap .cost-perfermanc__content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.cost-perfermance .cost-perfermance__wrap .cost-perfermanc__content__img {
  margin: 30px 0 0;
}
.cost-perfermance .cost-perfermance__wrap .cost-perfermanc__content__img img {
  display: block;
  width: 100%;
}
.cost-perfermance .cost-perfermance__wrap .cost-perfermanc__content__img.cost-perfermance__content__recycle p {
  max-width: 55.5%;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
.cost-perfermance .cost-perfermance__wrap .cost-perfermanc__content__img.cost-perfermance__content__recycle p:nth-child(2) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .cost-perfermance {
    padding: 50px 20px 150px;
  }
  .cost-perfermance .cost-perfermance__wrap .cost-perfermance__subtitle.cost-perfermance__recycle {
    margin: 60px 0 0;
  }
  .cost-perfermance .cost-perfermance__wrap .cost-perfermanc__content__img {
    margin: 25px 0 0;
  }
  .cost-perfermance .cost-perfermance__wrap .cost-perfermanc__content__img.cost-perfermance__content__recycle p {
    max-width: 100%;
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 430px) {
  .cost-perfermance {
    padding: 40px 15px 150px;
  }
  .cost-perfermance .cost-perfermance__wrap .cost-perfermance__title {
    font-size: 30px;
  }
  .cost-perfermance .cost-perfermance__wrap .cost-perfermance__subtitle {
    font-size: 22px;
    margin: 30px auto 0;
  }
  .cost-perfermance .cost-perfermance__wrap .cost-perfermance__subtitle.cost-perfermance__recycle {
    margin: 60px 0 0;
  }
  .cost-perfermance .cost-perfermance__wrap .cost-perfermance__subtitle.cost-perfermance__recycle::before {
    width: 26.5px;
    height: 26.5px;
    margin: 0 6px -5px 0;
  }
  .cost-perfermance .cost-perfermance__wrap .cost-perfermance__subtitle.cost-perfermance__subtitle.cost-perfermance__coffee::before {
    width: 27.5px;
    height: 37px;
    margin: 0 3px -4px 0;
  }
  .cost-perfermance .cost-perfermance__wrap .cost-perfermance__subtitle span {
    font-size: 15px;
  }
  .cost-perfermance .cost-perfermance__wrap .cost-perfermanc__content__img.cost-perfermance__content__recycle p {
    font-size: 11px;
    text-indent: -16px;
    padding-left: 16px;
  }
}

/****************************************

お客さまの声

****************************************/
.d4-d7_customer-voice {
  padding: 120px 0 100px;
  background-color: #EDEEEF;
}
.d4-d7_customer-voice .voice-slider_title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 70px;
}
.d4-d7_customer-voice .voice-slider .slider {
  max-width: 350px;
  width: 100%;
  background-color: #fff;
  margin: 0 13px;
  overflow: hidden;
  border-radius: 10px 10px;
  opacity: 0.6;
  transition: 0.2;
}
.d4-d7_customer-voice .voice-slider .slider.slick-active {
  opacity: 1;
}
.d4-d7_customer-voice .voice-slider .slider img {
  display: block;
  width: 100%;
}
.d4-d7_customer-voice .voice-slider .slider .details {
  padding: 20px;
}
.d4-d7_customer-voice .voice-slider .slider .details .cart-title {
  font-size: 17px;
  font-weight: 700;
}
.d4-d7_customer-voice .voice-slider .slider .details ul li {
  font-size: 22px;
  font-weight: 700;
}
.d4-d7_customer-voice .voice-slider .slider .details ul li:nth-child(3) {
  font-size: 18px;
}
.d4-d7_customer-voice .voice-slider .slider .details ul li span {
  color: #008AD3;
  font-size: 15px;
  font-weight: 500;
}
.d4-d7_customer-voice .voice-slider .slider .details p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.5;
}
.d4-d7_customer-voice .voice-slider .slick-arrow {
  width: 45px;
  height: 46.5px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.d4-d7_customer-voice .voice-slider .slick-arrow::before {
  display: none;
}
.d4-d7_customer-voice .voice-slider .slick-prev {
  left: calc(50% - 550px - 25px);
  background-image: url(d4-d7_slider_ico_prev.png);
}
.d4-d7_customer-voice .voice-slider .slick-next {
  right: calc(50% - 550px - 25px);
  background-image: url(d4-d7_slider_ico_next.png);
}
@media screen and (max-width: 1200px) {
  .d4-d7_customer-voice .voice-slider .slick-prev {
    left: 20px;
  }
  .d4-d7_customer-voice .voice-slider .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 430px) {
  .d4-d7_customer-voice {
    padding: 40px 0 65px;
  }
  .d4-d7_customer-voice .voice-slider_title {
    font-size: 30px;
    margin: 0 0 30px;
  }
  .d4-d7_customer-voice .voice-slider .slider {
    max-width: 310px;
    margin: 0 7.5px;
  }
  .d4-d7_customer-voice .voice-slider .slider .details .cart-title {
    font-size: 15px;
  }
  .d4-d7_customer-voice .voice-slider .slider .details ul li {
    font-size: 18px;
  }
  .d4-d7_customer-voice .voice-slider .slider .details ul li span {
    font-size: 13px;
  }
  .d4-d7_customer-voice .voice-slider .slider .details p {
    font-size: 13px;
  }
  .d4-d7_customer-voice .voice-slider .slick-arrow {
    width: 37px;
    height: 37px;
  }
  .d4-d7_customer-voice .voice-slider .slick-prev {
    left: 10px;
  }
  .d4-d7_customer-voice .voice-slider .slick-next {
    right: 10px;
  }
}

/****************************************

導入までの流れ

****************************************/
.buy-process {
  position: relative;
  padding: 0 20px;
  background-image: linear-gradient(#edeeef 50%, #fff 100%);
}
.buy-process::before {
  content: "";
  display: block;
  width: 100%;
  height: 356px;
  background-image: url(d4-d7_buy-process_bg_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: -280px;
  left: 0;
}
@media screen and (min-width: 1441px) {
  .buy-process::before {
    background-position: top;
  }
}
.buy-process .buy-process__wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.buy-process .buy-process__wrap .buy-process__title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 60px;
}
.buy-process .buy-process__wrap .buy-process__content__list {
  position: relative;
  padding: 20px 20px 20px 50px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 38px;
  margin: 0 auto 20px;
}
.buy-process .buy-process__wrap .buy-process__content__list::after {
  content: "";
  display: block;
  width: 78px;
  height: 31px;
  background-image: url(d4-d7_triangle_lightblue_202501.svg);
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.buy-process .buy-process__wrap .buy-process__content__list:last-child {
  margin-bottom: 0;
}
.buy-process .buy-process__wrap .buy-process__content__list:last-child::after {
  display: none;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item {
  max-width: 705px;
  width: 100%;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item .buy-process__content__item__no {
  color: #028BD6;
  font-size: 43px;
  font-weight: 500;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item .buy-process__content__item__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 5px;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item a {
  display: inline-block;
  padding: 5px 0 0;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 5px -3px 0px;
  background-image: url(d4-d7_ico_circle_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item p {
  font-size: 18px;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item p span {
  font-size: 14px;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item .cbtn-amazon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-top: 10px;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item .cbtn-amazon::before {
  display: none;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item .cbtn-amazon img {
  display: block;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item .buy-process__content__linkflex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item .cbtn-amazon {
    max-width: 70%;
    margin: 10px auto 5px;
  }
  .buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item .cbtn-amazon img {
    padding-top: 0;
  }
}
@media screen and (max-width: 430px) {
  .buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item .cbtn-amazon {
    max-width: 90%;
    padding: 0;
  }
  .buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item .cbtn-amazon img {
    padding-top: 0;
  }
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item__img {
  max-width: 283px;
  width: 100%;
}
.buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item__img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .buy-process {
    padding: 0 15px;
  }
  .buy-process::before {
    background-image: url(d4-d7_buy-process_bg_sp.png);
    background-size: cover;
    height: 57vw;
    top: -36vw;
  }
  .buy-process .buy-process__wrap .buy-process__content__list {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
    border-radius: 10px;
  }
  .buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item__img {
    max-width: 50%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 430px) {
  .buy-process {
    padding: 0 15px;
  }
  .buy-process .buy-process__wrap .buy-process__title {
    font-size: 30px;
    margin: 0 auto 25px;
  }
  .buy-process .buy-process__wrap .buy-process__content__list {
    margin: 0 auto 15px;
  }
  .buy-process .buy-process__wrap .buy-process__content__list::after {
    width: 48px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    bottom: -21px;
  }
  .buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item .buy-process__content__item__no {
    font-size: 30px;
    display: inline-block;
    margin-right: 5px;
  }
  .buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item p {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item p span {
    font-size: 12px;
    line-height: 1.6;
    display: block;
    margin-top: 5px;
  }
  .buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item__title {
    font-size: 20px !important;
    margin: 0 0 0px !important;
    padding-top: 10px;
    display: inline-block;
    width: 270px;
  }
  .buy-process .buy-process__wrap .buy-process__content__list .buy-process__content__item__img {
    max-width: 50%;
    margin-right: 0;
    margin-left: auto;
  }
}

.company-info {
  padding: 0 0 100px;
}
.company-info .company-info__wrap {
  padding: 56px 20px 0;
}
.company-info .company-info__wrap .company-info__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.company-info .company-info__wrap .location-map {
  max-width: 882px;
  width: 100%;
  margin: 10px auto 0;
}
.company-info .company-info__wrap .location-map img {
  display: block;
  width: 100%;
}
.company-info .company-info__wrap .company-info__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 58px;
}
.company-info .company-info__wrap .company-info__content .company-info__content__left, .company-info .company-info__wrap .company-info__content .company-info__content__right {
  max-width: 520px;
  width: 100%;
}
.company-info .company-info__wrap .company-info__content .company-info__content__item {
  margin: 0 0 10px;
}
.company-info .company-info__wrap .company-info__content .company-info__content__item .company-info__content__item__title {
  padding: 5px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  background-color: #DBDBDB;
}
.company-info .company-info__wrap .company-info__content .company-info__content__item .company-info__content__item__content {
  font-size: 20px;
  padding: 10px 20px;
}
.company-info .company-info__wrap .company-info__content .company-info__content__item .company-info__content__item__content span {
  font-weight: 500;
}
.company-info .company-info__wrap .company-info__content .company-info__content__item .company-info__content__item__content p {
  position: relative;
  padding-left: 20px;
}
.company-info .company-info__wrap .company-info__content .company-info__content__item .company-info__content__item__content p::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.company-info .company-info__wrap .company-info__content .company-info__content__item .company-info__content__item__content p:nth-child(2) {
  margin-top: 10px;
}
.company-info .company-btm-info {
  max-width: 1100px;
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
.company-info .company-btm-info p {
  font-size: 16px;
}
.company-info .company-btm-info .company-btm-info__inner p {
  font-size: 18px;
}
.company-info .company-btm-info .company-btm-info__inner-title {
  font-size: 23px;
  font-weight: 700;
  margin: 30px 0 15px;
}
@media screen and (max-width: 1200px) {
  .company-info .company-btm-info {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .company-info {
    padding: 0 0 65px;
  }
  .company-info .company-info__wrap {
    padding: 30px 0 0;
  }
  .company-info .company-info__wrap .company-info__content {
    flex-direction: column;
    gap: 0;
  }
  .company-info .company-info__wrap .company-info__content .company-info__content__left, .company-info .company-info__wrap .company-info__content .company-info__content__right {
    max-width: 100%;
  }
  .company-info .company-info__wrap .company-info__content .company-info__content__item {
    margin: 0 0 25px;
  }
  .company-info .company-btm-info p {
    text-align: left;
  }
  .company-info .company-btm-info .company-btm-info__inner p {
    text-align: left;
  }
}
@media screen and (max-width: 430px) {
  .company-info .company-info__wrap .company-info__title {
    font-size: 21px;
  }
  .company-info .company-info__wrap .company-info__content .company-info__content__item .company-info__content__item__title {
    padding: 5px 14px;
    font-size: 18px;
  }
  .company-info .company-info__wrap .company-info__content .company-info__content__item .company-info__content__item__content {
    font-size: 16px;
    padding: 10px 13px;
  }
  .company-info .company-btm-info p {
    font-size: 13px;
    line-height: 1.6;
  }
  .company-info .company-btm-info .company-btm-info {
    max-width: 100%;
  }
  .company-info .company-btm-info .company-btm-info__inner p {
    text-align: left;
  }
  .company-info .company-btm-info .company-btm-info__inner-title {
    font-size: 18px;
    margin: 40px 0 10px;
  }
}

/****************************************

よくある質問

****************************************/
.faq-section {
  padding: 90px 0 100px;
  background-color: #F5F5F5;
}
.faq-section .faq-title {
  color: #018BD4;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 65px;
}
.faq-section .faq-items {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
}
.faq-section .faq-items > div {
  padding: 60px;
}
.faq-section .faq-items .faq-about {
  font-size: 22px;
  font-weight: 700;
  margin: 32px 0 0;
  padding: 0 0 17px 20px;
  border-bottom: 1px solid #D5D5D5;
}
.faq-section .faq-items .faq-about:first-child {
  margin-top: 0;
}
.faq-section .faq-items .faq-item {
  padding: 0 0 17px;
}
.faq-section .faq-items .faq-item .faq-item-title {
  margin-top: 17px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 65px;
  padding-right: 90px;
  position: relative;
  background-image: url(d4-d7_faqicon_plus_20250314.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 40px;
  transition: 0.2s;
}
.faq-section .faq-items .faq-item .faq-item-title.accordion__active {
  background-image: url(d4-d7_faqicon_minus_20250314.svg);
}
.faq-section .faq-items .faq-item .faq-item-title::after {
  content: "Q";
  display: block;
  color: #018BD4;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  position: absolute;
  top: 0;
  left: 20px;
}
.faq-section .faq-items .faq-item .faq-item-details {
  display: none;
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0 0;
  padding-left: 40px;
}
.faq-section .faq-items .faq-item .faq-item-details a {
  text-decoration: underline;
}
.faq-section .faq-items .faq-item .faq-item-details a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .faq-section {
    padding: 90px 20px 100px;
  }
}
@media screen and (max-width: 768px) {
  .faq-section {
    padding: 42px 15px 65px;
  }
  .faq-section .faq-title {
    margin: 0 0 25px;
  }
  .faq-section .faq-items > div {
    padding: 23px 15px 45px;
  }
}
@media screen and (max-width: 430px) {
  .faq-section {
    padding: 42px 15px 65px;
  }
  .faq-section .faq-title {
    margin: 0 0 25px;
    font-size: 30px;
  }
  .faq-section .faq-items .faq-item .faq-item-title {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    background-size: 12px;
    background-position: center right 10px;
  }
  .faq-section .faq-items .faq-item .faq-item-title::after {
    font-size: 20px;
    left: 10px;
  }
  .faq-section .faq-items .faq-item .faq-item-details {
    font-size: 15px;
    line-height: 1.5;
    margin: 8px 0 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .faq-section .faq-items .faq-about {
    font-size: 19px;
    padding: 0 0 8px 5px;
  }
  .faq-section .faq-items > div {
    padding: 23px 15px 45px;
  }
}

/****************************************

25.08新規追加

****************************************/
.btn_contact_yellow a {
  max-width: 420px;
  width: 100%;
  height: 64px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4DD42;
  border-radius: 70px;
  color: #0B70A7;
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}
@media screen and (max-width: 430px) {
  .btn_contact_yellow a {
    max-width: 100%;
    height: 60px;
    font-size: 18px;
    margin: 20px auto 0;
  }
}
.btn_contact_yellow.btn_simulate_yellow a {
  max-width: 380px;
  margin-top: 20px;
}

.btn_amazon_simulate a {
  max-width: 380px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.saler-section {
  padding: 32px 0;
  color: #fff;
  background-color: #028BD6;
}
.saler-section h3 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 auto;
}
.saler-section > p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .saler-section h3 {
    font-size: 20px;
  }
  .saler-section > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .saler-section {
    padding: 34px 15px 42px;
  }
  .saler-section h3 {
    font-size: 18px;
  }
  .saler-section > p {
    margin: 15px 0 0;
    text-align: left;
  }
}
.saler-section .saler-section-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
.saler-section .saler-section-flex p {
  position: relative;
  padding: 10px 20px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #03639A;
  font-size: 17px;
  font-weight: 500;
}
.saler-section .saler-section-flex p::after {
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #03639A;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.saler-section .saler-section-flex a {
  max-width: 317px;
  width: 100%;
  height: 64px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #03639A;
  background-color: #DFF2FC;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
}
.saler-section .saler-section-flex a:nth-child(2) {
  margin: 0 20px 0 30px;
}
.saler-section .saler-section-flex a span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .saler-section .saler-section-flex {
    flex-direction: column;
    gap: 15px;
  }
  .saler-section .saler-section-flex p::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #03639A;
  }
  .saler-section .saler-section-flex a:nth-child(2) {
    margin: 22px 0 0 0;
  }
}
@media screen and (max-width: 430px) {
  .saler-section .saler-section-flex a {
    max-width: 79%;
  }
  .saler-section .saler-section-flex a:nth-child(2) {
    margin: 12px 0 0 0;
  }
}

/****************************************

お問い合わせページ

****************************************/
.forms__organofilter {
  padding: 170px 0 100px;
  background-color: #EBEBEB;
}
@media screen and (max-width: 1100px) {
  .forms__organofilter {
    padding: 170px 15px 100px;
  }
}
@media screen and (max-width: 768px) {
  .forms__organofilter {
    padding: 33vw 3.5vw 20vw;
  }
}
.forms__organofilter h1 {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .forms__organofilter h1 {
    font-size: 5vw;
  }
}
.forms__organofilter .mktoForm {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  max-width: 1100px;
  width: 100% !important;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .forms__organofilter .mktoForm {
    margin: 9vw auto 0;
    padding: 0 !important;
  }
}
.forms__organofilter .mktoForm #LblNumberOfEmployees table {
  width: 100% !important;
}
.forms__organofilter .mktoForm .mktoFormRow {
  margin-bottom: 20px;
}
.forms__organofilter .mktoForm .mktoField:focus-visible {
  outline: 0 !important;
}
.forms__organofilter .mktoForm .mktoFieldDescriptor {
  width: 100%;
}
.forms__organofilter .mktoForm .mktoFieldWrap {
  width: 100%;
  float: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.forms__organofilter .mktoForm .mktoFieldWrap .notes__text {
  display: block;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .forms__organofilter .mktoForm .mktoFieldWrap {
    flex-direction: column;
    gap: 10px;
  }
}
.forms__organofilter .mktoForm .mktoError {
  right: inherit !important;
  bottom: -20px !important;
}
.forms__organofilter .mktoForm .mktoError .mktoErrorMsg {
  max-width: 20em !important;
}
.forms__organofilter .mktoForm .mktoButtonRow {
  display: block;
  max-width: 317px;
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .forms__organofilter .mktoForm .mktoButtonRow {
    max-width: 72vw;
    margin: 7vw auto 0;
  }
}
.forms__organofilter .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.forms__organofilter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
  width: 100%;
  height: 64px;
  border-radius: 32px;
  border: 2px solid #fff;
  background-image: none !important;
  background-color: #028BD6 !important;
  font-size: 22px !important;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .forms__organofilter .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    height: 17.2vw;
    font-size: 5.6vw !important;
    border-radius: 9vw;
  }
}
.forms__organofilter .mktoForm .mktoAsterix {
  display: none !important;
}
.forms__organofilter .mktoLabel {
  width: 165px !important;
  color: #03639A;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .forms__organofilter .mktoLabel {
    width: 100% !important;
    text-align: left;
    font-size: 3.8vw;
  }
}
.forms__organofilter .mktoGutter {
  width: 30px !important;
}
.forms__organofilter .mktoField {
  width: 100% !important;
  height: 50px;
  border: 0 !important;
}
.forms__organofilter .mktoField#FirstName, .forms__organofilter .mktoField#Email {
  max-width: 500px;
}
.forms__organofilter .mktoField#Phone, .forms__organofilter .mktoField#PostalCode {
  max-width: 250px;
}
.forms__organofilter .mktoField#Address, .forms__organofilter .mktoField#MktoCompanyNotes {
  max-width: 905px;
}
.forms__organofilter .mktoField#MktoCompanyNotes {
  height: 300px;
}
.forms__organofilter .mktoField#Company, .forms__organofilter .mktoField#NumberOfEmployees, .forms__organofilter .mktoField#LastName, .forms__organofilter .mktoField#State {
  /* Firefox 対策 */
  -moz-appearance: none;
  /* Chrome, Safari, Edge 対策 */
  -webkit-appearance: none;
  /* 標準 */
  appearance: none;
  max-width: 350px;
  font-size: 18px !important;
  color: #999999 !important;
  position: relative;
  padding-right: 2.5em;
  padding-left: 0.5em;
  background-image: url(d4-d7_202508_formselect_icon.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center right;
}
@media screen and (max-width: 768px) {
  .forms__organofilter .mktoField {
    height: 14vw !important;
  }
  .forms__organofilter .mktoField#FirstName, .forms__organofilter .mktoField#Email {
    max-width: 100%;
  }
  .forms__organofilter .mktoField#Phone, .forms__organofilter .mktoField#PostalCode {
    max-width: 60%;
    margin-left: 0;
    margin-right: auto;
  }
  .forms__organofilter .mktoField#Address, .forms__organofilter .mktoField#MktoCompanyNotes {
    max-width: 100%;
    height: 27vw !important;
  }
  .forms__organofilter .mktoField#MktoCompanyNotes {
    height: 48vw !important;
  }
  .forms__organofilter .mktoField#Company, .forms__organofilter .mktoField#NumberOfEmployees, .forms__organofilter .mktoField#LastName, .forms__organofilter .mktoField#State {
    max-width: 100%;
    font-size: 3.8vw !important;
    padding-right: 14vw;
    padding-left: 5vw;
    background-size: 14vw;
  }
}
.forms__organofilter .mktoRadioList {
  max-width: 905px;
  width: 100% !important;
  padding: 0 !important;
  float: inherit !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.forms__organofilter .mktoRadioList input {
  width: 25px !important;
}
.forms__organofilter .mktoRadioList label {
  font-size: 18px !important;
  margin: 0 50px 0 10px !important;
}
@media screen and (max-width: 768px) {
  .forms__organofilter .mktoRadioList {
    flex-direction: column;
    align-items: flex-start;
    gap: 3vw;
    position: relative;
  }
  .forms__organofilter .mktoRadioList input {
    position: absolute;
    top: 0;
    left: 2vw;
    width: 4.5vw !important;
    height: 4.5vw !important;
  }
  .forms__organofilter .mktoRadioList input#mktoRadio_455_0, .forms__organofilter .mktoRadioList input#mktoRadio_460_0 {
    top: 0.2vw;
  }
  .forms__organofilter .mktoRadioList input#mktoRadio_455_1, .forms__organofilter .mktoRadioList input#mktoRadio_460_1 {
    top: 8.2vw;
  }
  .forms__organofilter .mktoRadioList input#mktoRadio_455_2, .forms__organofilter .mktoRadioList input#mktoRadio_460_2 {
    top: 16.2vw;
  }
  .forms__organofilter .mktoRadioList input#mktoRadio_460_3 {
    top: 24vw;
  }
  .forms__organofilter .mktoRadioList label {
    font-size: 3.8vw !important;
    line-height: 5vw !important;
    margin: 0 !important;
    padding-left: 8vw;
  }
}
.forms__organofilter .forms__topback a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 317px;
  width: 100%;
  height: 60px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border-radius: 32px;
  border: 2px solid #fff;
  background-color: #333333;
  color: #fff;
  font-size: 22px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .forms__organofilter .forms__topback a {
    max-width: 72vw;
    height: 17.2vw;
    font-size: 5.6vw;
    border-radius: 9vw;
    margin: 7vw auto 0;
  }
}

footer .chatbot {
  position: absolute;
  right: 136px;
  width: 85px;
  height: 85px;
  z-index: 2;
}
footer .chatbot img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .chatbot {
    right: 5vw;
    width: 11vw;
    height: 11vw;
  }
}
@media screen and (max-width: 490px) {
  footer .chatbot {
    right: 4vw;
    width: 14vw;
    height: 14vw;
  }
}

/* ============================== add 250918 ============================== */
/* ------------------------------------------------------
 * Base （他の箇所に影響があったらすみません）
------------------------------------------------------ */
button, [type=button], [type=reset], [type=submit] {
  border: 0;
  background: none;
  font-weight: inherit;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* ------------------------------------------------------
 * .company-map
------------------------------------------------------ */
.company-map__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.company-map__items a {
  text-decoration: underline;
}
.company-map__items > li {
  width: calc(100% - 40px);
  border-radius: 10px;
  background: #F7F7F7;
  padding: 20px;
}
.company-map__items > li > :last-child {
  margin-bottom: 0;
}
.company-map__def {
  margin: 0;
}
.company-map__def > dt {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 5px;
}
.company-map__def > dd {
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .company-map__def > dt {
    font-size: 18px;
  }
  .company-map__def > dd {
    font-size: 14px;
  }
}

/* ------------------------------------------------------
 * Modal [micromodal]
------------------------------------------------------ */
.modal-overlay {
  background: rgba(90, 105, 113, 0.8);
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .modal-overlay {
    padding: 30px 15px;
  }
}
.modal-container {
  max-height: 90%;
  padding: 15px;
  position: relative;
  z-index: 200;
  transform: translateZ(0); /* Safari対策 */
}
@media screen and (max-width: 768px) {
  .modal-container {
    width: 100%;
  }
}
.modal-content {
  width: 600px;
  max-height: 100%;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.modal-content__inner {
  padding: 80px 40px 40px;
}
.modal-content__inner > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
  }
  .modal-content__inner {
    padding: 60px 15px 15px;
  }
}
.modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 201;
}
.modal-close::before, .modal-close::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #1D1D1D;
  position: absolute;
  top: 19px;
  left: 2px;
  z-index: 0;
  display: block;
}
.modal-close::before {
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
}
.modal-close__txt {
  color: transparent;
  font-size: 0;
  position: relative;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .modal-close {
    top: 23px;
    right: 23px;
  }
  .modal-close::before, .modal-close::after {
    width: 30px;
    left: 5px;
  }
}
.modal.micromodal-slide {
  display: none;
}
.modal.micromodal-slide .modal-container,
.modal.micromodal-slide .modal-overlay {
  will-change: transform;
}
.modal.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: key_fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal.micromodal-slide[aria-hidden=false] .modal-container {
  animation: key_slideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: key_fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal.micromodal-slide[aria-hidden=true] .modal-container {
  animation: key_slideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal.micromodal-slide.is-open {
  display: block;
}

/* ------------------------------------------------------
 * @keyframes
------------------------------------------------------ */
@keyframes key_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes key_fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes key_slideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes key_slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}