#mv_area .cv_area .ttl:has(+ .ttl) {
  margin-bottom: 0;
}

/*-------------------------------
.product_area
--------------------------------*/
.product_area .product_inner {
  text-align: left;
}

.product_area .product_inner.head {
  background: #F2F2F2;
}

.product_area .product_inner.head .col_box {}

/* .product_area.not_item .product_inner.head{
  display:none;
} */
.product_area .e-info {
  color: #D32E52;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto 28px;
}

#content .product_area .head>.col_box,
.product_area .head>.col_box {
  display: flex;
  padding: 20px;
  justify-content: flex-start;
}

.product_area .head .col_left {
  margin-right: 25px;
  max-width: 80px;
}

.product_area .head .col_left img {
  width: 100%;
}

.product_area .product_inner.head .about {
  font-size: 14px;
}

.product_area .product_inner.head .about em,
.product_area .product_inner.head .about b {
  font-weight: bold;
  color: #333;
  padding-left: 0.5em;
}

.product_area .head_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product_area .head_icon>li {
  margin: 0 3px 5px 0;
}

.product_area .head_icon .icon img {
  height: 24px;
}

.product_area .head_icon>li:last-child {
  margin: 0 0 5px 0;
}

.product_area .head .name {
  font-size: 16px;
  font-weight: bold;
}

#content .product_area .head .access {
  padding: 4px 7px;
  margin-left: 7px;
  font-size: 12px;
  font-weight: normal;
  background: #E5E5E5;
}

.product_area .head .my_type {
  font-size: 14px;
  text-align: left;
  margin: 0.2em auto 0.2em 0;
}

.product_area .head .coin {
  display: inline-block;
  font-size: 12px !important;
  font-weight: bold;
  padding: 2px 2px 1px 22px;
  margin-left: 0.2em;
  color: #E28800;
  border: #E28800 solid 1px;
  border-radius: 2px;
  background: url(/common/re2021/images/item_service/icon/icon_coin.png) #FFEB68 3px 2px no-repeat;
  background-size: 14px;
}

.product_area .list_body .ttl {
  font-size: 14px;
  font-weight: bold;
  margin: 18px auto 11px 0;
}

.product_area.not_item .list_body .btn.ac .ttl {
  padding: 0;
}

.product_area .lay_simple {
  height: 220px;
}

.product_area .list_body ul {
  border: #D9D9D9 solid 1px;
}

.product_area .list_body ul li {
  border-bottom: #D9D9D9 solid 1px;
}

.product_area .list_body ul li:last-child {
  border: none;
}

.product_area .list_body .btn {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 6px;
  cursor: pointer;
  border: #fff solid 1px;
}

.product_area .list_body .btn.ac::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 25px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
  transform: rotate(45deg);
  margin: auto;
}

.product_area .list_body .btn.ac .list_name {
  padding-right: 2em;
}

.product_area .list_body .btn.select {
  background: #FFECF3;
  border: #DE0F47 solid 1px;
}

.product_area .list_body .btn.ac.op::after {
  transform: rotate(225deg);
}

.product_area .list_body.multipleSelection .btn.ac::after {
  display: none;
}

.product_area .list_body.multipleSelection .btn.select {
  border-color: #fff;
  background-color: #fff;
}

.product_area .list_body.multipleSelection .items {
  display: block !important;
}

.product_area .list_body .img {
  margin-right: 15px;
  width: 38px;
  min-width: 38px;
}

.product_area.not_item .list_body .ac .img img {
  width: 38px;
}

.product_area .list_body .img img {
  width: 100%;
}

.product_area .list_body .img img:nth-of-type(n+2) {
  display: none;
}

.product_area .list_body .items {
  padding: 20px 20px 17px;
  background: #F2F2F2;
  border-top: #D9D9D9 solid 1px;
}

.product_area .list_body .items p {
  margin-bottom: 10px;
}

.product_area .list_body .items p:last-child {
  margin-bottom: 0;
}

.product_area .list_head .access,
.product_area .list_body .access {
  display: inline-block;
  background: #E5E5E5;
  padding: 4px 7px;
  margin-left: 1em;
  border-radius: 2px;
  font-size: 12px !important;
  font-weight: normal;
}

