@charset "UTF-8";
/******************************
    common 
******************************/
.pane-contents > .container {
    width: 100%;
}
.pane-left-menu,
.pane-right-menu {
    display: none;
}
.pane-left-menu + .pane-main {
    width: 100%;
    margin: 0;
}
.pane-topic-path {
    margin-top: 0 !important;
}
.block-topic-path {
    width: 1200px;
    margin: 0 auto;
}
[data-browse-mode="S"] .block-topic-path {
    width: 100%;
    padding: 10px 10px;
}
.event_wrapper {
    /* background-color: #EAF7F9; */
    width: 100%;
}
.content_inner {
    margin: 0 auto;
}
[data-browse-mode="S"] .content_inner {
    width: 100%;
}
[data-browse-mode="P"] .pane-contents {
    padding-bottom: 0;
}
[data-browse-mode="S"] .pane-footer {
    margin-top: 0;
}
.page-event .fixed-shipping-list-btn {
	display: none;
}
/******************************
    ボタン 
******************************/
.btn_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 20px;
}
.btn_wrapper + .btn_wrapper {
    margin-top: 15px;
}
.btn_wrapper a {
    position: relative;
    text-align: center;
    color: #ffffff;
    background-color: #1091B1;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 22px;
    width: 100%;
	max-width: 346px;
}
.btn_wrapper.square a {
    border-radius: 11px;
    padding: 12px 10px;
    font-size: 20px;
}
[data-browse-mode="S"] .btn_wrapper:not(.square) a {
    border-radius: 30px;
    padding: 16px 10px;
    font-size: 18px;
}
[data-browse-mode="S"] .btn_wrapper.square a {
    padding: 15px 15px;
}
.btn_wrapper a::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
[data-browse-mode="P"] .btn_wrapper a::after {
    background-image: url(/img/usr/event/unsubscribe/arrow_w.png);
    width: 13px;
    height: 13px;
    right: 16px;
}
[data-browse-mode="S"] .btn_wrapper a::after {
    background-image: url(/img/usr/event/unsubscribe/arrow_w_sp.png);
    width: 13px;
    height: 13px;
    right: 16px;
}

.btn_nowrapp {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.btn_nowrapp a {
    color: #60BAD9;
    font-size: 18px;
}
[data-browse-mode="P"] .btn_nowrapp a {
    font-size: 20px;
}
.btn_nowrapp a:hover,
.btn_nowrapp a:focus {
    text-decoration: none;
}
/******************************
   パンくずリスト
******************************/
.block-topic-path {
  padding: 12px 0;
  font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.block-topic-path ul {
	letter-spacing: -5px;
}
.block-topic-path ul li a {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
}
.block-topic-path span.block-topic-path--delimiter {
	font-size: 0;
	width: 10px;
	height: 1px;
	background-color: #DEDBD7;
	display: inline-block;
	vertical-align: middle;
}
.block-topic-path--list li {
  padding-right: 1.0em;
}

.block-topic-path--list a {
  padding-left: 1.0em;
  text-decoration: none;
}

.block-topic-path--list .block-topic-path--item__home a {
  padding-left: 0;
}
/******************************
   mv
******************************/
.mv {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/img/usr/event/unsubscribe/mv_bg_sp.png);
    background-size: 100%;
    background-position: center top;
    padding: 0 10px 30px;
}
[data-browse-mode="P"] .mv {
    background-position: center top -50px;
}
.mv_ttl {
    color: #60BAD9;
    font-weight: bold;
    text-align: center;
    padding-top: 18px;
}
[data-browse-mode="P"] .mv_ttl {
}
.mv_txt {
    color: #624541;
    text-align: center;
    line-height: 1.6;
    margin-top: 20px;
    font-size: 16px;
}
[data-browse-mode="P"] .mv_txt {
}
/* .warning {
    font-family: "Noto Sans JP", sans-serif;
    color: #1091B1;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
[data-browse-mode="P"] .warning {
    font-size: 23px;
    width: 780px;
    top: -40px;
}
[data-browse-mode="S"] .warning {
    font-size: 18px;
    width: 90.5%;
    top: -40px;
}
.warning::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}
[data-browse-mode="P"] .warning::before {
    background-image: url(/img/usr/event/unsubscribe/animal.png);
    width: 328px;
    height: 71px;
    top: -71px;
    left: 50%;
    transform: translateX(-50%);
}
[data-browse-mode="S"] .warning::before {
    background-image: url(/img/usr/event/unsubscribe/animal_sp.png);
    width: 255px;
    height: 56px;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
}
.warning span {
    display: block;
    background-color: #FFFA76;
    border-radius: 10px;
    position: relative;
    width: 100%;
}
[data-browse-mode="P"] .warning span {
    padding: 23px 10px;
}
[data-browse-mode="S"] .warning span {
    padding: 16px 18px;
}
.warning span::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    border-color: #FFFA76 transparent transparent transparent;
} */
/******************************
   category_list
******************************/
.category_list {
    display: flex;
    margin: 0 auto;
    padding: 0 10px;
    flex-wrap: wrap;
    gap: 16px;
}
[data-browse-mode="P"] .category_list {
    width: 70%;
}
.category_list li {
    position: relative;
    border-radius: 15px;
    border: 1.5px solid #64C9E1;
    box-shadow: 3px 3px 1px #4fb7cf;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    width: calc((100% - 16px) / 2);
    height: 160px;
}
[data-browse-mode="P"] .category_list li {
    cursor: pointer;
}
.category_list li::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}

