@charset "UTF-8";
@media screen and (min-width: 551px) {
  .common-coupon-detail__wrapper {
    box-sizing: border-box;
    padding: 64px 20px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__top-heading {
    position: relative;
    padding-bottom: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 150% 48px;
    color: #333333;
    text-align: center;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__top-heading::after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 16.5px);
    width: 33px;
    height: 1px;
    content: "";
    background-color: #333333;
  }
  .common-coupon-detail__wrapper .common-coupon-detail {
    box-sizing: border-box;
    width: 100%;
    padding: 24px 32px;
    margin-top: 40px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    color: #333333;
    border: 1px solid #dddddd;
    border-radius: 2px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__main {
    height: auto;
    border-top: 1px solid #dddddd;
    opacity: 1;
    transition: all 0.2s ease-out;
  }
  .common-coupon-detail__wrapper .common-coupon-detail.is-closed .common-coupon-detail__main {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__block {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    padding: 16px 0;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__block + .common-coupon-detail__block {
    border-top: 1px solid #dddddd;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__block:has(.common-coupon-detail__group) {
    gap: 16px 0;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__group {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    align-items: flex-start;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__heading {
    font-size: 14px;
    font-weight: 700;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__heading--level4 {
    font-size: 12px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__text {
    font-size: 13px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__label {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 700;
    background: #f2f2f2;
    border-radius: 2px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__attention-item {
    position: relative;
    padding-left: 1em;
    font-size: 13px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__attention-item + .common-coupon-detail__attention-item {
    margin-top: 6px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__attention-item::before {
    position: absolute;
    left: 0;
    content: "・";
  }
  .common-coupon-detail__wrapper .common-coupon-link-text {
    position: relative;
    display: inline-block;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 400;
    line-height: 150%;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text:link,
  .common-coupon-detail__wrapper .common-coupon-link-text:visited {
    color: #0078b5;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text:link.common-coupon-link-text--gray,
  .common-coupon-detail__wrapper .common-coupon-link-text:visited.common-coupon-link-text--gray {
    color: #717171;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text:link.common-coupon-link-text--black,
  .common-coupon-detail__wrapper .common-coupon-link-text:visited.common-coupon-link-text--black {
    color: #333333;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text::after {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    content: "";
    background-color: #0078b5;
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.8105 2.25L6.75 3.3105L15.4395 12L6.75 20.6895L7.8105 21.75L17.5605 12L7.8105 2.25Z' fill='currentColor'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: 0.2s;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--gray::after {
    background-color: #717171;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--black::after {
    background-color: #333333;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--underline {
    text-decoration: underline;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--noarrow::after {
    content: none;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--anchor::after {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.9053 7.65523L20.8448 6.59473L12.1553 15.2842L3.46577 6.59473L2.40527 7.65523L12.1553 17.4052L21.9053 7.65523Z' fill='currentColor'/%3E%3C/svg%3E");
  }
  .common-coupon-detail__wrapper .common-coupon-link-text:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--18 {
    font-size: 18px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--18::after {
    width: 16px;
    height: 16px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--16 {
    font-size: 16px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--16::after {
    width: 16px;
    height: 16px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--14 {
    font-size: 14px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--13 {
    font-size: 13px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--12 {
    font-size: 12px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--11 {
    font-size: 11px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--10 {
    font-size: 10px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--10::after {
    width: 12px;
    height: 12px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text__icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    vertical-align: middle;
    background-color: #0078b5;
    mask-image: var(--icon-rf-symbol);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--gray .common-coupon-link-text__icon {
    background-color: #717171;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--black .common-coupon-link-text__icon {
    background-color: #333333;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--18 .common-coupon-link-text__icon {
    width: 20px;
    height: 20px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--16 .common-coupon-link-text__icon {
    width: 20px;
    height: 20px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--12 .common-coupon-link-text__icon {
    width: 16px;
    height: 16px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--11 .common-coupon-link-text__icon {
    width: 14px;
    height: 14px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--10 .common-coupon-link-text__icon {
    width: 12px;
    height: 12px;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list {
    font-family: "Noto Sans JP", sans-serif;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list__item {
    position: relative;
    padding-left: calc(1em + 4px);
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    color: #717171;
    text-align: left;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list__item + .common-coupon-note-list__item {
    margin-top: 4px;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list--center .common-coupon-note-list__item {
    padding-left: 0;
    text-align: center;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list__item::before {
    position: absolute;
    left: 0;
    content: "※";
  }
  .common-coupon-detail__wrapper .common-coupon-note-list--center .common-coupon-note-list__item::before {
    position: relative;
    margin-right: 4px;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list__item--no-icon {
    padding-left: 0;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list--left-sp .common-coupon-note-list__item {
    text-align: center;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list__item--no-icon::before {
    content: "";
  }
  #multicp_container_default_detail.common-coupon-detail__wrapper .common-coupon-detail {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .common-coupon-detail__wrapper {
    box-sizing: border-box;
    padding: 40px 24px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__top-heading {
    position: relative;
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    color: #333333;
    text-align: center;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__top-heading::after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 16.5px);
    width: 33px;
    height: 1px;
    content: "";
    background-color: #333333;
  }
  .common-coupon-detail__wrapper .common-coupon-detail {
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    margin-top: 32px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    color: #333333;
    border: 1px solid #dddddd;
    border-radius: 2px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__main {
    height: auto;
    border-top: 1px solid #dddddd;
    opacity: 1;
    transition: all 0.2s ease-out;
  }
  .common-coupon-detail__wrapper .common-coupon-detail.is-closed .common-coupon-detail__main {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__block {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    padding: 16px 0;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__block + .common-coupon-detail__block {
    border-top: 1px solid #dddddd;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__block:has(.common-coupon-detail__group) {
    gap: 16px 0;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__group {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    align-items: flex-start;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__heading {
    font-size: 14px;
    font-weight: 700;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__heading--level4 {
    font-size: 12px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail.is-closed .common-coupon-detail__text {
    display: none;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__label {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 700;
    background: #f2f2f2;
    border-radius: 2px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__attention-item {
    position: relative;
    padding-left: 1em;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__attention-item + .common-coupon-detail__attention-item {
    margin-top: 6px;
  }
  .common-coupon-detail__wrapper .common-coupon-detail__attention-item::before {
    position: absolute;
    left: 0;
    content: "・";
  }
  .common-coupon-detail__wrapper .js-common-coupon-detail__heading {
    position: relative;
    padding-right: 20px;
  }
  .common-coupon-detail__wrapper .js-common-coupon-detail__heading::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 13px;
    height: 7.2px;
    content: "";
    background-image: url(https://brandavenue.r10s.jp/img/library/contents/common/components/chevron-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease-out;
  }
  .common-coupon-detail__wrapper .common-coupon-detail.is-closed .js-common-coupon-detail__heading::after {
    transform: rotate(-180deg);
  }
  .common-coupon-detail__wrapper .common-coupon-detail .common-coupon-link-text--underline {
    text-decoration: underline;
  }
  .common-coupon-detail__wrapper .common-coupon-detail .common-coupon-link-text--noarrow::after {
    display: none;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text {
    position: relative;
    display: inline-block;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 400;
    line-height: 150%;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text:link,
  .common-coupon-detail__wrapper .common-coupon-link-text:visited {
    color: #0078b5;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text:link.common-coupon-link-text--gray,
  .common-coupon-detail__wrapper .common-coupon-link-text:visited.common-coupon-link-text--gray {
    color: #717171;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text:link.common-coupon-link-text--black,
  .common-coupon-detail__wrapper .common-coupon-link-text:visited.common-coupon-link-text--black {
    color: #333333;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text::after {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    content: "";
    background-color: #0078b5;
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.8105 2.25L6.75 3.3105L15.4395 12L6.75 20.6895L7.8105 21.75L17.5605 12L7.8105 2.25Z' fill='currentColor'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: 0.2s;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--gray::after {
    background-color: #717171;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--black::after {
    background-color: #333333;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--underline {
    text-decoration: underline;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--noarrow::after {
    content: none;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--anchor::after {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.9053 7.65523L20.8448 6.59473L12.1553 15.2842L3.46577 6.59473L2.40527 7.65523L12.1553 17.4052L21.9053 7.65523Z' fill='currentColor'/%3E%3C/svg%3E");
  }
  .common-coupon-detail__wrapper .common-coupon-link-text:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--18 {
    font-size: 18px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--18::after {
    width: 16px;
    height: 16px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--16 {
    font-size: 16px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--16::after {
    width: 16px;
    height: 16px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--14 {
    font-size: 14px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--13 {
    font-size: 13px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--12 {
    font-size: 12px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--11 {
    font-size: 11px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--10 {
    font-size: 10px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--10::after {
    width: 12px;
    height: 12px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text__icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    vertical-align: middle;
    background-color: #0078b5;
    mask-image: var(--icon-rf-symbol);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--gray .common-coupon-link-text__icon {
    background-color: #717171;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--black .common-coupon-link-text__icon {
    background-color: #333333;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--18 .common-coupon-link-text__icon {
    width: 20px;
    height: 20px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--16 .common-coupon-link-text__icon {
    width: 20px;
    height: 20px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--12 .common-coupon-link-text__icon {
    width: 16px;
    height: 16px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--11 .common-coupon-link-text__icon {
    width: 14px;
    height: 14px;
  }
  .common-coupon-detail__wrapper .common-coupon-link-text--10 .common-coupon-link-text__icon {
    width: 12px;
    height: 12px;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list {
    font-family: "Noto Sans JP", sans-serif;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list__item {
    position: relative;
    padding-left: calc(1em + 4px);
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    color: #717171;
    text-align: left;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list__item + .common-coupon-note-list__item {
    margin-top: 4px;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list--center .common-coupon-note-list__item {
    padding-left: 0;
    text-align: center;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list__item::before {
    position: absolute;
    left: 0;
    content: "※";
  }
  .common-coupon-detail__wrapper .common-coupon-note-list--center .common-coupon-note-list__item::before {
    position: relative;
    margin-right: 4px;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list__item--no-icon {
    padding-left: 0;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list__item--no-icon::before {
    content: "";
  }
  .common-coupon-detail__wrapper .common-coupon-note-list--left-sp .common-coupon-note-list__item {
    padding-left: calc(1em + 4px);
    text-align: left;
  }
  .common-coupon-detail__wrapper .common-coupon-note-list--left-sp .common-coupon-note-list__item::before {
    position: absolute;
    left: 0;
    margin-right: 0;
  }
  #multicp_container_default_detail.common-coupon-detail__wrapper .common-coupon-detail {
    margin-top: 0;
  }
}