.product_area .list_body label {
  position: relative;
  display: inline;
  padding: 0 0 0 27px;
  color: #000;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.product_area .list_body label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: #999999 solid 1px;
  border-radius: 50%;
  background: #fff;
}

.product_area .list_body .btn.nostock label .gtxt {
  color: #B3B3B3;
}

.product_area .list_body label::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #E5014F;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  opacity: 0;
}

.product_area .list_body input:checked+label::after {
  opacity: 1;
}

.product_area .list_body input {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  display: block;
}

.product_area .list_body .checkbox1 {
	display: flex;
	width: 100%;
}

.product_area .list_body .checkbox1 label {
	display: flex;
	align-items: center;
	width: 100%;
}

.product_area .list_body .checkbox1 input[type="checkbox"]+label::before {
	top: 50%;
	transform: translateY(-50%);
}

.product_area .list_body .checkbox1 input[type="checkbox"]+label::after {
	top: 38%;
	left: 2px;
	transform: rotate(45deg) translateY(-50%);
}
.product_area .list_body .checkbox1 .img img {
	vertical-align: middle;
}

.product_area .list_body .input[type="checkbox"] {}

.product_area .list_body input[type="checkbox"]+label::before {
  border-radius: 3px;
}

.product_area .list_body input[type="checkbox"]+label::after {
  border-right: 3px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  content: '';
  display: block;
  height: 9px;
  left: 6px;
  opacity: 1;
  position: absolute;
  border-radius: 0;
  top: 0;
  transform: rotate(45deg);
  background: transparent;
  width: 5px;
}

.product_area .list_body input[type="checkbox"]:checked+label::before {
  background: #e5014f;
}

.product_area .list_body input[type="checkbox"]:checked+label::after {
  border-color: #fff;
}

.product_area.not_item .list_body .btn .btn_check {}

/*-------------------------------
not item 
-------------------------------*/
.product_area.not_item .list_body .btn {
  overflow: hidden;
}

.product_area.not_item .list_body .btn .img {
  width: 74px;
  height: 74px;
  margin-right: 25px;
}

.product_area.not_item .list_body .btn.ac .img {
  margin-right: 15px;
  width: 38px;
  height: auto;
}

.product_area.not_item .list_body .btn:not(.ac) {
  display: block;
  padding: 18px 20px;
}

.product_area.not_item .list_body .list_price {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  margin: 0.25em auto 0 0;
}

.product_area.not_item .list_body .list_price em,
.product_area.not_item .list_body .list_price b {
  padding-left: 0.5em;
}

#content .product_area.not_item .list_body .btn .col_box {
  justify-content: flex-start;
}

.product_area.not_item .list_body .list_price.pc_only {
  white-space: nowrap;
  word-break: normal;
}

.product_area.not_item .list_body .btn em {
  color: #000;
}

.product_area.not_item .delivery_select {
  display: none;
}

@media only screen and (max-width: 667px) {
  .product_area.not_item .list_body .btn:not(.ac) {
    display: flex;
    align-items: flex-start;
  }
}

/*-------------------------------
nostock end 
-------------------------------*/
.product_area .list_body .btn.nostock .list_name .ttl,
.product_area .list_body .btn.end .list_name .ttl,
.product_area .list_body .items p.nostock .gtxt,
.product_area .list_body .items p.end .gtxt,
.product_area .list_body .btn.nostock .list_price,
.product_area .list_body .btn.nostock .list_price em,
.product_area .list_body .btn.end .list_price,
.product_area .list_body .btn.end .list_price em {
  color: #B3B3B3;
}

.product_area .list_body .btn.nostock,
.product_area .list_body .btn.end,
.product_area .list_body .btn.nostock+.items label,
.product_area .list_body .btn.end+.items label,
.product_area .list_body .items p.nostock label,
.product_area .list_body .items p.end label {
  pointer-events: none;
}

.product_area .list_body .items p.nostock label::before,
.product_area .list_body .items p.end label::before {
  border: #CCC solid 1px;
  background: transparent;
}

#content .product_area .list_body .txt_nostock,
#content .product_area .list_body .txt_end {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 7px;
  margin-left: 5px;
  color: #808080;
  background: #F7F7F7;
  border: #999 solid 1px;
  border-radius: 2px;
}