/* アイコン円背景 */
.category_item::before {
  content: "";
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: #eef9fc;
  background-position: center;
}

.category_item[data-modal="visit-difficult"]::before {
  background-image: url(/img/usr/event/unsubscribe/ico_visit_difficult.png);
  background-size: 38px 39px;
}

.category_item[data-modal="not-worth-monthly"]::before {
  background-image: url(/img/usr/event/unsubscribe/ico_not_worth_monthly.png);
  background-size: 41px 39px;
}

.category_item[data-modal="no-reservation"]::before {
  background-image: url(/img/usr/event/unsubscribe/ico_no_reservation.png);
  background-size: 33px 42px;
}

.category_item[data-modal="change-card"]::before {
  background-image: url(/img/usr/event/unsubscribe/ico_change_card.png);
  background-size: 52px 40px;
}

.category_item[data-modal="other-login"]::before {
  background-image: url(/img/usr/event/unsubscribe/ico_other_login.png);
  background-size: 36px 41px;
}

/* 解約のお知らせ */
.notice {
    padding: 40px 10px 64px;
    font-family: "Noto Sans JP", sans-serif;
}
.notice_title {
    text-align: center;
    color: #60BAD9;
    font-size: 18px;
    font-weight: bold;
}
[data-browse-mode="P"] .notice_title {
}
.notice_wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 60px;
}
.left_content {
    font-size: 16px;
}
.right_content {
    border-radius: 10px;
    background-color: #EFFAFB;
    color: #60BAD9;
    padding: 11px 10px;
}

