.page_fv {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .page_fv {
    padding: 80px 20px;
  }
}
.page_fv .page_fv_copy {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  color: #00998E;
}
@media screen and (max-width: 768px) {
  .page_fv .page_fv_copy {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
.page_fv .page_fv_copy::after {
  content: "";
  display: block;
  width: 1px;
  height: 64px;
  margin: 24px auto 24px;
  background: #C1C1C1;
}
@media screen and (max-width: 768px) {
  .page_fv .page_fv_copy::after {
    height: 44px;
  }
}
.page_fv h3 {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: #505F68;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .page_fv h3 {
    font-size: 16px;
  }
}
.page_fv .page_fv_txt {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page_fv .page_fv_txt {
    max-width: 300px;
    font-size: 15px;
    text-align: left;
  }
}
.page_fv.standard {
  padding: 100px 40px 120px;
}
@media screen and (max-width: 768px) {
  .page_fv.standard {
    padding: 80px 20px 50px;
  }
}

.collection_fv {
  padding: 0 40px 40px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .collection_fv {
    padding: 20px 20px 30px;
  }
}
.collection_fv .icon {
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .collection_fv .icon {
    width: 330px;
    font-size: 20px;
  }
}
.collection_fv .icon img {
  width: 100%;
}
.collection_fv .txt {
  line-height: 1.7;
  color: #00998E;
  margin-top: -30px;
  position: absolute;
  right: 35%;
  top: 70%;
  text-align: left;
  font-size: 13px;
  display: none;
}
@media screen and (max-width: 768px) {
  .collection_fv .txt {
    font-size: 14px;
  }
}
.collection_fv.cocoro {
  background: #f1eee9;
}
.collection_fv.karada {
  background: #f1eee9;
}

.collection {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .collection {
    padding: 40px 25px 50px;
  }
}

.collection_contents {
  padding: 100px 40px 50px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .collection_contents {
    padding: 10px 0 0;
  }
}

.product_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_box {
    align-items: center;
    display: block;
    padding: 40px 10px;
  }
  .product_box:first-of-type {
    padding-top: 0;
  }
}
.product_box + .product_box {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .product_box + .product_box {
    padding: 40px 10px;
  }
}
.product_box .img {
  width: 40%;
  text-align: center;
  overflow:hidden;
}
.product_box .img img {
  border-radius: 5px;
  transition:all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .product_box .img {
    width: 100%;
  }
  .product_box .img img {
    width: 100%;
  }
}
.product_box:hover .img img {
  transform:scale(1.1);
}
.product_box.no_link:hover .img img {
    transform:scale(1);
}
.product_box.no_link .link_box .more {
  font-size:16px;
  width:130px;
}
.product_box .contents {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .product_box .contents {
    margin-top: 20px;
    width: 100%;
  }
}
.product_box .contents h3 {
  font-size: 21px;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .product_box .contents h3 {
    margin: 0 0 14px;
    font-size: 16px;
  }
}
.product_box .contents .en {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #00998E;
}
@media screen and (max-width: 768px) {
  .product_box .contents .en {
    margin: 0;
  }
}
.product_box .contents .txt {
  font-size: 14px;
  line-height: 1.7;
  padding-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .product_box .contents .txt {
    -webkit-line-clamp: unset;
    border: 0;
  }
}
.product_box .contents .more {
  display:block;
  width:100px;
  margin-left:auto;
  margin-top:48px;
  color:#00998E;
  font-size:13px;
  background:url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/icon_more_btn03.png?v=1699641401) no-repeat;
  background-size:24px;
  background-position:97%;
  transition:all 0.3s ease;
}
.product_box:hover .contents .more {
  background-position:100%;
}
.product_box .contents  .link_box .more {
  margin-left:40px !important;
}
.product_box:nth-child(2) {
  flex-direction: row-reverse;
}
.product_box:nth-child(2) .contents {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .product_box .contents .more {
margin-top:30px;
  }
  .product_box:nth-child(2) .contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product_box:nth-child(2) .contents h3 {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .product_box:nth-child(2) .contents .en {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .product_box:nth-child(2) .img img {
    width: 100%;
  }
}

.decon_standard {
  padding: 80px 40px 90px;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .decon_standard {
    padding: 40px 20px;
  }
}
.decon_standard .section_title {
  font-weight: bold;
  color: #00998E;
  margin: 0 0 10px;
}
.decon_standard .section_sub_title {
  text-align: center;
  font-size: 14px;
  color: #00998E;
}
.decon_standard .section_sub_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 64px;
  margin: 24px auto 24px;
  background: #C1C1C1;
}
@media screen and (max-width: 768px) {
  .decon_standard .section_sub_title::after {
    height: 44px;
  }
}
.decon_standard .txt {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .decon_standard .txt {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
  }
}
.decon_standard .standard_box {
  max-width: 386px;
  margin: 0 auto;
  padding: 20px 0 25px;
}
@media screen and (max-width: 768px) {
  .decon_standard .standard_box {
    max-width: 300px;
  }
}
.decon_standard .standard_box + .standard_box {
  border-top: 1px solid #fff;
}
.decon_standard .standard_box .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}
.decon_standard .standard_box p {
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .decon_standard .standard_box p {
    font-size: 14px;
  }
}