@media only screen and (max-width: 667px) {
  .product_area .e-info {
    padding-right: 4em;
    text-align: left;
  }

  .sp_device_mode .product_area .e-info {
    margin: 0 auto 19px;
  }

  .product_inner.head {
    padding: 15px;
  }

  .sp_device_mode .product_inner.head {
    /*position:sticky; 2025.6.25　固定解除（尾崎様ご指示）*/
    top: -19px;
    z-index: 999;
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
  }

  .product_area .head_icon {}

  .product_area .head_icon>li {
    height: 20px !important;
    margin: 0 3px 5px 0;
    display: inline-block;
  }

  .product_area .head_icon>li.icon {
    display: flex;
    max-width: calc(50% - 3px);
    height: auto !important;
  }

  .product_area .head_icon>li.icon img {
    max-width: 100%;
    max-height: 20px;
    height: auto;
  }

  .product_area .head_icon>li img {
    width: auto;
    max-height: 100%;
    height: auto;
    width: auto;
    vertical-align: bottom;
  }

  .product_area .head_icon>li:last-child {
    margin: 0 3px 5px 0;
  }

  #content .product_area .head .name {
    font-size: 14px;
  }

  #content .product_area .head .access {
    padding: 4px 5px;
    margin-left: 7px;
    font-size: 10px;
    font-weight: normal;
    background: #E5E5E5;
  }

  #content .product_area .head>.col_box,
  .product_area .head>.col_box {
    padding: 0;
  }

  .product_area .about {
    font-size: 14px;
    border-top: #D9D9D9 solid 1px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .product_area .info_delivery {
    margin: 13px auto 0 0;
  }

  .product_area .info_delivery img {
    width: 16px;
  }

  .product_area .lay_simple,
  .product_area.not_item .list_body .lay_simple {
    height: auto;
    max-height: auto;
  }

  .product_area .list_body ul {
    border-right: #D9D9D9 solid 1px;
    border-left: #D9D9D9 solid 1px;
    margin: 0 auto 1px;
  }

  .sp_device_mode .product_area .list_body .ttl {
    margin: 17px auto 11px 0;
  }

  #content .product_area.not_item .list_body .btn .col_box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .product_area.not_item .list_body .btn .col_box .img {
    margin-right: 15px;
  }

  .product_area.not_item .list_body .btn .col_box .col_right {
    width: calc(100% - 90px);
  }

  .product_area.not_item .list_body .btn .col_box .list_price {
    width: 100%;
    overflow: hidden;
    font-weight: normal;
    margin: 0.5em auto 0 0;
  }

  .product_area.not_item .list_body .btn .col_box .list_price.sp_only .sp_only {
    display: none;
  }

  .product_area.not_item .list_body .btn {}

  .product_area .list_head .access,
  .product_area .list_body .access {
    font-size: 10px !important;
  }

  #content .product_area .list_body .txt_nostock,
  #content .product_area .list_body .txt_end {
    font-size: 11px;
    padding: 2px 7px;
  }
}

.product_inner.bottom {
  margin: 20px auto 0;
}

.product_area .delivery_select .lay_pc {
  position: relative;
}

.product_area .delivery_select .lay_pc .info_delivery {
  position: absolute;
  right: 0;
  top: 0;
}

#content .product_area .delivery_select .info_delivery a,
.product_area .delivery_select .info_delivery a {
  color: #000;
  font-size: 13px;
}

#content .product_area .delivery_select .info_delivery a img,
.product_area .delivery_select .info_delivery a img {
  width: 16px;
  vertical-align: middle;
  margin-left: 4px;
}

.product_area .delivery_select .delivery_method_ttl {
  display: none;
}

.product_area .delivery_select .delivery_method_ttl,
.product_area .delivery_select .delivery_method {
  font-weight: bold;
  font-size: 14px !important;
}

.product_area .delivery_select .delivery_method .col_red {
  margin-left: 12px;
  color: #E5014F;
}

.product_area .list_body .btn.ac::after {
  right: 10px;
}

.product_inner.bottom .select_method {
  display: flex;
  display: none;
  justify-content: space-between;
  margin-top: 0.5em;
}

.product_inner.bottom .select_method .btn_method {
  width: 400px;
  border: #D9D9D9 solid 1px;
  padding: 13px 0;
  text-align: center;
  cursor: pointer;
}