.notice_subtitle {
    font-weight: bold;
    color: #1091B1;
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}
[data-browse-mode="P"] .notice_subtitle {
}
.notice_subtitle::before {
    content: "";
    background-image: url(/img/usr/event/unsubscribe/ico_alert.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: -6px;
    margin-right: 4px;
    width: 41px;
    height: 30px;
}
.notice_list {
    padding: 10px 10px;
    background-color: #EAF7F9;
    margin: 10px 20px 0;
}
.notice_list li {
    color: #1091B1;
    position: relative;
    padding-left: 26px;
    font-size: 14px;
}
[data-browse-mode="P"] .notice_list li {
}
.notice_list li + li {
    margin-top: 10px;
}
.notice_list li::before {
    content: "";
    position: absolute;
    background-image: url(/img/usr/event/unsubscribe/ico_close_circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
}
.telephone {
    position: relative;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}
.telephone::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
[data-browse-mode="P"] .telephone::before {
    background-image: url(/img/usr/event/unsubscribe/ico_tel.png);
    width: 31px;
    height: 31px;
}
[data-browse-mode="S"] .telephone::before {
    background-image: url(/img/usr/event/unsubscribe/ico_tel_sp.png);
    width: 31px;
    height: 31px;
}
.time {
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

/******************************
   モーダル
******************************/
/* 初期状態：非表示 */
.modal,
.modal_layer {
    /* opacity: 0;
    visibility: hidden;
    pointer-events: none; */
    /* transition: opacity .25s ease; */
    display: none;
}

/* 表示状態 */
.modal.is-open,
.modal_layer.is-open {
    /* opacity: 1;
    visibility: visible; */
    pointer-events: auto;
}
.modal_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgb(20 20 20 / 60%);
    justify-content: center;
    align-items: center;
    z-index: 100000;
}
.modal {
    z-index: 100001;
    position: fixed;
}
.modal_inner {
    background: #FFFFFF;
    /* padding: 15px 10px; */
    width: calc(100% - 20px);
    border-radius: 20px;
    height: auto;
    max-height: 80%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
}

/* .modal_inner {
    width: 100%;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    flex-grow: 1;
    overflow-x: hidden;    
} */
.modal_body {
    border-radius: 20px;
    overflow-y: auto;
}
.modal_close {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 4px solid #64C9E1;
    position: absolute;
    top: -30px;
    right: 0px;
    cursor: pointer;
    z-index: 1;
}
.modal_close::before,
.modal_close::after {
position: absolute;
    content: "";
    left: calc(50% - 15px);
    display: block;
    width: 32px;
    height: 4px;
    transition: all 0.3s;
    background: #64C9E1;
    border-radius: 2px;
}
.modal_close::before {
    top: calc(50% - 2px);
    transform: rotate(45deg);
}
.modal_close::after {
    bottom: calc(50% - 2px);
    transform: rotate(135deg);
}

/* モーダル内共通 */
.modal_content {

}
.modal_content .modal-title {
    background-color: #EAF7F9;
    color: #624541;
    text-align: center;
    border-radius: 20px 20px 0 0;
    padding: 30px 10px 20px;
    font-size: 26px;
}

[data-browse-mode="P"] .modal_content .modal-title {
    margin-top: 0;
    font-size: 27px;
}
.modal_content .modal-title span {
    color: #FF7978;
}
[data-browse-mode="P"] .modal_content .modal-title span {
    font-size: 27px;
}
.modal_contents_inner {
    padding: 0 18px 30px;
}
.modal_contents_nomal_text {
    text-align: center;
    font-size: 15px;
}
.modal_contents_nomal_text + .modal_contents_nomal_text {
    margin-top: 20px;
}
.modal_contents_box {
    border: 2px solid #64C9E1;
    border-radius: 18px;
    padding: 20px 14px;
    margin-top: 30px;
}
.modal_contents_box-title {
    color: #624541;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
[data-browse-mode="P"] .modal_contents_box-title {
    font-size: 16px;
}
.underline {
    background: linear-gradient(to top, rgba(255,255,118,0.45) 0%, rgba(255,255,118,0.45) 13px, rgba(0,0,0,0) 13px, rgba(0,0,0,0) 100%);
}
.dotted {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
}
.dotted::before {
    background-image: repeating-linear-gradient(90deg, #a6e0ee, #a6e0ee 2px, transparent 4px, transparent 8px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 2px;
    left: 0;
}
/******************************
   来店が難しくなったら
******************************/
.modal-visit-difficult-checkList {
    margin: 20px 10px 0;
}
[data-browse-mode="P"] .modal-visit-difficult-checkList {
    margin: 0 auto;
    width: fit-content;
}
.modal-visit-difficult-checkList li {
    color: #624541;
    position: relative;
    padding-left: 26px;
    font-size: 16px;
}
[data-browse-mode="P"] .modal-visit-difficult-checkList li {
    font-size: 16px;
}
.modal-visit-difficult-checkList li + li {
    margin-top: 5px;
}
.modal-visit-difficult-checkList li::before {
    content: "";
    position: absolute;
    background-image: url(/img/usr/event/unsubscribe/ico_check.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 17px;
    height: 17px;
}
#modal-visit-difficult .modal_contents_box {
    padding: 20px 0px;
}
.modal-visit-difficult-purchaseList {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 10px 0px;
}
.modal-visit-difficult-purchaseList li {
    width: calc((100% - 0px) / 3);
    text-align: center;
    font-size: 14px;
}
.modal-visit-difficult-purchaseList li a {
    display: flex;
    align-items: normal;
    justify-content: center;
    padding-top: 96px;
    position: relative;
    /* height: 166px; */
}
.modal-visit-difficult-purchaseList li a::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 5px solid #eef9fc;
    background-color: #ffffff;
    background-position: center;
}

.modal-visit-difficult-purchaseList .food a::before {
    background-image: url(/img/usr/event/unsubscribe/ico_food.png);
    background-size: 68px 68px;
}
.modal-visit-difficult-purchaseList .snack a::before {
    background-image: url(/img/usr/event/unsubscribe/ico_snack.png);
    background-size: 68px 68px;
}
.modal-visit-difficult-purchaseList .lifestyle a::before {
    background-image: url(/img/usr/event/unsubscribe/ico_lifestyle.png);
    background-size: 68px 68px;
}
.modal-visit-difficult-purchaseList .daily_goods a::before {
    background-image: url(/img/usr/event/unsubscribe/ico_daily_goods.png);
    background-size: 68px 68px;
}
.modal-visit-difficult-purchaseList .toy a::before {
    background-image: url(/img/usr/event/unsubscribe/ico_toy.png);
    background-size: 68px 68px;
}
.modal-visit-difficult-purchaseList .supplement a::before {
    background-image: url(/img/usr/event/unsubscribe/ico_supplement.png);
    background-size: 68px 68px;
}
.modal-visit-difficult-purchaseList-text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}
.modal-visit-difficult-purchaseList-text span {
    color: #FF7978;
}
.modal-visit-difficult-purchaseList-text .big {
    font-size: 22px;
}
.modal-visit-difficult-text {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
[data-browse-mode="P"] .modal-visit-difficult-text {
}
.user_voice_01,
.user_voice_02 {
    position: relative;
    background-color: #FAF7F5;
    font-size: 13px;
	font-weight: bold;
    width: calc((231px / 375px) * 100vw);
    border-radius: 15px;
    padding: 10px 10px;
}
[data-browse-mode="P"] .user_voice_01,
[data-browse-mode="P"] .user_voice_02 {
    width: calc((231px / 375px) * 100%);
}
.user_voice_01 {
    margin-top: 30px;
}
.user_voice_02 {
    margin-left: auto;
    margin-top: 10px;
}
.user_voice_01 span,
.user_voice_02 span {
    color: #FF7978;
}
.user_voice_01::before,
.user_voice_02::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 75px;
    top: 50%;
    transform: translateY(-50%);
}
.user_voice_01::before {
    background-image: url(/img/usr/event/unsubscribe/bg_fukidashi.png);
    right: -16px;
    width: 19px;
    height: 17px;
}
.user_voice_02::before {
    background-image: url(/img/usr/event/unsubscribe/bg_fukidashi.png);
    left: -10px;
    width: 13px;
    height: 14px;
    transform: translateY(-50%) scaleX(-1);
}
.user_voice_01::after,
.user_voice_02::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 74px;
    height: 75px;
    top: 50%;
    transform: translateY(-50%);
}
.user_voice_01::after {
    background-image: url(/img/usr/event/unsubscribe/ico_user_voice_01.png);
    right: calc((-88px / 375px) * 100vw);
}
.user_voice_02::after {
    background-image: url(/img/usr/event/unsubscribe/ico_user_voice_02.png);
    left: calc((-88px / 375px) * 100vw);
}
[data-browse-mode="P"] .user_voice_01::after {
    right: calc((-144px / 375px) * 100%);
}
[data-browse-mode="P"] .user_voice_02::after {
    left: calc((-144px / 375px) * 100%);
}

/******************************
   月額の元がとれていないと感じる
******************************/
#modal-not-worth-monthly .modal_contents_box {
    padding: 20px 10px;
    position: relative;
}
.modal-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 5px;
}
.modal-category-list li {
    position: relative;
    text-align: center;
    display: flex;
    align-items: normal;
    justify-content: center;
    padding-top: 100px;
    font-size: 14px; 
    width: calc((100% - 10px) / 3);
}
.modal-category-list li::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: #eef9fc;
    background-position: center;
}