.description {
  padding: 120px 40px 80px;
}
@media screen and (max-width: 768px) {
  .description {
    padding: 50px 20px 20px;
  }
}
.description .section_title {
  font-weight: bold;
  color: #00998E;
  margin: 0 0 10px;
}
.description .section_title_en {
  text-align: center;
  color: #00998E;
  margin: 0 0 10px;
}
.description .section_sub_title {
  text-align: center;
  font-size: 14px;
  color: #00998E;
}
.description .section_sub_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 64px;
  margin: 24px auto 24px;
  background: #C1C1C1;
}
@media screen and (max-width: 768px) {
  .description .section_sub_title::after {
    height: 44px;
  }
}
.description .txt {
  text-align: center;
  line-height: 1.6;
  max-width: 490px;
  margin: 0 auto;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .description .txt {
    max-width: 320px;
    text-align: left;
    font-size: 15px;
  }
}

.page_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 90px;
  color: #00998E;
}
@media screen and (max-width: 768px) {
  .page_title {
    margin: 0 auto 70px;
  }
}

.media_sec {
  padding: 90px 40px 60px;
}
@media screen and (max-width: 768px) {
  .media_sec {
    padding: 80px 10px 50px;
  }
}
.media_sec .media_list {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .media_sec .media_list {
    margin: 0 auto 60px;
  }
}

.media_detail .main_img {
  text-align: center;
  margin: 0 0 30px;
  padding-top:50px;
}
@media screen and (max-width: 768px) {
  .media_detail .main_img {
    margin: 0 0 34px;
  }
}
.media_detail .media_detail_inner {
  max-width: 650px;
  margin: 0 auto;
}
.media_detail .head {
  display: flex;
  align-items: center;
  justify-content:center;
  width: 70%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .media_detail .head {
    padding: 0 20px;
    justify-content: space-between;
  }
}
.media_detail .head .date {
  margin-right: 20px;
}
.media_detail .head .tag {
  font-size: 14px;
  padding: 2px 13px;
  background: #E6E7E8;
  border-radius: 2px;
}
.media_detail .media_detail_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 20px;
  line-height: 1.5;
  color: #00998E;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .media_detail .media_detail_title {
    padding: 0 20px;
  }
}
.media_detail .media_detail_sub_title {
  font-size: 14px;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .media_detail .media_detail_sub_title {
    padding: 0 20px;
  }
}
.media_detail .media_detail_contents {
  margin: 0 0 80px;
  line-height:2;
}
@media screen and (max-width: 768px) {
  .media_detail .media_detail_contents {
    margin: 0 0 50px;
    padding: 0 20px;
  }
}
.media_detail .media_detail_contents .img {
  text-align: center;
}
.media_detail .media_detail_contents .img img {
  margin: 0 auto;
}
.media_detail .media_detail_contents p {
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.main-page {
  padding: 80px 40px 0;
}

.main-page-title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #00998E;
}

.main-page__sec {
  max-width: 730px;
  margin: 0 auto;
}