.product_inner.bottom .select_method .btn_method .fs {
  font-size: 12px;
}

.product_inner.bottom .select_method .btn_method.select {
  border: #D32E52 solid 2px;
  color: #D32E52;
  font-weight: bold;
  background: #FFECF3;
}

.product_inner.bottom .select_method .btn_method .btn_txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.product_inner.bottom .post_return {
  position: relative;
  display: none;
  background: #FFECF3;
  padding: 10px;
}

.product_inner.bottom .post_return label {
  padding-left: 25px;
  font-weight: bold;
  color: #000;
  border: none;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.product_inner.bottom .post_return label::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: #707070 solid 1px;
}

.product_inner.bottom .post_return label::before {}

.product_inner.bottom .post_return input[type="checkbox"] {
  display: none;
}

.product_inner.bottom .post_return input[type="checkbox"]:checked+label::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 11px;
  left: 15px;
  width: 6px;
  height: 11px;
  border-right: #D32E52 solid 3px;
  border-bottom: #D32E52 solid 3px;
  transform: rotate(40deg);
}

#content .product_inner.bottom .post_return .return_info {
  display: block;
  color: #000;
  font-size: 13px;
  margin-top: 0.5em;
}

.product_inner.bottom .post_return .return_info img {
  vertical-align: middle;
  margin-left: 3px;
}

.product_inner.bottom .post_return .return_info .pc_only {
  display: inline-block;
}

.product_inner.bottom .num_area .col_right .num input:focus {
  outline: 0;
  border: none;
}

.product_inner.bottom .cv_cart .btn_add_cart:hover {
  opacity: .7;
  cursor: pointer;
}

.product_inner.bottom .num_area .col_right .minus,
.product_inner.bottom .num_area .col_right .plus {
  cursor: auto;
  background-repeat: no-repeat;
  background-position: center;

}

.product_inner.bottom .num_area .col_right .minus {
  background-image: url(/common/re2021/images/item_service/icon/icon_minus.png);
  background-size: 16px auto;
}

.product_inner.bottom .num_area .col_right .plus {
  background-image: url(/common/re2021/images/item_service/icon/icon_plus.png);
  background-size: 16px auto;
}

.product_inner.bottom .num_area .col_right .minus.disable,
.product_inner.bottom .num_area .col_right .plus.disable {
  background-color: #f2f2f2;
  pointer-events: none;

}

.product_inner.bottom .num_area .col_right .minus.disable {
  background-image: url(/common/re2021/images/item_service/icon/icon_minus_gray.png);
}

.product_inner.bottom .num_area .col_right .plus.disable {
  background-image: url(/common/re2021/images/item_service/icon/icon_plus_gray.png);
}

@media print,
screen and (min-width: 668px) {
  .product_inner.bottom .cv_cart.lay_pc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  #content .product_inner.bottom .num_area.col_box,
  .product_inner.bottom .num_area.col_box {
    display: block;
  }

  .product_inner.bottom .num_area .col_left {
    font-weight: bold;
    display: block;
    margin: 18px auto 12px;
  }

  .product_inner.bottom .num_area .col_left p {
    font-size: 14px;
  }

  .product_inner.bottom .num_area .col_right {
    display: flex;
    align-items: center;
    border: #BFBFBF solid 1px;
    max-width: 225px;
  }

  .product_inner.bottom .num_area .col_right .num {
    width: 135px;
  }

  .product_inner.bottom .num_area .col_right .num input {
    border: none;
    width: 100%;
    height: 100%;
    padding: 0.8em 0;
    font-size: 14px;
    text-align: center;
  }

  .product_inner.bottom .num_area .col_right .minus,
  .product_inner.bottom .num_area .col_right .plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    text-align: center;
    border-left: #BFBFBF solid 1px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
  }

  .product_inner.bottom .num_area .col_right .minus img,
  .product_inner.bottom .num_area .col_right .plus img {
    width: 16px;
    height: auto;
  }

  .product_inner.bottom .num_area .dont_change_number_message{
    color: #D32E52;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
  }

  .product_inner.bottom .num_area .col_bottom {
    margin-top: 10px;
    color: #D32E52;
  }

  .product_area .delivery_select .lay_pc {
    display: flex;
    gap: 5px;
    justify-content: space-between;
  }

  .product_area .delivery_select .lay_pc .info_delivery {
    position: relative;
    flex-basis: 285px;
  }

  .product_area .delivery_select .lay_pc .delivery_method {
    flex-basis: 70%;
  }
}