.modal-category-list .store::before {
    background-image: url(/img/usr/event/unsubscribe/ico_store_sp.png);
    background-size: 48px 48px;
}
.modal-category-list .trimming::before {
    background-image: url(/img/usr/event/unsubscribe/ico_trimming_sp.png);
    background-size: 48px 48px;
}
.modal-category-list .clinic::before {
    background-image: url(/img/usr/event/unsubscribe/ico_clinic_sp.png);
    background-size: 48px 48px;
}
.modal-category-list .cart::before {
    background-image: url(/img/usr/event/unsubscribe/ico_cart_sp.png);
    background-size: 48px 44px;
}
.modal-category-list .hotel::before {
    background-image: url(/img/usr/event/unsubscribe/ico_hotel_sp.png);
    background-size: 48px 48px;
}
.modal-category-list .cafe::before {
    background-image: url(/img/usr/event/unsubscribe/ico_cafe_sp.png);
    background-size: 48px 48px;
}
.modal-category-list-text {
    color: #1091B1;
    background-color: #FFFA76;
    font-weight: bold;
    text-align: center;
    transform: translateX(-50%) rotate(-2deg);
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 80%;
    font-size: 24px;
}
[data-browse-mode="P"] .modal-category-list-text {
}
.modal-not-worth-monthly {
    margin: 44px auto 0;
	padding: 0 32px;
	width: fit-content;
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
.modal-not-worth-monthly .big {
    font-size: 18px;
}
.modal-not-worth-monthly .biggest {
    font-size: 20px;
}
.modal-not-worth-monthly::before,
.modal-not-worth-monthly::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 5px;
    width: 31px;
    height: 54px;
}
.modal-not-worth-monthly::before {
    background-image: url(/img/usr/event/unsubscribe/bg_line_l.png);
    left: 0;
}
.modal-not-worth-monthly::after {
    background-image: url(/img/usr/event/unsubscribe/bg_line_r.png);
    right: 0;
}