.main_page {
  padding: 100px 40px 40px;
}
@media screen and (max-width: 480px) {
  .main_page {
    padding: 75px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .main_page .inner {
    padding: 0 10px;
  }
}
.main_page .main_page_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #00998E;
  margin: 0 0 60px;
}
@media screen and (max-width: 480px) {
  .main_page .main_page_title {
    font-size: 20px;
    margin: 0 0 50px;
  }
}
.main_page .form {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.main_page .form .form_item {
  margin: 0 0 30px;
}
@media screen and (max-width: 480px) {
  .main_page .form .form_item {
    margin: 0 0 20px;
  }
}
.main_page .form .form_item p {
  font-size: 16px;
  color: #7C8F9A;
  margin: 0 0 10px;
}
.main_page .form .form_item input {
  width: 100%;
  padding: 15px 17px;
  box-sizing: border-box;
  border: 1px solid #7C8F9A;
  font-size:16px;
}
.main_page .form .form_item input::-moz-placeholder {
  color: #D0D5D9;
}
.main_page .form .form_item input::placeholder {
  color: #D0D5D9;
}
.main_page .form .form_item textarea {
  border: 1px solid #7C8F9A;
  width: 100%;
  padding: 15px 17px;
  box-sizing: border-box;
  height: 240px;
  font-size:16px;
}
.main_page .form .form_item textarea::-moz-placeholder {
  color: #D0D5D9;
}
.main_page .form .form_item textarea::placeholder {
  color: #D0D5D9;
}
.main_page .form .password_rest {
  text-decoration: underline;
}
.main_page .form .password_rest a {
  color: #505f68;
}
.main_page .form .require_txt {
  color: #A82525;
  text-align: right;
}
.main_page .form .confirm_btn,
.main_page .form .account_btn,
.main_page .form .login_btn {
  margin: 80px auto 0;
}
@media screen and (max-width: 480px) {
  .main_page .form .confirm_btn,
  .main_page .form .account_btn,
  .main_page .form .login_btn {
    margin: 50px auto 0;
  }
}
.main_page .form .confirm_btn .more_btn,
.main_page .form .account_btn .more_btn,
.main_page .form .login_btn .more_btn {
  background: #128582;
  color: #fff;
  border: 1px solid #128582;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/icon_more_btn_149bde49-924c-4adf-9002-e2011f23a1db.png?v=1699641498);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 93%;
}
.main_page .form .confirm_btn .more_btn:hover,
.main_page .form .account_btn .more_btn:hover,
.main_page .form .login_btn .more_btn:hover {
  background: #128582;
  color: #fff;
  border: 1px solid #128582;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/icon_more_btn_149bde49-924c-4adf-9002-e2011f23a1db.png?v=1699641498);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 95%;
}


.register_txt {
  text-align:center;
  line-height:1.7;
  margin-top:20px;
}
.register_txt2 {
margin:60px auto 20px;
}

.main_page .register_btn {
      /* width: 246px; */
  font-size:14px;
  background-color:#128582;
}
@media screen and (max-width: 480px) {
.register_txt {
  font-size:14px;
}
.register_txt2 {
margin:40px auto 20px;
}
  .main_page .register_btn {
  margin-top:20px;
  }
}
.main_page .register_link {
  text-align: center;
  width: 115px;
  margin: 40px auto 0;
  font-size: 14px;
  border-bottom: 1px solid #7C8F9A;
}
.main_page .register_link a {
  color:#00998e;
}
.main_page .company_table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.main_page .company_table tr {
  border-bottom: 1px solid #D0D5D9;
}
.main_page .company_table th {
  text-align: left;
  font-weight: normal;
  box-sizing: border-box;
  padding: 20px 0;
}
.main_page .company_table td {
  text-align: right;
  padding: 20px 0;
  box-sizing: border-box;
  width: 70%;
  line-height:1.5;
}
@media screen and (max-width: 768px) {
  .main_page .company_table td {
    width: 70%;
  }
}

.subsc_title,
.cart_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #00998E;
  margin: 0 0 60px;
}
@media screen and (max-width: 480px) {
  .subsc_title,
  .cart_title {
    font-size: 20px;
    margin: 0 0 0;
    padding: 0 20px;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .cart_title {
    margin: 0 0 50px;
  }
}

.subsc_box {
  background: #E7E7E7;
  padding: 32px 34px 42px;
  max-width: 570px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .subsc_box {
    padding: 25px 0 30px;
    background: #fff;
  }
  .subsc_box .subsc_box_wrap {
    background: #E7E7E7;
    padding: 25px 22px;
  }
}
.subsc_box .subsc_no {
  margin: 0 0 25px;
}
@media screen and (max-width: 480px) {
  .subsc_box .subsc_no {
    font-size: 12px;
    margin: 0 0 20px;
    margin: 0 22px 20px;
  }
}
.subsc_box .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.subsc_box .box .img {
  width: 25%;
}
.subsc_box .box .contents {
  width: 72%;
}
.subsc_box .box .contents p {
  line-height: 2;
}
.subsc_box table {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.subsc_box table tr {
  border-top: 1px solid #fff;
}
.subsc_box table th {
  padding: 15px 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .subsc_box table th {
    width: 35%;
  }
}
.subsc_box table td {
  padding: 15px 0;
  text-align: right;
  font-size: 14px;
}
.subsc_box table td .no {
  margin-left: 8px;
}
.subsc_box .status {
  text-align: right;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .subsc_box .status {
    font-size: 14px;
    text-align: left;
  }
}
.subsc_box .status .last {
  color: #999999;
}

.edit_btn {
  display: block;
  width: 60px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #00998E;
  font-size: 14px;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.edit_btn a {
  color: #00998E;
  display: block;
}
.edit_btn a:hover {
  color: #fff;
  background: #00998E;
}

.mypage {
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mypage {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.customer_info {
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
  /* border-bottom: 1px solid #7C8F9A; */
}
@media screen and (max-width: 480px) {
  .customer_info {
    padding: 23px 20px;
  }
}
.customer_info .edit_btn {
  margin-top: 0;
  margin-bottom: 0;
}
.customer_info .contents {
  width: 50%;
}
.customer_info .contents h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #00998E;
}
.customer_info .contents p {
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .customer_info .contents p {
    font-size: 12px;
  }
}
.customer_info .btn {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.customer_info .logout_btn {
  display: flex;
  align-items: center;
}
.customer_info .logout_btn a {
  text-decoration: underline;
  font-size: 12px;
  color: #00998E;
}

.customer_payment {
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
}
@media screen and (max-width: 480px) {
  .customer_payment {
    padding: 23px 20px;
  }
}
.customer_payment .edit_btn {
  margin-bottom: 0;
  margin-top: 0;
}
.customer_payment .contents {
  width: 50%;
}
.customer_payment .contents h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.customer_payment .contents p {
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .customer_payment .contents p {
    font-size: 12px;
  }
}
.customer_payment .btn {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.customer_browse {
  padding: 28px 38px 40px;
  background: #E7E7E7;
}
@media screen and (max-width: 480px) {
  .customer_browse {
    padding: 30px 18px;
  }
}
.customer_browse .customer_browse_wrap {
  position: relative;
  padding-bottom: 30px;
  max-height:600px;
  overflow-y:hidden;
}
.customer_browse .customer_browse_wrap.active {
    max-height:unset;
}
@media screen and (max-width: 480px) {
  .customer_browse .customer_browse_wrap {
    padding-bottom: 40px;
  }
}
.customer_browse .customer_browse_wrap .more {
  width: 94px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.customer_browse .customer_browse_wrap .more:hover {
  cursor:pointer;
}
.customer_browse .customer_browse_wrap .more span {
  margin-left: 4px;
}
.customer_browse .customer_browse_wrap .more:hover {
  cursor: pointer;
}
.customer_browse h3 {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: normal;
  color: #505F68;
}
.customer_browse table {
  width: 100%;
  margin-top: 30px;
}
.customer_browse table tr {
  border-bottom: 1px solid #fff;
}
.customer_browse table th {
  text-align: left;
  color: #505F68;
  padding: 15px 0;
  font-weight: normal;
}
.customer_browse table td {
  text-align: right;
  color: #505F68;
  padding: 15px 0;
}

.subsc_btn {
  width: 272px;
  margin: 40px auto 0;
  line-height: 1.3;
  text-align: center;
  border: 1px solid #00998E;
}
@media screen and (max-width: 480px) {
  .subsc_btn {
    margin: 30px auto 0;
  }
}
.subsc_btn a {
  padding: 10px 0;
  color: #00998E;
  display: block;
}
.subsc_btn a:hover {
  color: #fff;
  background: #00998E;
}

.inner2 {
  position: relative;
}
.inner2 .shiopping_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 480px) {
  .inner2 .shiopping_btn {
    margin-right: 20px;
  }
}
.inner2 .shiopping_btn a {
  display: block;
  text-align: center;
  height: 100%;
  border: 1px solid #00998E;
  letter-spacing: 0;
  font-size: 14px;
  color: #00998E;
}
.inner2 .shiopping_btn a:hover {
  color: #fff;
  background: #00998E;
}
.cart__update-button {
  margin-top:20px;
  margin-left:auto;
}
.cart_box {
  background: #E7E7E7;
  padding: 30px 42px;
}
@media screen and (max-width: 480px) {
  .cart_box {
    padding: 23px 16px;
  }
}
.cart_box .cart_item {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
}
.cart_box .cart_item .img a {
  display: block;
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  color: #505F68;
}
@media screen and (max-width: 480px) {
  .cart_box .cart_item .img {
    width: 22%;
  }
}
.cart_box .cart_item .contents {
  width: 75%;
  display: flex;
  justify-content: space-between;
  position:relative;
}
@media screen and (max-width: 480px) {
  .cart_box .cart_item .contents {
    width: 70%;
  }
}
.cart_box .cart_item .contents .left {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart_box .cart_item .contents .left .item_name {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  color: #505F68;
}
.cart_box .cart_item .contents .left .quantity_input {
  position: relative;
  width: 103px;
}
.cart_box .cart_item .contents .left .quantity_input input {
  height: 30px;
  border: 1px solid #7C8F9A;
  text-align: center;
  width: 53px;
  box-sizing: border-box;
  background:#fff;
  font-size:14px;
}
/* .cart_box .cart_item .contents .left .quantity_input::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 28px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  width: 26px;
  box-sizing: border-box;
  background: #00998E;
} */
/* .cart_box .cart_item .contents .left .quantity_input::after {
  content: "+";
  font-size: 11px;
  position: absolute;
  width: 26px;
  right: 0;
  top: 0;
  text-align: center;
  height: 100%;
  line-height: 28px;
  color: #fff;
  box-sizing: border-box;
  background: #00998E;
} */
.cart_box .cart_item .contents .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #505F68;
}

.total {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #505F68;
  color: #505F68;
}

.content {
  width: 200px;
  text-align: right;
  margin-left: auto;
  height: 30px;
  display: block;
  box-sizing: border-box;
  background: transparent;
  border: none;
}

.pickup {
  padding: 85px 40px 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pickup {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .pickup .section_title {
    display: none;
  }
}
.pickup .pickup_box {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_box {
    margin: 0 auto;
    display: block;
  }
}
.pickup .pickup_box .pickup_item {
  width: 50%;
  padding: 90px 40px 127px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_box .pickup_item {
    width: 100%;
    padding: 70px 0;
  }
}
.pickup .pickup_box .pickup_item:first-child {
  background: url(../img/img_pickup01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.pickup .pickup_box .pickup_item:nth-child(2) {
  background: url(../img/img_pickup02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.pickup .pickup_box .pickup_item h3 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_box .pickup_item h3 {
    font-size: 20px;
    margin: 0 0 12px;
  }
}
.pickup .pickup_box .pickup_item .txt {
  text-align: center;
  color: #fff;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_box .pickup_item .txt {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.pickup .pickup_box .pickup_item .icon {
  text-align: center;
}
.pickup .pickup_box .pickup_item .icon img {
  transition: all 0.3s ease;
}
.pickup .pickup_box .pickup_item:hover .icon img {
  transform: translateX(10px);
}
.pickup .pickup_list {
  margin: 60px auto 0;
  position: relative;
  padding:0 50px;
  padding-bottom: 50px;
  overflow-x:hidden;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list {
    width: 90%;
    padding:0;
    padding-bottom: 30px;
  }
}
.pickup .pickup_list .swiper-slide {
  text-align: center;
  position: relative;
  padding-top: 65px;
}
.pickup .pickup_list .swiper-slide.new::after {
  content: "NEW";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  border: 1px solid #00998E;
  color: #00998E;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .swiper-slide.new::after {
    width: 48px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
  }

}
.pickup .pickup_list .swiper-slide .product_img {
  height: 258px;
  margin: 0 0 15px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content: flex-end;
}
.pickup .pickup_list .swiper-slide .product_img img{
  margin:0 auto;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .swiper-slide .product_img {
    height: 120px;
  }
}
.pickup .pickup_list .swiper-slide.rank01::after {
  content: "No.1";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  background: #00998E;
  border: 1px solid #00998E;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .swiper-slide.rank01::after {
    width: 48px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
  }
}
.pickup .pickup_list .swiper-slide .product_img img {
  vertical-align: bottom;
  max-height: 100%;
}
.pickup .pickup_list .swiper-slide .product_name {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #00998E;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .swiper-slide .product_name {
    margin-top: -10px;
  }
}
.pickup .pickup_list .swiper-slide .product_desc {
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  line-height:1.5;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .swiper-slide .product_desc {
    display: none;
  }
}
.pickup .pickup_list .swiper-horizontal > .swiper-pagination-progressbar,
.pickup .pickup_list .swiper-pagination-progressbar.swiper-pagination-horizontal,
.pickup .pickup_list .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.pickup .pickup_list .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: unset;
  bottom: 0;
}
.pickup .pickup_list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #00998E;
}
.pickup .pickup_list .swiper-button-prev,
.pickup .pickup_list .swiper-rtl .swiper-button-next {
  width: 50px;
  height: 50px;
}
.pickup .pickup_list .swiper-button-next,
.pickup .pickup_list .swiper-rtl .swiper-button-prev {
  width: 50px;
  height: 50px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .swiper-button-next,
  .pickup .pickup_list .swiper-rtl .swiper-button-prev {
    width: 40px;
    height: 40px;
    right: 0;
  }
}
.pickup .pickup_list .swiper-button-prev,
.pickup .pickup_list .swiper-rtl .swiper-button-next {
  left: 0;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_list .swiper-button-prev,
  .pickup .pickup_list .swiper-rtl .swiper-button-next {
    width: 40px;
    height: 40px;
    left: 0;
  }
}
.pickup .pickup_list .swiper-button-next:after,
.pickup .pickup_list .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.pickup .pickup_list .swiper-button-prev:after,
.pickup .pickup_list .swiper-rtl .swiper-button-next:after {
  display: none;
}

.pickup {
  margin: 95px auto 0;
}
@media screen and (max-width: 768px) {
  .pickup .section_title {
    display: block;
    margin: 85px 0 0;
  }
}

.faq_contents {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .faq_contents {
    padding: 0 15px;
  }
}
.faq_contents:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .faq_contents:first-of-type {
    margin-top: 60px;
  }
}
.faq_contents .faq_title {
  text-align: center;
  color: #00998E;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;

}
@media screen and (max-width: 768px) {
  .faq_contents .faq_title {
    font-size: 16px;
  }
}
.faq_contents dl {
  border: 1px solid #7C8F9A;
  border-radius: 1px;
  padding: 20px 15px;
  overflow:hidden;
}
.faq_contents dl dt {
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
  background: url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/icon_arrow_bottom02.png?v=1699644921) no-repeat;
  background-size: 20px;
  background-position: right;
  line-height: 1.5;
}
.faq_contents dl dt:hover {
  cursor: pointer;
}
.faq_contents dl dt.active {
  background: url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/icon_arrow_top02.png?v=1699644927) no-repeat;
  background-size: 20px;
  background-position: right;
}
.faq_contents dl dt span {
  padding: 0 8px;
  color: #00998E;
  font-weight: bold;
  white-space: pre;
}
.faq_contents dl dt p {
  border-left: 1px solid #7C8F9A;
  padding: 6px 15px;
  color: #505F68;
}
@media screen and (max-width: 768px) {
  .faq_contents dl dt span  {
    font-size:18px;
  }
  .faq_contents dl dt p {
    width: 80%;
  }
}
.faq_contents dl dd {
  background: #EFEFEF;
  display: flex;
opacity:0;
  border-top: 1px solid #7C8F9A;
  height: 0;
  transition: all 0.3s ease;
}

.faq_contents dl dd.active {
  height: auto;
  opacity:1;
    padding: 11px 17px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .faq_contents dl dd.active {
    padding: 11px 20px 11px 0;
  }
}
.faq_contents dl dd > span {
  padding: 0 8px 0 0;
  color: #00998E;
  font-weight: bold;
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .faq_contents dl dd > span {
    padding: 0 10px;
    font-size:18px;
  }
}
.faq_contents dl dd p {
  font-size: 14px;
  color: #505F68;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq_contents dl dd p {
    width: 90%;
  }
}
.faq_contents dl dd p span {
  display: block;
  padding: 15px 10px;
  background: #FFFFFF;
  margin: 10px 0 0;
}
.faq_contents dl + dl {
  margin-top: 24px;
}

.contact_btn .more_btn {
  background-color: #fff;
  border: 1px solid #00998E;
  color: #00998E;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/icon_more_btn03.png?v=1699641401);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 93%;
}
.contact_btn .more_btn:hover {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/icon_more_btn_149bde49-924c-4adf-9002-e2011f23a1db.png?v=1699641498);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 95%;
  color: #fff;
  background-color: #00998E;
}