@media only screen and (max-width: 667px) {

  #content .product_area .delivery_select .delivery_method_ttl,
  #content .product_area .delivery_select .delivery_method,
  #content .product_area .delivery_select .delivery_method span,
  .product_area .delivery_select .delivery_method_ttl,
  .product_area .delivery_select .delivery_method,
  .product_area .delivery_select .delivery_method span {
    font-size: 14px;
  }

  .product_area .list_body .items label::before {
    width: 16px;
    height: 16px;
  }

  .product_area .list_body .items label::after {
    width: 8px;
    height: 8px;
    left: 5px;
    top: 5px;
  }

  .product_inner.bottom .post_return .return_info .sp_only {
    display: inline-block;
  }

  .product_inner.bottom .post_return .return_info .pc_only {
    display: none;
  }

  .product_inner.bottom .post_return .return_info img {
    width: 16px !important;
  }

  .product_inner.bottom .post_return label {
    font-size: 14px;
  }

  .product_inner.bottom .select_method .btn_method {
    width: 50%;
    font-size: 13px !important;
  }

  .product_inner.bottom .select_method .btn_method .fs {
    display: block;
    font-size: 12px;
  }

  .product_inner.bottom .cv_cart {
    margin: 30px auto 0;
  }

  .product_inner.bottom .num_area.col_box {
    align-items: center;
    flex-wrap: wrap;
  }

  .product_inner.bottom .num_area.col_box .col_left p {
    font-size: 14px;
    font-weight: bold;
  }

  .product_inner.bottom .num_area .col_right {
    display: flex;
    align-items: center;
    border: #BFBFBF solid 1px;
  }

  .product_inner.bottom .num_area .col_right .num {
    width: 135px;
  }

  .product_inner.bottom .num_area .col_right .num input {
    border: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    padding: 0.8em 0;
  }

  .product_inner.bottom .num_area .col_right .minus,
  .product_inner.bottom .num_area .col_right .plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-align: center;
    border-left: #BFBFBF solid 1px;
    cursor: pointer;
  }

  .product_inner.bottom .num_area .col_right .minus img,
  .product_inner.bottom .num_area .col_right .plus img {
    width: 16px !important;
    height: auto;
  }

  .product_inner.bottom .num_area .dont_change_number_message{
    color: #D32E52;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }

  .product_inner.bottom .num_area .col_bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    color: #D32E52;
  }

  .product_inner.bottom .btn_add_cart {
    text-align: center;
    margin: 35px auto 20px;
  }

  .product_inner.bottom .btn_add_cart img {
    margin: 0 auto;
    width: auto !important;
    max-width: 305px;
  }
}

#content .product_inner.bottom .notes,
.product_inner.bottom .notes {
  margin: 15px auto 10px 0;
  padding: 7px 10px;
  border: #D9D9D9 solid 1px;
}

#content .product_inner.bottom .notes p,
#content .product_inner.bottom .notes .list,
#content .product_inner.bottom .notes .fc_red {
  font-size: 13px;
  line-height: 1.5;
}

#content .product_inner.bottom .notes .list {
  font-size: 13px;
}



.judge_simu_area {
  display: none;
}

body.is_simu_of_cart .judge_simu_area {
  display: block;
}

body.is_simu_of_cart .product_area {
  display: none;
}

.select_pref_area {
  display: none;
}

.select_pref_wrap {
  display: none;
}

body.is_select_pref .select_pref_area {
  display: block;
}

body.is_select_pref .select_pref_wrap.is_open {
  display: block;
}

body.is_select_pref .product_area {
  display: none;
}

.select_pref_area .hide_pref_text {
  display: none;
}

.select_pref_area .hide_pref_text_note {
  font-size: 13px;
}

.add_cart_area {
  display: none;
}

.open_add_cart_area .add_cart_area {
  display: block !important;
}