.utilization-title {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
.utilization-box {
    margin-left: auto;
    margin-top: 10px;
    background-image: url(/img/usr/event/unsubscribe/ico_user_voice_02.png);
    background-repeat: no-repeat;
    background-size: 92px 92px;
    background-position: 5px calc(50% + 5px);
    padding-left: 120px;
}
.utilization-service {
    font-weight: bold;
    font-size: 15px;
}
.utilization-list {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 12px;
}
.utilization-list li {
    position: relative;
    text-align: center;
    display: flex;
    align-items: normal;
    justify-content: center;
    padding-top: 64px;
    font-size: 9px; 
    width: 58px;
}
.utilization-list li::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #eef9fc;
    background-color: #ffffff;
    background-position: center;
}

.utilization-list .trimming::before {
    background-image: url(/img/usr/event/unsubscribe/ico_trimming_sp.png);
    background-size: 29px 29px;
}
.utilization-list .clinic::before {
    background-image: url(/img/usr/event/unsubscribe/ico_clinic_sp.png);
    background-size: 29px 29px;
}
.utilization-list .cart::before {
    background-image: url(/img/usr/event/unsubscribe/ico_cart_sp.png);
    background-size: 29px 29px;
}

.utilization-voice {
    position: relative;
    background-color: #FAF7F5;
    font-size: 13px;
    border-radius: 15px;
    padding: 10px 10px;
    margin-top: 10px;
}
[data-browse-mode="P"] .utilization-voice {
}
.utilization-voice span {
    color: #FF7978;
}
.utilization-voice::before {
    content: "";
    position: absolute;
    background-image: url(/img/usr/event/unsubscribe/bg_fukidashi.png);
    width: 18px;
    height: 16px;
    left: 13px;
    transform: scaleX(-1) rotate(270deg);
    top: -16px;
    background-size: contain;
    background-repeat: no-repeat;
}
/******************************
    PCレイアウト
******************************/
[data-browse-mode="P"] .wrap_unsub {
    background: #DDF3F6;
    position: relative;
	overflow: hidden;
}
[data-browse-mode="P"] .wrap_unsub::before,
[data-browse-mode="P"] .wrap_unsub::after {
    content: " ";
    width: 181px;
    height: 701px;
    background: url(/img/usr/event/unsubscribe/bg_stamp.png) no-repeat center center / contain;
    display: block;
    z-index: 0;
    position: absolute;
	transform-origin: center center;
}
[data-browse-mode="P"] .wrap_unsub::before {
    left: calc(50% - 810px);
    top: 23%;
    transform: rotate(-32deg);
}
[data-browse-mode="P"] .wrap_unsub::after {
    right: calc(50% - 864px);
    bottom: 0;
    transform: rotate(-50deg);
}
[data-browse-mode="P"] .wrap_unsub > .mv,
[data-browse-mode="P"] .wrap_unsub > .event_wrapper,
[data-browse-mode="P"] .wrap_unsub > .notice {
    margin: 0 auto;
    width: 627px;
	background-color: #fff;
    z-index: 2;
    position: relative;
}
[data-browse-mode="P"] .wrap_unsub > .modal_layer,
[data-browse-mode="P"] .wrap_unsub > .modal {
    position: absolute;
}
[data-browse-mode="P"] .wrap_unsub > .modal_layer {
    z-index: 98;
}
[data-browse-mode="P"] .wrap_unsub > .modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
[data-browse-mode="P"] .wrap_unsub .modal_inner {
    top: 200px;
    left: calc(50% - 270px);
    width: 540px;
    max-height: calc(100vh - 250px);
    z-index: 99;
    transform: none;
    position: fixed;
}