.product_description {
  max-width: 1000px;
  margin: 0 auto 50px;
}
.product_description .michiru {
  background: #F0F2F3;
  padding: 30px 20px 50px;
}
@media screen and (max-width: 768px) {
  .product_description .michiru {
    padding: 50px 0;
  }
}
.product_description .mizu {
  background: #F0F2F3;
}
.product_description .mazeru {
  background: #F0F2F3;
}
.product_description .yusugu {
  background: #F0F2F3;
}
.product_description .product_sec {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec {
    padding: 40px 20px;
  }
}
.product_description .product_sec .icon_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .icon_box {
    justify-content: space-between;
  }
}
.product_description .product_sec .icon_box .icon_item {
  width: 30%;
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .icon_box .icon_item {
    width: 45%;
    margin: 0 0 20px;
  }
}
.product_description .product_sec .icon_box .icon_item p {
  margin: 10px 0 0;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .icon_box .icon_item p {
    text-align: left;
  }
}
.product_description .product_sec .icon_box .icon_item:nth-child(4) {
  width: 35%;
  margin: 0 10px 24px;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .icon_box .icon_item:nth-child(4) {
    width: 45%;
    margin: 0 0 20px;
  }
}
.product_description .product_sec .icon_box .icon_item:nth-child(5) {
  width: 35%;
  margin: 0 10px 24px;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .icon_box .icon_item:nth-child(5) {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.product_description .product_sec.white {
  background: #fff;
}
.product_description .product_sec .product_sec_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_description .product_sec .product_sec_box.top {
  align-items:flex-start;
}
.product_description .product_sec .product_sec_box.bottom {
  align-items:flex-end;
}
.product_description .product_sec .product_sec_box.flex-end {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .product_sec_box {
    display: block;
  }
}
.product_description .product_sec .product_sec_box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.product_description .product_sec .product_sec_box > .img {
  width: 48%;
  text-align: center;
}
.product_description .product_sec .product_sec_box > .img img {
  max-width: 100%;
  width:100%;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .product_sec_box > .img {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.product_description .product_sec .product_sec_box .contents {
  width: 48%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .product_sec_box .contents {
    width: 100%;
  }
}
.product_description .product_sec .product_sec_box .contents.bg {
  background: #F0F2F3;
  padding: 16px 18px;
}
.product_description .product_sec .product_sec_box .contents.bg h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product_description .product_sec .product_sec_box + .product_sec_box {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .product_sec_box + .product_sec_box {
    margin-top: 30px;
  }
}
.product_description .product_sec .product_sec_box .product_sec_item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .product_sec_box .product_sec_item {
    width: 100%;
    margin: 0 0 30px;
  }
}
.product_description .product_sec .product_sec_box .product_sec_item .box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .product_sec_box .product_sec_item .box {
    margin: 0 0 2px;
  }
}
.product_description .product_sec .product_sec_box .product_sec_item .box img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .product_sec_box .product_sec_item .box img {
    width: 40px;
  }
}
.product_description .product_sec .product_sec_box .product_sec_item .box p {
  line-height: 1.4;
}
.product_description .product_sec .product_sec_box .product_sec_item p {
  line-height: 1.5;
}
.product_description .product_sec .product_sec_box .product_sec_item .txt {
  margin: 60px 0;
  padding: 0 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .product_sec_box .product_sec_item p.w273 {
    width:max-content;
    margin:0 auto;
  }
  .product_description .product_sec .product_sec_box .product_sec_item .txt {
    margin: 30px 0;
    padding: 0 10px;
  }
}
.product_description .product_sec .product_sec_box .product_sec_item .m20 {
  margin: 20px 0;
  line-height: 1.5;
}
.product_description .product_sec .product_sec_box .product_sec_item .contents {
  width: 100%;
  background: #F0F2F3;
  padding: 16px 18px;
}
.product_description .product_sec .product_sec_box .product_sec_item .contents h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .product_description .product_sec .product_sec_box .product_sec_item .product_sec_title {
    margin-bottom: 20px;
  }
}
.product_description .product_sec .product_sec_img {
  margin: 80px auto;
  text-align: center;
}
.product_description .product_sec .ingredient {
  margin: 24px auto 0;
}
.product_description .product_sec .ingredient .ingredient_wrap {
  border: 1px solid #505F68;
  width: 360px;
  margin: 0 auto;
}
.product_description .product_sec .ingredient .ingredient_wrap h3 {
  padding: 12px;
  border-bottom: 1px solid #505F68;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.product_description .product_sec .ingredient .ingredient_wrap .ingredient_item {
  display: flex;
  padding: 10px;
}
.product_description .product_sec .ingredient .ingredient_wrap .ingredient_item table {
  width: 50%;
}
.product_description .product_sec .ingredient .ingredient_wrap .ingredient_item table:first-child {
  margin-right: 10px;
  border-right: 1px solid #505F68;
}
.product_description .product_sec .ingredient .ingredient_wrap .ingredient_item table th {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  padding: 4px 0;
}
.product_description .product_sec .ingredient .ingredient_wrap .ingredient_item table td {
  text-align: left;
  font-size: 14px;
  padding: 4px 0;
}
.product_description .product_sec .ingredient .ingredient_wrap p {
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.product_description .product_sec_title {
  text-align: center;
  text-align: center;
  font-weight: bold;
  color: #00998E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  line-height: 1.4;
}
.product_description .product_sec_title span {
  height: 1px;
  width: 22px;
  display: block;
  margin: 0 10px;
  background: #00998E;
}
.product_description .contents.w324 {
  width: 340px;
  margin: 0 auto;
  line-height: 1.5;
}
.product_description .inner {
  max-width: 760px;
  margin: 0 auto;
}
.product_description .product_sec_title {
  font-size:20px;
}
@media screen and (max-width: 768px) {
  .product_description .point {
    margin: 0 0 40px;
    padding: 0 30px;
  }
}
.product_description .point h2 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #00998E;
}
.product_description .point h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 24px;
  background: #00998E;
  margin: 12px auto;
}
@media screen and (max-width: 768px) {
  .product_description .point h2::after {
    width: 18px;
  }
}
.product_description .point h3 {
  text-align: center;
  color: #00998E;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .product_description .point h3 {
    font-size: 16px;
  }
}
.product_description .point .point_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .product_description .point .point_box {
    display: block;
  }
}
.product_description .point .point_box .contents {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .product_description .point .point_box .contents {
    width: 100%;
  }
}
.product_description .point .point_box .contents h4 {
  font-weight: bold;
  margin: 0 0 10px;
}
.product_description .point .point_box .contents p {
  font-size: 16px;
  line-height: 1.5;
  color: #505F68;
}
@media screen and (max-width: 768px) {
  .product_description .point .point_box .contents p {
    font-size: 14px;
  }
}
.product_description .point .point_box .contents.w100 {
  max-width: 456px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product_description .point .point_box .point_icon {
    text-align: center;
    margin: 0 0 10px;
  }
  .product_description .point .point_box .point_icon img {
    max-height: 160px;
    width: auto;
  }
  .product_description .product_sec .ingredient .ingredient_wrap {
    width:100%;
  }
}
.product_description .point:nth-of-type(even) .point_box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .product_description .point:nth-of-type(even) .point_box {
    display: block;
  }
}
.product_description .point_sec {
  padding: 50px 20px;
}
.product_description .set {
  text-align: center;
}
.product_description .contents_box {
  background: #F0F2F3;
  margin: 30px auto;
  padding: 20px;
  max-width: 600px;
}
.product_description .contents_box .product_sec_title {
  margin: 0 0 20px;
}
.product_description .contents_box p {
  text-align: left;
  line-height: 1.5;
}
.product_description .howtouse {
  background: #fff;
  padding: 40px 20px;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .product_description .howtouse {
    margin: 0 0 30px;
  }
}
.product_description .howtouse h2 {
  margin-bottom: 10px;
}
.product_description .howtouse .howtouse_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.product_description .howtouse .howtouse_box + h2 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .product_description .howtouse .howtouse_box {
    display: block;
  }
}
.product_description .howtouse .howtouse_box .contents {
  width: 45%;
  padding-top: 10px;
  margin-left: 20px;
  line-height: 1.5;
}
.product_description .howtouse .howtouse_box .contents h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_description .howtouse .howtouse_box .contents {
    width: 100%;
    margin: 0;
  }
}
.product_description .howtouse .howtouse_box .howtouse_item {
  width: 44%;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product_description .howtouse .howtouse_box .howtouse_item {
    width: 100%;
  }
}
.product_description .howtouse .howtouse_box .howtouse_item .contents {
  width: 100%;
  text-align: left;
}
.product_description .howtouse .howtouse_box .howtouse_item .contents .info {
  color: #E07878;
  border: 1px solid #E07878;
  padding: 9px 15px;
  margin: 16px 0 0;
}
.product_description .howtouse .howtouse_box .howtouse_item .icon {
  text-align: center;
}
.product_description .howtouse .howtouse_box.howtouse_box2 {
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .product_description .howtouse .icon {
    text-align: center;
  }
}
.product_description .howtoeat {
  max-width: 512px;
  background: #fff;
  margin: 50px auto;
  padding: 15px 40px;
}
@media screen and (max-width: 768px) {
  .product_description .howtoeat {
    padding: 30px 30px;
  }
}
.product_description .howtoeat h2 {
  text-align: center;
  font-weight: bold;
  color: #00998E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 13px;
}
.product_description .howtoeat h2 span {
  height: 1px;
  width: 22px;
  display: block;
  margin: 0 10px;
  background: #00998E;
}
.product_description .howtoeat p {
  font-size: 14px;
  line-height: 1.5;
  color: #505F68;
}
.product_description .security h2 {
  text-align: center;
  font-weight: bold;
  color: #00998E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
}
.product_description .security h2 span {
  height: 1px;
  width: 22px;
  display: block;
  margin: 0 10px;
  background: #00998E;
}
.product_description .security .security_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
}
.product_description .security .security_box .security_item {
  text-align: center;
  margin: 0 20px;
}
.product_description .security .security_box .security_item:first-child {
  width: 34%;
  margin: 0 10px 24px;
}
.product_description .security .security_box .security_item:nth-child(2) {
  width: 34%;
  margin: 0 10px 24px;
}
.product_description .security .security_box .security_item p {
  font-size: 14px;
  margin: 10px 0 0;
  color: #505F68;
}
.product_description .security .security_icon {
  display: flex;
  max-width: 455px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_description .security .security_icon .icon {
  width: 33%;
  text-align: center;
  margin: 0 0 20px;
}
.product_description .security .security_icon .icon img {
  margin: 0 0 10px;
}
.product_description .security .security_icon .icon p {
  font-size: 14px;
}
.product_description .security .txt {
  text-align: center;
  margin: 24px auto 40px;
  color: #505F68;
  font-size: 14px;
}
.product_description .security h3 + .txt {
  text-align: left;
  line-height: 1.5;
}
.product_description .certificate {
  padding: 50px 0;
  text-align: center;
}
.product_description .ingridient_box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product_description .ingridient_box {
    justify-content: space-between;
    padding: 0 4px;
  }
}
.product_description .ingridient_box .ingridient_item {
  margin: 0 20px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .product_description .ingridient_box .ingridient_item {
    width: 48%;
    margin: 0;
  }
}
.product_description .ingridient_box .ingridient_item_wrap {
  border: 1px solid #505F68;
  height: 200px;
}
.product_description .ingridient_box .ingridient_item_wrap h3 {
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
  border-bottom: 1px solid #505F68;
}
@media screen and (max-width: 768px) {
  .product_description .ingridient_box .ingridient_item_wrap {
  height: 220px;
  }
  .product_description .ingridient_box .ingridient_item_wrap h3 {
    font-size: 12px;
    line-height: 1.4;
    padding: 10px 0;
  }
}
.product_description .ingridient_box .ingridient_item_wrap table {
  width: 100%;
}
.product_description .ingridient_box .ingridient_item_wrap table th {
  font-weight: normal;
  text-align: left;
  padding: 4px 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .product_description .ingridient_box .ingridient_item_wrap table th {
    font-size: 12px;
    padding: 3px 5px;
  }
}
.product_description .ingridient_box .ingridient_item_wrap table td {
  text-align: right;
  font-size: 14px;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
.product_description .ingridient_box .ingridient_item_wrap table td {
  padding: 5px 10px;
}
}
.product_description .ingridient_box p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.product_description .sp_txt {
  width: 80%;
  margin: 20px auto;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .contact_form {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.receipt_btn {
  margin-top: 8px;
}
.receipt_btn a {
  color: #999999;
  background: #fff;
  display: block;
  width: 170px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.p-law__box,.p-policy__box {
  line-height:2;
  margin-bottom:40px;
}
.form__message {
  margin-bottom:10px;
}
.form__message +ul {
  margin-bottom:30px;
}
.form__message +ul li {
  line-height:1.5;
  color:#FF6363;
}
.form__message +ul li a {
  color:#FF6363;
}
.jdgm-histogram  {
  display:none;
}
.jdgm-prev-badge__text{
  position:absolute;
  right:0;
}
.jdgm-histogram {
  display:none !important;
}
.jdgm-widget {
  margin-top:80px;
}
@media screen and (max-width: 768px) {
.jdgm-prev-badge__text{
  position:absolute;
  right:20px;
}
  .jdgm-widget {
  margin-top:20px;
}
}

/* .pickup .pickup_list .swiper-slide:nth-child(4) .product_img  {
  height:180px;
}
@media screen and (max-width: 768px) {
.pickup .pickup_list .swiper-slide:nth-child(4) .product_img  {
  height:100px;
}

} */

cart-remove-button .button {
  text-decoration:underline;
}

#judgeme_product_reviews {
  overflow-x:hidden;
}

.cart__update-button {
  min-height:unset;
  min-width:unset;
  padding:0 !important;
  margin-right:0;
  border-bottom:1px solid #000;
}

@media screen and (max-width: 768px) {
  .cart__update-button {
  margin-right:10px;
  }
}
.cart__update-button::after {
--border-opacity:none;
}
.cart_box .cart_item .contents .left .quantity_input input {
  border-radius:0 !important;
}

.errors ul li {
  color:red;
}
.errors ul {
  margin-bottom:30px;
}
.product__info-wrapper {
  padding-bottom:80px !important;
  position:relative;
}
.product__info-wrapper .jdgm-widget.jdgm-widget {
  position:absolute;
  bottom:0;
  width:calc(100% - 40px);
  left:20px;
      max-width: 44rem;
  padding:20px 0;
  border-top:1px solid #D7D7D7;
  border-bottom:1px solid #D7D7D7;
}
.jdgm-prev-badge__text {
  padding-right:30px;
}
.jdgm-prev-badge__text::after {
  content:"";
  position:absolute;
  right:0;
  top:0;
  background:url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/right.png?v=1701293621) no-repeat;
   background-size:25px;
  display:block;
  width:25px;
  height:35px;
}