.otameshi_lp_btn_show.open_add_cart_area .add_cart_area,
.otameshi_lp_btn_patternA_show.open_add_cart_area .add_cart_area,
.otameshi_lp_btn_patternB_show.open_add_cart_area .add_cart_area,
.otameshi_lp_btn_patternC_show.open_add_cart_area .add_cart_area {
  padding: 10px;
}

.open_add_cart_area .select_pref_area,
.open_add_cart_area .product_area {
  display: none !important;
}

body:not(.add_success) .add_cart_success,
.add_success .add_cart_error {
  display: none;
}

.is_select_pref .product_area {
  margin-top: 30px;
}

.is_select_pref .product_area .e-info {
  display: none;
}

@media only screen and (min-width: 668px) {
  body.add_success .cart_modal.modal_win {
    width: 530px;
  }
}

/*-------------------------------
.cart_modal .btns
--------------------------------*/
.cart_modal .btns {
  display: flex;
  justify-content: center;
}

.cart_modal .add_cart_success .btns {
  justify-content: center;
}

.cart_modal .add_cart_error .btns {
  gap: 15px;
}

.cart_modal .btns .btn {
  width: 390px;
  display: block;
  font-size: 16px;
  border: #fc7121 2px solid;
  border-radius: 5px;
  padding: 20px;
}

.cart_modal .btns .btn._orange {
  color: #ffffff !important;
  background: #fc7121;
}

.cart_modal .btns .btn._white {
  color: #fc7121 !important;
  background: #ffffff;
}

.cart_modal .btns.cart_otameshi_btn .btn,
.cart_modal .btns.cart_otameshi_btn_patternA .btn,
.cart_modal .btns.cart_otameshi_btn_patternB .btn,
.cart_modal .btns.cart_otameshi_btn_patternC .btn {
  border: #fc6e7a 2px solid;
}

.cart_modal .btns.cart_otameshi_btn .btn._orange,
.cart_modal .btns.cart_otameshi_btn_patternA .btn._orange,
.cart_modal .btns.cart_otameshi_btn_patternB .btn._orange,
.cart_modal .btns.cart_otameshi_btn_patternC .btn._orange {
  background: #fc6e7a;
}

.cart_modal .btns .btn:hover {
  text-decoration: none !important;
  opacity: .7;
}

.cart_modal .btns .btn._orange:hover {
  color: #ffffff !important;
}

.cart_modal .btns .btn._white:hover {
  color: #fc7121 !important;
}

.cart_modal .btns.cart_otameshi_btn,
.cart_modal .btns.cart_otameshi_btn_patternA,
.cart_modal .btns.cart_otameshi_btn_patternB,
.cart_modal .btns.cart_otameshi_btn_patternC {
  display: none;
  margin-bottom: 15px;
}

.otameshi_lp_btn_show .cart_modal .btns.cart_otameshi_btn,
.otameshi_lp_btn_patternA_show .cart_modal .btns.cart_otameshi_btn_patternA,
.otameshi_lp_btn_patternB_show .cart_modal .btns.cart_otameshi_btn_patternB,
.otameshi_lp_btn_patternC_show .cart_modal .btns.cart_otameshi_btn_patternC {
  display: block;
}

/*------240619_add-----*/

.otameshi_lp_btn_show .cart_modal .btns .btn._white,
.otameshi_lp_btn_patternA_show .cart_modal .btns .btn._white,
.otameshi_lp_btn_patternB_show .cart_modal .btns .btn._white,
.otameshi_lp_btn_patternC_show .cart_modal .btns .btn._white {
  color: #000 !important;
  background: #ffffff;
}

.otameshi_lp_btn_show .cart_modal .btns.cart_otameshi_btn .btn,
.otameshi_lp_btn_patternA_show .cart_modal .btns.cart_otameshi_btn_patternA .btn,
.otameshi_lp_btn_patternB_show .cart_modal .btns.cart_otameshi_btn_patternB .btn,
.otameshi_lp_btn_patternC_show .cart_modal .btns.cart_otameshi_btn_patternC .btn {
  border: none;
}

.otameshi_lp_btn_show .cart_modal .btns.cart_otameshi_btn .btn._orange,
.otameshi_lp_btn_patternA_show .cart_modal .btns.cart_otameshi_btn_patternA .btn._orange,
.otameshi_lp_btn_patternB_show .cart_modal .btns.cart_otameshi_btn_patternB .btn._orange,
.otameshi_lp_btn_patternC_show .cart_modal .btns.cart_otameshi_btn_patternC .btn._orange {
  background: none;
}

.otameshi_lp_btn_show .cart_modal .btns .btn._white:hover,
.otameshi_lp_btn_patternA_show .cart_modal .btns .btn._white:hover,
.otameshi_lp_btn_patternB_show .cart_modal .btns .btn._white:hover,
.otameshi_lp_btn_patternC_show .cart_modal .btns .btn._white:hover {
  color: #000 !important;
  text-decoration: underline;
}

.otameshi_lp_btn_show .cart_modal .btns.cart_otameshi_btn .btn._orange img,
.otameshi_lp_btn_patternA_show .cart_modal .btns.cart_otameshi_btn_patternA .btn._orange img,
.otameshi_lp_btn_patternB_show .cart_modal .btns.cart_otameshi_btn_patternB .btn._orange img,
.otameshi_lp_btn_patternC_show .cart_modal .btns.cart_otameshi_btn_patternC .btn._orange img {
  width: 100%;
}

.otameshi_lp_btn_show .cart_modal .btns .btn,
.otameshi_lp_btn_patternA_show .cart_modal .btns .btn,
.otameshi_lp_btn_patternB_show .cart_modal .btns .btn,
.otameshi_lp_btn_patternC_show .cart_modal .btns .btn {
  width: 100%;
  display: block;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  padding: 0;
  color: #000 !important;
  background: #ffffff;
  text-decoration: underline;
}

.otameshi_lp_btn_show .add_cart_area .img,
.otameshi_lp_btn_patternA_show .add_cart_area .img,
.otameshi_lp_btn_patternB_show .add_cart_area .img,
.otameshi_lp_btn_patternC_show .add_cart_area .img {
  width: 120px;
  margin: 0 auto 20px !important;
  float: none;
}

.otameshi_lp_btn_show .cart_modal .judge_simu_area .btns .btn,
.otameshi_lp_btn_patternA_show .cart_modal .judge_simu_area .btns .btn,
.otameshi_lp_btn_patternB_show .cart_modal .judge_simu_area .btns .btn,
.otameshi_lp_btn_patternC_show .cart_modal .judge_simu_area .btns .btn {
  width: 390px;
  display: block;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  padding: 20px;
  color: #ffffff !important;
  background: #fc7121;
  text-decoration: none;
}

.otameshi_lp_btn_show .cart_modal .add_cart_error .btns .btn,
.otameshi_lp_btn_patternA_show .cart_modal .add_cart_error .btns .btn,
.otameshi_lp_btn_patternB_show .cart_modal .add_cart_error .btns .btn,
.otameshi_lp_btn_patternC_show .cart_modal .add_cart_error .btns .btn {
  width: 390px;
  display: block;
  font-size: 16px;
  border: #fc7121 2px solid;
  border-radius: 5px;
  padding: 20px;
  color: #fc7121 !important;
  text-decoration: none;
}

.otameshi_lp_btn_show .cart_modal .add_cart_error .btns .btn._white:hover,
.otameshi_lp_btn_patternA_show .cart_modal .add_cart_error .btns .btn._white:hover,
.otameshi_lp_btn_patternB_show .cart_modal .add_cart_error .btns .btn._white:hover,
.otameshi_lp_btn_patternC_show .cart_modal .add_cart_error .btns .btn._white:hover {
  color: #fc7121 !important;
}

@media only screen and (max-width: 667px) {
  .cart_modal .btns {
    flex-direction: column;
  }

  .cart_modal .btns .btn {
    width: 80%;
    font-size: 15px;
    padding: 15px;
    margin: auto;
  }

  .otameshi_lp_btn_show .cart_modal .btns .btn,
  .otameshi_lp_btn_patternA_show .cart_modal .btns .btn,
  .otameshi_lp_btn_patternB_show .cart_modal .btns .btn,
  .otameshi_lp_btn_patternC_show .cart_modal .btns .btn {
    width: 100%;
    font-size: 15px;
    padding: 0px;
    margin: auto;
    color: #000 !important;
  }

  .otameshi_lp_btn_show .cart_modal .add_cart_error .btns .btn,
  .otameshi_lp_btn_show .cart_modal .judge_simu_area .btns .btn,
  .otameshi_lp_btn_patternA_show .cart_modal .add_cart_error .btns .btn,
  .otameshi_lp_btn_patternA_show .cart_modal .judge_simu_area .btns .btn,
  .otameshi_lp_btn_patternB_show .cart_modal .add_cart_error .btns .btn,
  .otameshi_lp_btn_patternB_show .cart_modal .judge_simu_area .btns .btn,
  .otameshi_lp_btn_patternC_show .cart_modal .add_cart_error .btns .btn,
  .otameshi_lp_btn_patternC_show .cart_modal .judge_simu_area .btns .btn {
    width: 80%;
    font-size: 15px;
    padding: 15px;
    margin: auto;
  }
}

/*-------------------------------
.judge_simu_area
--------------------------------*/
.judge_simu_area {
  margin-bottom: 10px;
  font-weight: bold;
}

.judge_simu_area .btn {
  margin-bottom: 65px;
}

.judge_simu_area .text {
  font-size: 20px;
  margin-bottom: 30px;
  padding-top: 70px;
}

.judge_simu_area .note {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 60px;
  font-weight: normal;
  color: #E5014F;
}

.judge_simu_area .text_link {
  font-size: 18px;
  text-decoration: underline !important;
  color: #333 !important;
}

.judge_simu_area .text_link:hover {
  color: initial !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 668px) {
  .judge_simu_area .modal_text_link {
    text-align: left;
  }
}

@media only screen and (max-width: 667px) {
  .judge_simu_area .btns {
    margin-bottom: 25px;
  }

  .judge_simu_area .text {
    font-size: 18px;
    padding-top: 35px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .judge_simu_area .note {
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 25px;
  }

  .judge_simu_area .text_link {
    font-size: 15px;
  }
}

/*-------------------------------
.select_pref_area
--------------------------------*/
.select_pref_area .e-info {
  color: #D32E52;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto 28px;
}

.select_pref_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: #c4c4c4 1px solid;
  padding: 25px 20px;
}

.select_pref_area .text {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.select_pref_area .select_pref {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select_pref_area .select_pref {
  width: 200px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  padding: 5px;
  border: #c4c4c4 1px solid;
  border-radius: 5px;
}

.select_pref_wrap {
  position: relative;
}

.select_pref_wrap::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #5c5c5c;
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  bottom: 50%;
  margin: auto;
  pointer-events: none;
}

@media only screen and (max-width: 667px) {
  .select_pref_area .e-info {
    padding-right: 4em;
    text-align: left;
    margin: 0 auto 19px;
  }

  .select_pref_inner {
    flex-direction: column;
    gap: 15px;
  }

  .select_pref_area .text,
  .select_pref_area .select_pref {
    font-size: 13px;
  }
}

/*-------------------------------
.add_cart_area
--------------------------------*/
.add_cart_area {
  font-weight: bold;
}

.add_cart_area .text {
  font-size: 20px;
  margin-bottom: 45px;
}

.add_cart_area .note_area {
  margin-bottom: 110px;
}

.add_cart_area .note {
  font-size: 16px;
  margin-bottom: 10px;
}

.add_cart_area .img {
  width: 120px;
  margin: 0 auto 55px;
  float: none;
}

@media only screen and (max-width: 667px) {
  .add_cart_area .text {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .add_cart_area .img {
    width: 24%;
    margin-bottom: 25px;
  }

  .add_cart_area .note_area {
    margin-bottom: 35px;
  }

  .add_cart_area .note {
    font-size: 13px;
  }
}

.loading_overlay {
  display: none;
  position: fixed;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}

body.is_access_api .loading_overlay {
  display: block;
}


/*-------------------------------
.cartItemNum
--------------------------------*/
.header-info-li.icon-cart {
  position: relative;
}

.header-info-li.icon-cart .cartItemNum {
  position: absolute;
  top: -15px;
  right: -5px;
  background: #990000;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}


/*-------------------------------
data-member-only-area=""
--------------------------------*/
[data-member-only-area] {
  display: none;
}

[data-member-only-area].is-show {
  display: block;
}

.cv_lay .message {
  color: #c00;
}