@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  border: none;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
address,
main,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style-type: none;
}

@font-face {
  font-family: "YuGothic-B";
  src: url("../font/yugothib.ttf");
}

@font-face {
  font-family: "YuGothic-M";
  src: url("../font/yugothic-medium.otf");
}

@media only screen and (min-width: 1201px) {
  .header-notice-text {
    width: 100%;
    position: fixed;
    top: 0;
    background: #ffeaed;
    z-index: 999;
    height: 40px;
  }

  .header-notice-text p {
    font-size: 18px;
    font-family: "YuGothic-M";
    font-weight: 600;
  }

  header.site-header {
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 99;
    padding: 15px 0 12px;
    background: #FFF;
  }

  header.site-header .header-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 228.22px;
    margin: 0 auto;
  }

  header.site-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: linear-gradient(#dfe8f8 0%, #ffeaed 100%);
    opacity: 0.6;
    bottom: -8px;
    left: 0;
  }

  .cart-form-button {
    position: relative;
    width: 100%;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-form-button .cart-button-action {
    position: relative;
    width: 350px;
    height: 50px;
    border-radius: 5px;
    background: #f167a0;
    color: #FFF;
    box-shadow: 0px 2.5px 2.5px rgba(177, 177, 177, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 16px;
    line-height: 33.31px;
    outline: none;
    border: none;
  }

  .cart-form-button .cart-button-action::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    right: 18px;
  }

  .cart-form-button .cart-button-delete {
    position: relative;
    width: 215px;
    height: 50px;
    border-radius: 5px;
    background: #707070;
    color: #FFF;
    box-shadow: 0px 2.5px 2.5px rgba(177, 177, 177, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 16px;
    line-height: 33.31px;
    outline: none;
    border: none;
  }

  .cart-form-button .cart-button-delete::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    right: 12px;
  }

  .cart-form-button .cart-button-cancel {
    position: relative;
    width: 144px;
    height: 50px;
    background: #aaa;
    border-radius: 5px;
    color: #FFF;
    box-shadow: 0px 2.5px 2.5px rgba(177, 177, 177, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 16px;
    line-height: 33.31px;
    margin-right: 20px;
    outline: none;
    border: none;
  }

  .cart-form-button .cart-button-cancel::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: rotate(45deg);
    left: 18px;
  }

  .cart-form-button .cart-button-action:hover,
  .cart-form-button .cart-button-cancel:hover,
  .cart-form-button .cart-button-delete:hover {
    opacity: 0.8;
  }

  .ec-layoutRole {
    display: block;
    background: unset;
  }

  .ec-layoutRole .ec-layoutRole__contents {
    display: block;
    max-width: 1200px;
  }

  .cart-body-content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 166px 100px 126px;
  }

  .cart-body-content .cart-progress {
    position: relative;
    width: 100%;
  }

  .cart-body-content .cart-progress ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .cart-body-content .cart-progress ul li.progress-item {
    position: relative;
    width: 231.25px;
    margin-right: 18.75px;
    padding-bottom: 7px;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
  }

  .cart-body-content .cart-progress ul li.progress-item.is-active {
    color: #333;
    border-bottom: 2px solid #333;
  }

  .cart-body-content .cart-progress ul li.progress-item:last-child {
    margin-right: 0;
  }

  .cart-body-content .cart-option-title {
    position: relative;
    padding-bottom: 27px;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #333;
  }

  .cart-body-content .cart-item-total-price {
    position: relative;
    padding-top: 15px;
  }

  .cart-body-content .cart-item-total-price p {
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    text-align: right;
    color: #333;
  }

  .cart-body-content .cart-item-total-price p .total-price {
    position: relative;
    padding-left: 45px;
    font-size: 23px;
  }

  .cart-body-content .cart-item-total-price p .price-tax {
    position: relative;
    font-size: 15px;
    font-weight: normal;
  }

  .cart-body-content .cart-item-others-price {
    position: relative;
    padding-top: 15px;
  }

  .cart-body-content .cart-item-others-price p {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    text-align: right;
    color: #333;
  }

  .cart-body-content .cart-item-others-price p:first-child {
    padding-bottom: 15px;
  }

  .cart-body-content .cart-item-others-price p .total-price {
    position: relative;
    padding-left: 50px;
    font-size: 20px;
  }

  .cart-body-content .cart-item-others-price p .price-tax {
    position: relative;
    font-size: 15px;
    font-weight: normal;
  }

  .cart-body-content .cart-item-content {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }

  .cart-body-content .cart-item-content .cart-item-body {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 35px;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table:first-child {
    padding-top: 35px;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-image {
    position: relative;
    width: 136.22px;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity {
    position: relative;
    width: calc(100% - 136.22px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-name {
    position: relative;
    width: 250px;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-name.cart-option {
    width: 100%;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-amount {
    position: relative;
    width: 50px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #333;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-price {
    position: relative;
    width: 120px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #333;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-del-btn {
    position: relative;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-del-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 32px;
    border-radius: 50rem;
    background: #ddd;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #333;
    transition: background 0.2s, color 0.2s;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-del-btn a:hover {
    background: #F167A0;
    color: #FFF;
  }

  .cart-body-content .message-card-content {
    position: relative;
    width: 100%;
    margin-top: 100px;
  }

  .cart-body-content .message-card-content .message-card-body {
    position: relative;
    border-top: 1px solid #ddd;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 30px;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set {
    position: relative;
    width: 40%;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #333;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label:before,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #f167a0;
    border-radius: 100%;
    background: #fff;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label:after,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #f167a0;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all 0.2s ease;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .cart-body-content .message-card-content .message-card-body .card-template-image {
    position: relative;
    padding-top: 20px;
    padding-left: 30px;
  }

  .cart-body-content .message-card-content .message-card-body .card-template-image .card-image {
    max-width: 130px;
    width: 100%;
    position: relative;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part {
    position: relative;
    padding-top: 30px;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #333;
    padding-bottom: 5px;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-field {
    position: relative;
    width: 100%;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-field textarea {
    position: relative;
    width: 85%;
    border: 1px solid #707070;
    padding: 10px;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-field .card-message-counter {
    width: 85%;
    text-align: right;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 14px;
    line-height: 25.95px;
    color: #707070;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-select-button {
    position: relative;
    padding-top: 25px;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-select-button a {
    position: relative;
    width: 191px;
    height: 32px;
    border-radius: 16px;
    background: #fd8e0a;
    box-shadow: 0px 2.5px 8px rgba(0, 0, 0, 0.16);
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-select-button a:hover {
    opacity: 0.8;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-notes {
    position: relative;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-notes p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #333;
    padding: 0 0 0 5px;
  }

  .cart-body-content .ticket-name-content {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }

  .cart-body-content .ticket-name-content .ticket-name-body {
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 36px;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field label {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 15px;
    line-height: 35px;
    text-align: left;
    color: #333;
    padding-right: 10px;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field span.ec-required {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 20px;
    vertical-align: 0;
    font-size: 12px;
    font-weight: normal;
    border-radius: 3px;
    background: #f59d54;
    text-align: center;
    color: #fff;
    margin-left: 0;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field input[type=text] {
    width: 324px;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #aeaeae;
    padding: 10px 12px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 25.95px;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field input[type=text]::-moz-placeholder {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 25.95px;
    text-align: left;
    color: #aeaeae;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field input[type=text]::placeholder {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 25.95px;
    text-align: left;
    color: #aeaeae;
  }

  .cart-body-content .ticket-video-content {
    position: relative;
    width: 100%;
    margin-top: 80px;
  }

  .cart-body-content .ticket-video-content .ticket-video-body {
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-main-video {
    position: relative;
    width: 340px;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video {
    position: relative;
    width: calc(100% - 340px);
    padding-left: 26px;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video .ticket-video {
    padding: 5px 10px;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video .ticket-video img {
    height: 137px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video .ticket-video.active img {
    border: 2px solid #ff8194;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample .sample-note {
    position: relative;
    width: 65%;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #333;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample .sample-show-button {
    position: relative;
    width: 35%;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample .sample-show-button a {
    position: relative;
    width: 259px;
    height: 32px;
    border-radius: 16px;
    background: transparent;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #333;
    margin: 0 auto;
  }

  .cart-body-content .gift-option-content {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }

  .cart-body-content .gift-option-content .gift-option-body {
    position: relative;
    border-top: 1px solid #ddd;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 30px;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set {
    position: relative;
    width: 40%;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #333;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label:before,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #f167a0;
    border-radius: 100%;
    background: #fff;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label:after,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #f167a0;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all 0.2s ease;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-image {
    position: relative;
    width: 100%;
    padding-top: 30px;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-image .gift-image {
    position: relative;
    width: 400px;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail {
    position: relative;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-notes {
    position: relative;
    width: 65%;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-notes p {
    padding: 0;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #db3463;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-detail-button {
    position: relative;
    width: 35%;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-detail-button a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 113px;
    height: 32px;
    border-radius: 16px;
    background: transparent;
    border: 1px solid #707070;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #333;
  }

  .cart-body-content .delivery-fee-content {
    position: relative;
    margin-top: 60px;
  }

  .cart-body-content .delivery-fee-content .gift-delivery-fee {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 15px;
  }

  .cart-body-content .delivery-fee-content .gift-delivery-fee p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #333;
    padding-bottom: 15px;
  }

  .cart-body-content .delivery-fee-content .gift-delivery-fee p:last-child {
    padding: 0;
  }

  .cart-body-content .no-item-text {
    position: relative;
    padding: 120px 0 30px;
  }

  .cart-body-content .no-item-text p {
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .cart-body-content .cart-notes-text {
    position: relative;
    padding-top: 70px;
  }

  .cart-body-content .cart-notes-text .notes-title {
    position: relative;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #333;
    padding: 7px 20px;
    background: #f5f5f5;
  }

  .cart-body-content .cart-notes-text .notes-text {
    position: relative;
    padding-top: 20px;
  }

  .cart-body-content .cart-notes-text .notes-text p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #333;
    padding-left: 20px;
  }

  .cart-body-content .cart-notes-text .notes-text p::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50rem;
    top: 10px;
    left: 0;
  }

  .cart-body-content .cart-information-content {
    position: relative;
    width: 100%;
    padding-top: 60px;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs {
    position: relative;
    border-top: 1px solid #ddd;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    padding: 0;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl.pc {
    display: block;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl.sp {
    display: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt {
    padding: 25px;
    width: 30%;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt.pc {
    display: block;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt.sp {
    display: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-label {
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-label.pc {
    display: inline-block;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-label.sp {
    display: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-required {
    display: inline-block;
    padding: 4px 8px;
    margin-left: 15px;
    vertical-align: 0;
    font-size: 12px;
    font-weight: normal;
    border-radius: 3px;
    background: #f59d54;
    text-align: center;
    color: #fff;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd {
    padding: 18px 30px;
    width: 70%;
    background: #fff;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select {
    width: 45%;
    margin-left: 15px;
    height: 40px;
    padding: 10px 12px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 25.95px;
    text-align: left;
    color: #333;
    border-radius: 3px;
    border: 1px solid #aeaeae;
    outline: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select::-moz-placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select::placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select:first-child {
    margin-left: 0;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput .ec-zipInputHelp,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput .ec-zipInputHelp,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select .ec-zipInputHelp {
    width: 155px;
    height: 40px;
    margin-left: 15px;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput .ec-zipInputHelp a,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput .ec-zipInputHelp a,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select .ec-zipInputHelp a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #fff;
    border: 2px solid #707070;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    color: #707070;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput {
    display: flex;
    align-items: center;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=tel] {
    width: calc(90% + 15px);
    height: 40px;
    padding: 10px 12px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 25.95px;
    text-align: left;
    color: #333;
    border-radius: 3px;
    border: 1px solid #aeaeae;
    outline: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=tel]::-moz-placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=tel]::placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label:before,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #f167a0;
    background: #fff;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:before {
    border: 1px solid #ddd;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label:after,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #f167a0;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: all 0.2s ease;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .cart-body-content .cart-item-confirm-content {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }

  .cart-body-content .cart-item-confirm-content .cart-confirm-title {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    padding: 14px 30px;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body {
    position: relative;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 25px 30px;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table:first-child {
    padding-top: 25px;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-image {
    position: relative;
    width: 136.22px;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity {
    position: relative;
    width: calc(100% - 136.22px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity .item-name {
    position: relative;
    width: 100%;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity .pc-properity {
    position: relative;
    display: flex;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity .pc-properity .item-amount {
    position: relative;
    width: 50px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #333;
    margin-right: 95px;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity .pc-properity .item-price {
    position: relative;
    width: 120px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table {
    position: relative;
    width: 100%;
    padding: 22px 0;
    text-align: right;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 23px;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-name,
  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-price {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: right;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-name {
    padding-right: 20px;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-price {
    width: 18%;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content:last-child {
    padding-bottom: 0;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body,
  .cart-body-content .cart-item-confirm-content .client-information-body,
  .cart-body-content .cart-item-confirm-content .delivery-information-body {
    position: relative;
    padding: 25px 0 25px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-title,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-title,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-title {
    width: 150px;
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-content,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-content,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-content {
    position: relative;
    width: calc(100% - 100px);
    padding-left: 70px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-content p,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-content p,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-content p {
    font-weight: bold;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-content p span,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-content p span,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-content p span {
    font-family: "YuGothic-M";
    font-weight: bold;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-content img,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-content img,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-content img {
    width: 250px;
  }

  .cart-body-content .cart-item-complete-content {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }

  .cart-body-content .cart-item-complete-content .order-complete-message {
    padding: 30px 0;
    border-top: 1px solid #ddd;
  }

  .modal .modal-dialog {
    margin-top: 8rem;
  }

  .modal .modal-dialog.card-message-dialog-modal {
    max-width: 800px;
  }

  .modal .modal-dialog.card-message-dialog-modal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .modal .modal-dialog.ticket-video-dialog-modal {
    max-width: 923px;
  }

  .modal .modal-dialog.gift-detail-show-dialog-modal {
    max-width: 390px;
  }

  .modal .modal-dialog .modal-content {
    border: none;
    border-radius: 10px;
  }

  .modal .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 0;
  }

  .modal .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    right: -18px;
    top: -10px;
    background-image: url("../image/close.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: transform 0.4s;
    z-index: 1;
  }

  .modal .modal-dialog .modal-content .modal-body .close:hover {
    transform: rotate(180deg);
  }

  .modal .modal-dialog .modal-content .modal-body .cart-item-delete-text {
    position: relative;
    padding: 100px 0 50px;
  }

  .modal .modal-dialog .modal-content .modal-body .cart-item-delete-text p {
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .modal .modal-dialog .modal-content .modal-body .cart-item-delete-text .cart-form-button {
    padding-top: 35px;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content {
    position: relative;
    padding: 70px 80px;
    height: 585px;
    overflow-y: scroll;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part {
    position: relative;
    padding-bottom: 30px;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part:last-child {
    padding-bottom: 0;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked) {
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label:before,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label:after,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #007bff;
    position: absolute;
    top: 10px;
    left: 4px;
    border-radius: 100%;
    transition: all 0.2s ease;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-select-button {
    width: 100%;
    position: relative;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-select-button a {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fd8e0a;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 16px;
    line-height: 33.31px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content {
    position: relative;
    width: 100%;
    padding: 50px 40px 40px;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-modal-title {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-sample-body {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-sample-body .ticket-video-sample-subpart {
    position: relative;
    width: 260px;
    margin-right: 32px;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-sample-body .ticket-video-sample-subpart:last-child {
    margin-right: 0;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-sample-body .ticket-video-sample-subpart p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    color: #333;
    padding-top: 10px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content {
    position: relative;
    padding: 45px 65px 47px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-modal-title {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body {
    padding-top: 10px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-recipient-name {
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #333;
    padding-bottom: 10px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-recipient-name span {
    color: #F167A0;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity {
    position: relative;
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2.5px 8px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    padding: 19px 18px 15px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-image {
    position: relative;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-alarm {
    position: relative;
    padding-top: 13px;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-alarm span {
    color: #F167A0;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-delivery-note {
    position: relative;
    padding-top: 6px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-sender-name {
    position: relative;
    padding-top: 7px;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    color: #333;
    padding-bottom: 15px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-delivery-deadline {
    width: 223.66px;
    height: 22.37px;
    border-radius: 50rem;
    background: transparent;
    border: 1px solid #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 11px;
    line-height: 19px;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-description {
    position: relative;
    padding-top: 12px;
    border-top: 1px solid #DDD;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-description .gift-message-title {
    position: relative;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #f167a0;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-description .gift-message {
    position: relative;
    padding-top: 13px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #333;
  }

  footer .footer-body {
    position: relative;
    padding-bottom: 15px;
    padding-top: 120px;
  }

  footer .footer-body .footer-menu {
    position: relative;
    text-align: center;
  }

  footer .footer-body .footer-menu a {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 14px;
    line-height: 26.25px;
    text-align: left;
    color: #4d4d4d;
  }

  footer .footer-body .footer-menu a:first-child {
    padding-right: 33px;
  }

  footer .footer-body .footer-menu a:first-child::after {
    content: "";
    position: absolute;
    height: 15px;
    border-right: 1px solid #aeaeae;
    top: 0;
    right: 16.5px;
  }

  footer .footer-body .footer-copyright {
    position: relative;
    text-align: center;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 10px;
    line-height: 19.13px;
    color: #333;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .header-notice-text {
    width: 100%;
    position: fixed;
    top: 0;
    background: #ffeaed;
    z-index: 999;
    height: 3.3333333333333vw;
  }

  .header-notice-text p {
    font-size: 1.5vw;
    font-family: "YuGothic-M";
    font-weight: 600;
  }

  header.site-header {
    position: fixed;
    width: 100%;
    top: 3.3333333333333vw;
    left: 0;
    z-index: 99;
    padding: 1.25vw 0 1vw;
    background: #FFF;
  }

  header.site-header .header-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19.1666666667vw;
    margin: 0 auto;
  }

  header.site-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.6666666667vw;
    background: linear-gradient(#dfe8f8 0%, #ffeaed 100%);
    opacity: 0.6;
    bottom: -0.6666666667vw;
    left: 0;
  }

  .cart-form-button {
    position: relative;
    width: 100%;
    padding-top: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-form-button .cart-button-action {
    position: relative;
    width: 29.1666666667vw;
    height: 4.1666666667vw;
    border-radius: 0.4166666667vw;
    background: #f167a0;
    color: #FFF;
    box-shadow: 0px 0.2083333333vw 0.2083333333vw rgba(177, 177, 177, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.3333333333vw;
    line-height: 2.775vw;
    outline: none;
    border: none;
  }

  .cart-form-button .cart-button-action::before {
    content: "";
    position: absolute;
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    right: 1vw;
  }

  .cart-form-button .cart-button-delete {
    position: relative;
    width: 17.9166666667vw;
    height: 4.1666666667vw;
    border-radius: 5px;
    background: #707070;
    color: #FFF;
    box-shadow: 0px 2.5px 2.5px rgba(177, 177, 177, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.3333333333vw;
    line-height: 2.6666666667vw;
    outline: none;
    border: none;
  }

  .cart-form-button .cart-button-delete::before {
    content: "";
    position: absolute;
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    right: 1vw;
  }

  .cart-form-button .cart-button-cancel {
    position: relative;
    width: 12vw;
    height: 4.1666666667vw;
    background: #aaa;
    border-radius: 5px;
    color: #FFF;
    box-shadow: 0px 0.2083333333vw 0.2083333333vw rgba(177, 177, 177, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.3333333333vw;
    line-height: 2.6666666667vw;
    margin-right: 1.6666666667vw;
    outline: none;
    border: none;
  }

  .cart-form-button .cart-button-cancel::before {
    content: "";
    position: absolute;
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: rotate(45deg);
    left: 1vw;
  }

  .cart-form-button:hover .cart-button-action,
  .cart-form-button:hover .cart-button-cancel,
  .cart-form-button:hover .cart-button-delete {
    opacity: 0.8;
  }

  .ec-layoutRole {
    display: block;
    background: unset;
  }

  .ec-layoutRole .ec-layoutRole__contents {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .cart-body-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 13.8333333333333vw 8.3333333333vw 10.5vw;
  }

  .cart-body-content .cart-progress {
    position: relative;
    width: 100%;
  }

  .cart-body-content .cart-progress ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .cart-body-content .cart-progress ul li.progress-item {
    position: relative;
    width: 19.27vw;
    margin-right: 1.5625vw;
    padding-bottom: 0.5833333333vw;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.1666666667vw;
    line-height: 2.1666666667vw;
    text-align: center;
    color: #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
  }

  .cart-body-content .cart-progress ul li.progress-item.is-active {
    color: #333;
    border-bottom: 0.1666666667vw solid #333;
  }

  .cart-body-content .cart-progress ul li.progress-item:last-child {
    margin-right: 0;
  }

  .cart-body-content .cart-option-title {
    position: relative;
    padding-bottom: 2.25vw;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.8333333333vw;
    line-height: 2.1666666667vw;
    text-align: center;
    color: #333;
  }

  .cart-body-content .cart-item-total-price {
    position: relative;
    padding-top: 1.25vw;
  }

  .cart-body-content .cart-item-total-price p {
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.5vw;
    line-height: 2.4166666667vw;
    text-align: right;
    color: #333;
  }

  .cart-body-content .cart-item-total-price p .total-price {
    position: relative;
    padding-left: 3.75vw;
    font-size: 1.9166666667vw;
  }

  .cart-body-content .cart-item-total-price p .price-tax {
    position: relative;
    font-size: 1.25vw;
    font-weight: normal;
  }

  .cart-body-content .cart-item-others-price {
    position: relative;
    padding-top: 1.25vw;
  }

  .cart-body-content .cart-item-others-price p {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 2.4166666667vw;
    text-align: right;
    color: #333;
  }

  .cart-body-content .cart-item-others-price p:first-child {
    padding-bottom: 1.25vw;
  }

  .cart-body-content .cart-item-others-price p .total-price {
    position: relative;
    padding-left: 4.1666666667vw;
    font-size: 1.6666666667vw;
  }

  .cart-body-content .cart-item-others-price p .price-tax {
    position: relative;
    font-size: 1.25vw;
    font-weight: normal;
  }

  .cart-body-content .cart-item-content {
    position: relative;
    width: 100%;
    margin-top: 5vw;
  }

  .cart-body-content .cart-item-content .cart-item-body {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25vw 1.6666666667vw 2.9166666667vw;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table:first-child {
    padding-top: 2.9166666667vw;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-image {
    position: relative;
    width: 11.6666666667vw;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity {
    position: relative;
    width: calc(100% - 11.6666666667vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2vw;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-name {
    position: relative;
    width: 20.8333333333vw;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-amount {
    position: relative;
    width: 4.1666666667vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: center;
    color: #333;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-price {
    position: relative;
    width: 10vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: center;
    color: #333;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-del-btn {
    position: relative;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-del-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 50rem;
    background: #ddd;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: center;
    color: #333;
    transition: background 0.2s, color 0.2s;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-del-btn a:hover {
    background: #F167A0;
    color: #FFF;
  }

  .cart-body-content .message-card-content {
    position: relative;
    width: 100%;
    margin-top: 8.3333333333vw;
  }

  .cart-body-content .message-card-content .message-card-body {
    position: relative;
    border-top: 1px solid #ddd;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 2.5vw;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set {
    position: relative;
    width: 40%;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 2.3333333333vw;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label:before,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border: 1px solid #f167a0;
    border-radius: 100%;
    background: #fff;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label:after,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label:after {
    content: "";
    width: 1vw;
    height: 1vw;
    background: #f167a0;
    position: absolute;
    top: 0.3333333333vw;
    left: 0.3333333333vw;
    border-radius: 100%;
    transition: all 0.2s ease;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .cart-body-content .message-card-content .message-card-body .card-template-image {
    position: relative;
    padding-top: 1.6666666667vw;
    padding-left: 2.5vw;
  }

  .cart-body-content .message-card-content .message-card-body .card-template-image .card-image {
    max-width: 10.8333333333vw;
    width: 100%;
    position: relative;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part {
    position: relative;
    padding-top: 30px;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.1666666667vw;
    line-height: 2.3333333333vw;
    text-align: left;
    color: #333;
    padding-bottom: 0.4166666667vw;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-field {
    position: relative;
    width: 100%;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-field textarea {
    position: relative;
    width: 85%;
    border: 1px solid #707070;
    padding: 0.8333333333vw;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-field .card-message-counter {
    width: 85%;
    text-align: right;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.1666666667vw;
    line-height: 2.1666666667vw;
    color: #707070;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-select-button {
    position: relative;
    padding-top: 2.0833333333vw;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-select-button a {
    position: relative;
    width: 15.9166666667vw;
    height: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    background: #fd8e0a;
    box-shadow: 0px 0.2083333333vw 0.6666666667vw rgba(0, 0, 0, 0.16);
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.25vw;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-select-button a:hover {
    opacity: 0.8;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-notes {
    position: relative;
    padding-top: 2.0833333333vw;
    padding-bottom: 1.25vw;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-notes p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.1666666667vw;
    line-height: 2.3333333333vw;
    text-align: left;
    color: #333;
    padding: 0 0 0 0.4166666667vw;
  }

  .cart-body-content .ticket-name-content {
    position: relative;
    width: 100%;
    margin-top: 5vw;
  }

  .cart-body-content .ticket-name-content .ticket-name-body {
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 1.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 3vw;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field label {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 2.9166666667vw;
    text-align: left;
    color: #333;
    padding-right: 1vw;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field span.ec-required {
    display: inline-block;
    padding: 0.3333333333vw 0.6666666667vw;
    margin-right: 1.5vw;
    vertical-align: 0.2083333333vw;
    font-size: 1vw;
    font-weight: normal;
    border-radius: 3px;
    background: #f59d54;
    text-align: center;
    color: #fff;
    margin-left: 0;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field input[type=text] {
    width: 27vw;
    height: 3.3333333333vw;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #aeaeae;
    padding: 0.8333333333vw 1vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field input[type=text]::-moz-placeholder {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #aeaeae;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field input[type=text]::placeholder {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #aeaeae;
  }

  .cart-body-content .ticket-video-content {
    position: relative;
    width: 100%;
    margin-top: 6.6666666667vw;
  }

  .cart-body-content .ticket-video-content .ticket-video-body {
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 1.6666666667vw;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-main-video {
    position: relative;
    width: 28.3333333333vw;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video {
    position: relative;
    width: calc(100% - 28.3333333333vw);
    padding-left: 2.1666666667vw;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video .ticket-video {
    padding: 0.4166666667vw 0.8333333333vw;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video .ticket-video img {
    height: 11.4166666667vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video .ticket-video.active img {
    border: 2px solid #ff8194;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample .sample-note {
    position: relative;
    width: 65%;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.1666666667vw;
    line-height: 2.3333333333vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample .sample-show-button {
    position: relative;
    width: 35%;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample .sample-show-button a {
    position: relative;
    width: 21.5833333333vw;
    height: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    background: transparent;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #333;
    margin: 0 auto;
  }

  .cart-body-content .gift-option-content {
    position: relative;
    width: 100%;
    margin-top: 5vw;
  }

  .cart-body-content .gift-option-content .gift-option-body {
    position: relative;
    border-top: 1px solid #ddd;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 2.5vw;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set {
    position: relative;
    width: 40%;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 2.3333333333vw;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label:before,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border: 1px solid #f167a0;
    border-radius: 100%;
    background: #fff;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label:after,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label:after {
    content: "";
    width: 1vw;
    height: 1vw;
    background: #f167a0;
    position: absolute;
    top: 0.3333333333vw;
    left: 0.3333333333vw;
    border-radius: 100%;
    transition: all 0.2s ease;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-image {
    position: relative;
    width: 100%;
    padding-top: 2.5vw;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-image .gift-image {
    position: relative;
    width: 33.3333333333vw;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail {
    position: relative;
    padding-top: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-notes {
    position: relative;
    width: 65%;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-notes p {
    padding: 0;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.1666666667vw;
    line-height: 2vw;
    text-align: left;
    color: #db3463;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-detail-button {
    position: relative;
    width: 35%;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-detail-button a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 9.4166666667vw;
    height: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    background: transparent;
    border: 1px solid #707070;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .delivery-fee-content {
    position: relative;
    margin-top: 5vw;
  }

  .cart-body-content .delivery-fee-content .gift-delivery-fee {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1.6666666667vw 0 1.25vw;
  }

  .cart-body-content .delivery-fee-content .gift-delivery-fee p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.1666666667vw;
    line-height: 2.3333333333vw;
    text-align: left;
    color: #333;
    padding-bottom: 1.25vw;
  }

  .cart-body-content .delivery-fee-content .gift-delivery-fee p:last-child {
    padding: 0;
  }

  .cart-body-content .no-item-text {
    position: relative;
    padding: 10vw 0 2.5vw;
  }

  .cart-body-content .no-item-text p {
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: center;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .cart-body-content .cart-notes-text {
    position: relative;
    padding-top: 5.8333333333vw;
  }

  .cart-body-content .cart-notes-text .notes-title {
    position: relative;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #333;
    padding: 0.5833333333vw 1.6666666667vw;
    background: #f5f5f5;
  }

  .cart-body-content .cart-notes-text .notes-text {
    position: relative;
    padding-top: 1.6666666667vw;
  }

  .cart-body-content .cart-notes-text .notes-text p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.1666666667vw;
    line-height: 2.3333333333vw;
    text-align: left;
    color: #333;
    padding-left: 1.6666666667vw;
  }

  .cart-body-content .cart-notes-text .notes-text p::before {
    content: "";
    position: absolute;
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    background-color: #333;
    border-radius: 50rem;
    top: 0.8333333333vw;
    left: 0;
  }

  .cart-body-content .cart-information-content {
    position: relative;
    width: 100%;
    padding-top: 5vw;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs {
    position: relative;
    border-top: 1px solid #ddd;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    padding: 0;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl.pc {
    display: block;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl.sp {
    display: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt {
    padding: 2.0833333333vw;
    width: 30%;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt.pc {
    display: block;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt.sp {
    display: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-label {
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-label.pc {
    display: inline-block;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-label.sp {
    display: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-required {
    display: inline-block;
    padding: 0.3333333333vw 0.6666666667vw;
    margin-left: 1.25vw;
    vertical-align: 0.2083333333vw;
    font-size: 1vw;
    font-weight: normal;
    border-radius: 3px;
    background: #f59d54;
    text-align: center;
    color: #fff;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd {
    padding: 1.5833333333vw 2.5vw;
    width: 70%;
    background: #fff;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select {
    width: 45%;
    margin-left: 1.25vw;
    height: 40px;
    padding: 0.8333333333vw 1vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #333;
    border-radius: 3px;
    border: 1px solid #aeaeae;
    outline: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select::-moz-placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select::placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select:first-child {
    margin-left: 0;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput .ec-zipInputHelp,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput .ec-zipInputHelp,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select .ec-zipInputHelp {
    width: 12.9166666667vw;
    height: 40px;
    margin-left: 1.25vw;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput .ec-zipInputHelp a,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput .ec-zipInputHelp a,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select .ec-zipInputHelp a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #fff;
    border: 0.1666666667vw solid #707070;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.25vw;
    text-align: left;
    color: #707070;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput {
    display: flex;
    align-items: center;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=tel] {
    width: calc(90% + 1.25vw);
    height: 40px;
    padding: 0.8333333333vw 1vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #333;
    border-radius: 3px;
    border: 1px solid #aeaeae;
    outline: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=tel]::-moz-placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=tel]::placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select {
    position: relative;
    padding: 1.6666666667vw 0;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 2.3333333333vw;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 1.25vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label:before,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border: 1px solid #f167a0;
    background: #fff;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:before {
    border: 1px solid #ddd;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label:after,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:after {
    content: "";
    width: 1vw;
    height: 1vw;
    background: #f167a0;
    position: absolute;
    top: 0.3333333333vw;
    left: 0.3333333333vw;
    transition: all 0.2s ease;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .cart-body-content .cart-item-confirm-content {
    position: relative;
    width: 100%;
    margin-top: 5vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-confirm-title {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    padding: 1.1666666667vw 2.5vw;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body {
    position: relative;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25vw 0 2.0833333333vw 2.5vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table:first-child {
    padding-top: 2.0833333333vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-image {
    position: relative;
    width: 11.3516666667vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity {
    position: relative;
    width: calc(100% - 11.3516666667vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity .item-name {
    position: relative;
    width: 100%;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity .pc-properity {
    position: relative;
    display: flex;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity .pc-properity .item-amount {
    position: relative;
    width: 4.1666666667vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: center;
    color: #333;
    margin-right: 7.9166666667vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity .pc-properity .item-price {
    position: relative;
    width: 10vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: center;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table {
    position: relative;
    width: 100%;
    padding: 1.8333333333vw 0;
    text-align: right;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 1.9166666667vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-name,
  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-price {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: right;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-name {
    padding-right: 1.6666666667vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-price {
    width: 18%;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content:last-child {
    padding-bottom: 0;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body,
  .cart-body-content .cart-item-confirm-content .client-information-body,
  .cart-body-content .cart-item-confirm-content .delivery-information-body {
    position: relative;
    padding: 2.0833333333vw 0 2.0833333333vw 2.5vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-title,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-title,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-title {
    width: 12.5vw;
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-content,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-content,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-content {
    position: relative;
    width: calc(100% - 8.3333333333vw);
    padding-left: 5.8333333333vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.1666666667vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-content p,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-content p,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-content p {
    font-weight: bold;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-content p span,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-content p span,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-content p span {
    font-family: "YuGothic-M";
    font-weight: bold;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-content img,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-content img,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-content img {
    width: 20.8333333333vw;
  }

  .cart-body-content .cart-item-complete-content {
    position: relative;
    width: 100%;
    margin-top: 5vw;
  }

  .cart-body-content .cart-item-complete-content .order-complete-message {
    padding: 2.5vw 0;
    border-top: 1px solid #ddd;
  }

  .modal .modal-dialog {
    margin-top: 5rem;
  }

  .modal .modal-dialog.card-message-dialog-modal {
    max-width: 66.6666666667vw;
  }

  .modal .modal-dialog.card-message-dialog-modal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .modal .modal-dialog.ticket-video-dialog-modal {
    max-width: 76.9166666667vw;
  }

  .modal .modal-dialog.gift-detail-show-dialog-modal {
    max-width: 390px;
  }

  .modal .modal-dialog .modal-content {
    border: none;
    border-radius: 10px;
  }

  .modal .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 0;
  }

  .modal .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    right: -1.5vw;
    top: -0.8333333333vw;
    background-image: url("../image/close.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 3vw;
    height: 3vw;
    cursor: pointer;
    transition: transform 0.4s;
    z-index: 1;
  }

  .modal .modal-dialog .modal-content .modal-body .close:hover {
    transform: rotate(180deg);
  }

  .modal .modal-dialog .modal-content .modal-body .cart-item-delete-text {
    position: relative;
    padding: 7.5vw 0 5vw;
  }

  .modal .modal-dialog .modal-content .modal-body .cart-item-delete-text p {
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .modal .modal-dialog .modal-content .modal-body .cart-item-delete-text .cart-form-button {
    padding-top: 2.9166666667vw;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content {
    position: relative;
    padding: 5.8333333333vw 6.6666666667vw;
    height: 48.75vw;
    overflow-y: scroll;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part {
    position: relative;
    padding-bottom: 2.5vw;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part:last-child {
    padding-bottom: 0;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked) {
    position: absolute;
    top: 0.5vw;
    left: 0;
    opacity: 0;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 2.3333333333vw;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.3333333333vw;
    text-align: left;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label:before,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label:after,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label:after {
    content: "";
    width: 1vw;
    height: 1vw;
    background: #007bff;
    position: absolute;
    top: 0.8333333333vw;
    left: 0.3333333333vw;
    border-radius: 100%;
    transition: all 0.2s ease;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-select-button {
    width: 100%;
    position: relative;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-select-button a {
    position: relative;
    width: 100%;
    height: 5vw;
    background: #fd8e0a;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 1.3333333333vw;
    line-height: 2.75vw;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content {
    position: relative;
    width: 100%;
    padding: 4.1666666667vw 3.3333333333vw 3.3333333333vw;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-modal-title {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 1.4166666667vw;
    line-height: 2.1666666667vw;
    text-align: center;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-sample-body {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-top: 1.6666666667vw;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-sample-body .ticket-video-sample-subpart {
    position: relative;
    width: 21.6666666667vw;
    margin-right: 2.6666666667vw;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-sample-body .ticket-video-sample-subpart:last-child {
    margin-right: 0;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-sample-body .ticket-video-sample-subpart p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 2.3333333333vw;
    text-align: left;
    color: #333;
    padding-top: 0.8333333333vw;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content {
    position: relative;
    padding: 45px 65px 47px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-modal-title {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body {
    padding-top: 15px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-recipient-name {
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #333;
    padding-bottom: 10px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-recipient-name span {
    color: #F167A0;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity {
    position: relative;
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2.5px 8px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    padding: 19px 18px 15px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-image {
    position: relative;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-alarm {
    position: relative;
    padding-top: 13px;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-alarm span {
    color: #F167A0;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-delivery-note {
    position: relative;
    padding-top: 6px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-sender-name {
    position: relative;
    padding-top: 7px;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    color: #333;
    padding-bottom: 15px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-delivery-deadline {
    width: 223.66px;
    height: 22.37px;
    border-radius: 50rem;
    background: transparent;
    border: 1px solid #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 11px;
    line-height: 19px;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-description {
    position: relative;
    padding-top: 12px;
    border-top: 1px solid #DDD;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-description .gift-message-title {
    position: relative;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #f167a0;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-description .gift-message {
    position: relative;
    padding-top: 13px;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #333;
  }

  footer .footer-body {
    position: relative;
    padding-bottom: 1.25vw;
  }

  footer .footer-body .footer-menu {
    position: relative;
    text-align: center;
  }

  footer .footer-body .footer-menu a {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 1.1666666667vw;
    line-height: 2.1875vw;
    text-align: left;
    color: #4d4d4d;
  }

  footer .footer-body .footer-menu a:first-child {
    padding-right: 2.75vw;
  }

  footer .footer-body .footer-menu a:first-child::after {
    content: "";
    position: absolute;
    height: 1.25vw;
    border-right: 1px solid #aeaeae;
    top: 0;
    right: 1.375vw;
  }

  footer .footer-body .footer-copyright {
    position: relative;
    text-align: center;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 10px;
    line-height: 19.13px;
    color: #333;
  }
}

@media only screen and (max-width: 767px) {
  .header-notice-text {
    width: 100%;
    position: fixed;
    top: 0;
    background: #ffeaed;
    z-index: 9999;
    height: 10vw;
  }

  .header-notice-text p {
    font-size: 4.5vw;
    font-family: "YuGothic-M";
    font-weight: 600;
  }

  header.site-header {
    position: fixed;
    width: 100%;
    top: 10vw;
    left: 0;
    z-index: 99;
    padding: 4vw 0 3.2vw;
    background: #FFF;
  }

  header.site-header .header-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61.3333333333vw;
    margin: 0 auto;
  }

  header.site-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2.1333333333vw;
    background: linear-gradient(#dfe8f8 0%, #ffeaed 100%);
    opacity: 0.6;
    bottom: -2.1333333333vw;
    left: 0;
  }

  .cart-form-button {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6.9333333333vw;
  }

  .cart-form-button .cart-button-action {
    position: relative;
    width: 50.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 1.3333333333vw;
    background: #f167a0;
    color: #FFF;
    box-shadow: 0px 0.6666666667vw 0.6666666667vw rgba(177, 177, 177, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4.2666666667vw;
    line-height: 8.88vw;
    outline: none;
    border: none;
  }

  .cart-form-button .cart-button-action.action-w100 {
    width: 100%;
  }

  .cart-form-button .cart-button-action::before {
    content: "";
    position: absolute;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    right: 3.8vw;
  }

  .cart-form-button .cart-button-delete {
    position: relative;
    width: 57.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 5px;
    background: #707070;
    color: #FFF;
    box-shadow: 0px 2.5px 2.5px rgba(177, 177, 177, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    outline: none;
    border: none;
  }

  .cart-form-button .cart-button-delete::before {
    content: "";
    position: absolute;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    right: 3.2vw;
  }

  .cart-form-button .cart-button-cancel {
    position: relative;
    width: 33.0666666667vw;
    height: 13.3333333333vw;
    background: #aaa;
    border-radius: 5px;
    color: #FFF;
    box-shadow: 0px 0.6666666667vw 0.6666666667vw rgba(177, 177, 177, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    margin-right: 2.6666666667vw;
    outline: none;
    border: none;
  }

  .cart-form-button .cart-button-cancel::before {
    content: "";
    position: absolute;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: rotate(45deg);
    left: 3.2vw;
  }

  .ec-layoutRole {
    display: block;
    background: unset;
  }

  .ec-layoutRole .ec-layoutRole__contents {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .cart-body-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 34.5333333333vw 5.3333333333vw 24.5333333333vw;
  }

  .cart-body-content.information,
  .cart-body-content.confirm {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-body-content.information .cart-form-button,
  .cart-body-content.information .cart-progress,
  .cart-body-content.confirm .cart-form-button,
  .cart-body-content.confirm .cart-progress {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }

  .cart-body-content .cart-progress {
    position: relative;
    width: 100%;
  }

  .cart-body-content .cart-progress ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .cart-body-content .cart-progress ul li.progress-item {
    position: relative;
    width: 20vw;
    margin-right: 2.3333333333vw;
    padding-bottom: 2.1333333333vw;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 6.9333333333vw;
    text-align: center;
    color: #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
  }

  .cart-body-content .cart-progress ul li.progress-item.is-active {
    color: #333;
    border-bottom: 0.5333333333vw solid #333;
  }

  .cart-body-content .cart-progress ul li.progress-item:last-child {
    margin-right: 0;
  }

  .cart-body-content .cart-option-title {
    position: relative;
    padding-bottom: 5.3333333333vw;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 5.8666666667vw;
    line-height: 6.9333333333vw;
    text-align: center;
    color: #333;
  }

  .cart-body-content .cart-item-total-price {
    position: relative;
    padding-top: 4.8vw;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4.8vw;
    line-height: 7.7333333333vw;
    text-align: right;
    color: #333;
  }

  .cart-body-content .cart-item-total-price .total-price {
    position: relative;
    padding-left: 12vw;
    font-size: 6.1333333333vw;
  }

  .cart-body-content .cart-item-total-price .price-tax {
    position: relative;
    font-size: 4vw;
    font-weight: normal;
  }

  .cart-body-content .cart-item-others-price {
    position: relative;
    padding-top: 4vw;
  }

  .cart-body-content .cart-item-others-price p {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 7.7333333333vw;
    text-align: right;
    color: #333;
  }

  .cart-body-content .cart-item-others-price p:first-child {
    padding-bottom: 4vw;
  }

  .cart-body-content .cart-item-others-price p .total-price {
    position: relative;
    padding-left: 13.3333333333vw;
    font-size: 5.3333333333vw;
  }

  .cart-body-content .cart-item-others-price p .price-tax {
    position: relative;
    font-size: 4vw;
    font-weight: normal;
  }

  .cart-body-content .cart-item-content {
    position: relative;
    width: 100%;
    margin-top: 8vw;
  }

  .cart-body-content .cart-item-content.cart-item-option {
    margin-top: 10.6666666667vw;
  }

  .cart-body-content .cart-item-content .cart-item-body {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2.6666666667vw 0 6.6666666667vw;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table:first-child {
    border-top: 1px solid #ddd;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-image {
    position: relative;
    width: 37.3333333333vw;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity {
    position: relative;
    width: calc(100% - 37.3333333333vw);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 6.4vw;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-name {
    position: relative;
    width: 100%;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
    padding-bottom: 2.6666666667vw;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-amount {
    position: relative;
    width: 25%;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-price {
    position: relative;
    width: 75%;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: center;
    color: #333;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-del-btn {
    position: relative;
    width: 100%;
    padding-top: 5.3333333333vw;
  }

  .cart-body-content .cart-item-content .cart-item-body .cart-item-table .cart-item-properity .item-del-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.1333333333vw;
    height: 8.5333333333vw;
    border-radius: 50rem;
    background: #ddd;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: center;
    color: #707070;
    margin-left: auto;
  }

  .cart-body-content .message-card-content {
    position: relative;
    width: 100%;
    margin-top: 10.6666666667vw;
  }

  .cart-body-content .message-card-content .message-card-body {
    position: relative;
    border-top: 1px solid #ddd;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 5.3333333333vw;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set {
    position: relative;
    width: 100%;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set:first-child {
    padding-bottom: 3.7333333333vw;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 7.4666666667vw;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 5.3333333333vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label:before,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: 1px solid #f167a0;
    border-radius: 100%;
    background: #fff;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label:after,
  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label:after {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background: #f167a0;
    position: absolute;
    top: 1.0666666667vw;
    left: 1.0666666667vw;
    border-radius: 100%;
    transition: all 0.2s ease;
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .cart-body-content .message-card-content .message-card-body .message-card-select .card-template-set [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .cart-body-content .message-card-content .message-card-body .card-template-image {
    position: relative;
    padding-top: 5.3333333333vw;
    padding-left: 8vw;
  }

  .cart-body-content .message-card-content .message-card-body .card-template-image .card-image {
    max-width: 34.6666666667vw;
    width: 100%;
    position: relative;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part {
    position: relative;
    padding-top: 18px;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    text-align: left;
    color: #333;
    padding-bottom: 4.5333333333vw;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-field {
    position: relative;
    width: 100%;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-field textarea {
    position: relative;
    width: 100%;
    border: 1px solid #707070;
    padding: 2.6666666667vw;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-field .card-message-counter {
    width: 100%;
    text-align: right;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    color: #707070;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-select-button {
    position: relative;
    padding-top: 2.6666666667vw;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-select-button a {
    position: relative;
    width: 50.9333333333vw;
    height: 8.5333333333vw;
    border-radius: 4.2666666667vw;
    background: #fd8e0a;
    box-shadow: 0px 0.6666666667vw 2.1333333333vw rgba(0, 0, 0, 0.16);
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 4vw;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-notes {
    position: relative;
    padding-top: 5.3333333333vw;
    padding-bottom: 4vw;
  }

  .cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-notes p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    text-align: left;
    color: #333;
    padding: 0 0 0 1.3333333333vw;
  }

  .cart-body-content .ticket-name-content {
    position: relative;
    width: 100%;
    margin-top: 10.6666666667vw;
  }

  .cart-body-content .ticket-name-content .ticket-name-body {
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 5.8666666667vw;
    display: block;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field {
    position: relative;
    display: block;
    width: 100%;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field label {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 4vw;
    line-height: 9.3333333333vw;
    text-align: left;
    color: #333;
    padding-bottom: 3px;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field span.ec-required {
    display: inline-block;
    padding: 1.0666666667vw 2.1333333333vw;
    margin-left: 3vw;
    vertical-align: 0.5333333333vw;
    font-size: 3.2vw;
    font-weight: normal;
    border-radius: 3px;
    background: #f59d54;
    text-align: center;
    color: #fff;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field input[type=text] {
    width: 100%;
    height: 10.6666666667vw;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #aeaeae;
    padding: 2.6666666667vw 3.2vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field input[type=text]::-moz-placeholder {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #aeaeae;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field input[type=text]::placeholder {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #aeaeae;
  }

  .cart-body-content .ticket-name-content .ticket-name-body .ticket-name-input-field:first-child {
    padding-bottom: 6.6666666667vw;
  }

  .cart-body-content .ticket-video-content {
    position: relative;
    width: 100%;
    margin-top: 16vw;
  }

  .cart-body-content .ticket-video-content .ticket-video-body {
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 4vw;
    width: 100%;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select {
    position: relative;
    display: block;
    width: 100%;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-main-video {
    position: relative;
    margin-bottom: 0;
    width: 100%;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video .ticket-video {
    padding: 0 1.3333333333vw;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video .ticket-video img {
    height: 16vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-select .ticket-thumbnail-video .ticket-video.slick-center img {
    border: 2px solid #ff8194;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample {
    position: relative;
    width: 100%;
    display: block;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample .sample-note {
    position: relative;
    width: 100%;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    text-align: left;
    color: #333;
    padding-top: 10px;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample .sample-show-button {
    position: relative;
    width: 100%;
    padding-top: 2.6666666667vw;
  }

  .cart-body-content .ticket-video-content .ticket-video-body .ticket-video-sample .sample-show-button a {
    position: relative;
    width: 69.0666666667vw;
    height: 8.5333333333vw;
    border-radius: 4.2666666667vw;
    background: transparent;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
    margin-left: auto;
  }

  .cart-body-content .gift-option-content {
    position: relative;
    width: 100%;
    margin-top: 16vw;
  }

  .cart-body-content .gift-option-content .gift-option-body {
    position: relative;
    border-top: 1px solid #ddd;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 4vw;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set {
    position: relative;
    width: 100%;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set:first-child {
    padding-bottom: 4vw;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 7.4666666667vw;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 5.3333333333vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label:before,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: 1px solid #f167a0;
    border-radius: 100%;
    background: #fff;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label:after,
  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label:after {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background: #f167a0;
    position: absolute;
    top: 1.0666666667vw;
    left: 1.0666666667vw;
    border-radius: 100%;
    transition: all 0.2s ease;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-select .gift-option-set [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-image {
    position: relative;
    width: 100%;
    padding-top: 2.6666666667vw;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-image .gift-image {
    position: relative;
    width: 100%;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail {
    position: relative;
    padding-top: 3.2vw;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-notes {
    position: relative;
    width: 100%;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-notes p {
    padding: 0;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    text-align: left;
    color: #db3463;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-detail-button {
    position: relative;
    width: 100%;
  }

  .cart-body-content .gift-option-content .gift-option-body .gift-option-detail .gift-detail-button a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 30.1333333333vw;
    height: 8.5333333333vw;
    border-radius: 4.2666666667vw;
    background: transparent;
    border: 1px solid #707070;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .delivery-fee-content {
    position: relative;
    margin-top: 16vw;
  }

  .cart-body-content .delivery-fee-content .gift-delivery-fee {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5.3333333333vw 0 4vw;
  }

  .cart-body-content .delivery-fee-content .gift-delivery-fee p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    text-align: left;
    color: #333;
    padding-bottom: 4vw;
  }

  .cart-body-content .delivery-fee-content .gift-delivery-fee p:last-child {
    padding: 0;
  }

  .cart-body-content .cart-information-content {
    position: relative;
    width: 100%;
    padding-top: 16vw;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs {
    position: relative;
    padding-top: 6.6666666667vw;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs.gift-delivery-title {
    padding-top: 0;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6.6666666667vw;
    border-top: 1px solid #ddd;
    width: calc(100% - 13.3333333333vw);
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl {
    position: relative;
    width: 100%;
    display: block;
    border: none;
    background: #f5f5f5;
    padding: 0;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl.pc {
    display: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl.sp {
    display: block;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt {
    padding: 3.2vw 6.6666666667vw;
    width: 100%;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt.pc {
    display: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt.sp {
    display: block;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-label {
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 8vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-label.pc {
    display: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-label.sp {
    display: inline-block;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dt .ec-required {
    display: inline-block;
    padding: 1.0666666667vw 2.1333333333vw;
    margin-left: 4vw;
    vertical-align: 0.5333333333vw;
    font-size: 3.2vw;
    font-weight: normal;
    border-radius: 3px;
    background: #f59d54;
    text-align: center;
    color: #fff;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd {
    padding: 5.3333333333vw 6.6666666667vw;
    width: 100%;
    background: #fff;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd.address_city,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd.address_building,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd.address_street {
    padding-top: 0;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select {
    width: 45%;
    margin-left: 4vw;
    height: 10.6666666667vw;
    padding: 2.6666666667vw 3.2vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
    border-radius: 3px;
    border: 1px solid #aeaeae;
    outline: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select::-moz-placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select::placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=text]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput input[type=tel]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput select:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=text]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput input[type=tel]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput select:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=text]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select input[type=tel]:first-child,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select select:first-child {
    margin-left: 0;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput .ec-zipInputHelp,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput .ec-zipInputHelp,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select .ec-zipInputHelp {
    width: 41.3333333333vw;
    height: 10.6666666667vw;
    margin-left: 4vw;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-halfInput .ec-zipInputHelp a,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput .ec-zipInputHelp a,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-select .ec-zipInputHelp a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #fff;
    border: 0.5333333333vw solid #707070;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 4vw;
    line-height: 4vw;
    text-align: left;
    color: #707070;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-zipInput {
    display: flex;
    align-items: center;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=tel],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=text],
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=tel] {
    width: calc(90% + 4vw);
    height: 40px;
    padding: 2.6666666667vw 3.2vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
    border-radius: 3px;
    border: 1px solid #aeaeae;
    outline: none;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=tel]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=text]::-moz-placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=tel]::-moz-placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-input input[type=tel]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=text]::placeholder,
  .cart-body-content .cart-information-content .ec-borderedDefs dl dd .ec-telInput input[type=tel]::placeholder {
    color: #aeaeae;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select {
    position: relative;
    padding: 5.3333333333vw;
    margin-left: 6.6666666667vw;
    margin-right: 6.6666666667vw;
    border-bottom: 1px solid #ddd;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select.active {
    border-bottom: none;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 7.4666666667vw;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 4vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label:before,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: 1px solid #f167a0;
    background: #fff;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:before {
    border: 1px solid #ddd;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label:after,
  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:after {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background: #f167a0;
    position: absolute;
    top: 0.2666666667vw;
    left: 1.0666666667vw;
    transition: all 0.2s ease;
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .cart-body-content .cart-information-content .other_delivery_address_select [type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .cart-body-content .cart-item-confirm-content {
    position: relative;
    width: 100%;
    margin-top: 16vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-confirm-title {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    padding: 3.7333333333vw 8vw;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin: 0 5.3333333333vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4vw 4vw 8vw 0;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table:first-child {
    padding-top: 6.6666666667vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-image {
    position: relative;
    width: 36.3253333333vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity {
    position: relative;
    width: calc(100% - 36.3253333333vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 6.4vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity .item-name {
    position: relative;
    width: 100%;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-body .cart-item-table .cart-item-properity .pc-properity {
    display: none;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table {
    position: relative;
    padding: 5.8666666667vw 0;
    text-align: right;
    border-bottom: 1px solid #ddd;
    margin: 0 5.3333333333vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .sp-properity {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 2.6666666667vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .sp-properity .item-amount {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
    margin-right: 5.3333333333vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .sp-properity .item-price {
    position: relative;
    width: 40%;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: right;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 2.6666666667vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-name,
  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-price {
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: right;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-name {
    padding-right: 5.3333333333vw;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content .cart-video-price {
    width: 40%;
  }

  .cart-body-content .cart-item-confirm-content .cart-video-price-table .cart-video-price-content:last-child {
    padding-bottom: 0;
  }

  .cart-body-content .cart-item-confirm-content .cart-item-total-price {
    margin: 0 5.3333333333vw;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body,
  .cart-body-content .cart-item-confirm-content .client-information-body,
  .cart-body-content .cart-item-confirm-content .delivery-information-body {
    position: relative;
    padding: 6.6666666667vw 0 8vw;
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 0 5.3333333333vw;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-title,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-title,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-title {
    width: 100%;
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
    padding-bottom: 2.6666666667vw;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-content,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-content,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-content {
    position: relative;
    width: 100%;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-content p,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-content p,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-content p {
    font-weight: bold;
  }

  .cart-body-content .cart-item-confirm-content .option-information-body .information-content p span,
  .cart-body-content .cart-item-confirm-content .client-information-body .information-content p span,
  .cart-body-content .cart-item-confirm-content .delivery-information-body .information-content p span {
    font-family: "YuGothic-M";
    font-weight: bold;
  }

  .cart-body-content .cart-item-complete-content {
    position: relative;
    width: 100%;
    margin-top: 8vw;
  }

  .cart-body-content .cart-item-complete-content .order-complete-message {
    padding: 8vw 0;
    border-top: 1px solid #ddd;
  }

  .cart-body-content .no-item-text {
    position: relative;
    padding: 21.3333333333vw 0 2.6666666667vw;
  }

  .cart-body-content .no-item-text p {
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: center;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .cart-body-content .cart-notes-text {
    position: relative;
    padding-top: 9.3333333333vw;
  }

  .cart-body-content .cart-notes-text .notes-title {
    position: relative;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
    padding: 1.8666666667vw 2.6666666667vw;
    background: #f5f5f5;
  }

  .cart-body-content .cart-notes-text .notes-text {
    position: relative;
    padding-top: 5.3333333333vw;
  }

  .cart-body-content .cart-notes-text .notes-text p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    text-align: left;
    color: #333;
    padding-left: 5.3333333333vw;
  }

  .cart-body-content .cart-notes-text .notes-text p::before {
    content: "";
    position: absolute;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    background-color: #333;
    border-radius: 50rem;
    top: 2.6666666667vw;
    left: 0.5333333333vw;
  }

  .modal .modal-dialog {
    max-width: 86.6666666667vw;
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
  }

  .modal .modal-dialog.card-message-dialog-modal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .modal .modal-dialog .modal-content {
    border: none;
    border-radius: 10px;
  }

  .modal .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 0;
  }

  .modal .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    right: -4.8vw;
    top: -2.6666666667vw;
    background-image: url("../image/close.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 9.6vw;
    height: 9.6vw;
    cursor: pointer;
    z-index: 1;
  }

  .modal .modal-dialog .modal-content .modal-body .cart-item-delete-text {
    position: relative;
    padding: 16vw 0 9.3333333333vw;
  }

  .modal .modal-dialog .modal-content .modal-body .cart-item-delete-text p {
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 4vw;
    line-height: 8vw;
    text-align: center;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .modal .modal-dialog .modal-content .modal-body .cart-item-delete-text .cart-form-button {
    padding-top: 9.3333333333vw;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content {
    position: relative;
    padding: 8vw 5.3333333333vw;
    height: calc(100svh - 26.6666666667vw);
    overflow-y: scroll;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part {
    position: relative;
    padding-bottom: 6.6666666667vw;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part:last-child {
    padding-bottom: 0;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked) {
    position: absolute;
    top: 1.6vw;
    left: 0;
    opacity: 0;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 7.4666666667vw;
    cursor: pointer;
    display: inline-block;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 7.4666666667vw;
    text-align: left;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label:before,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.6vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label:after,
  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label:after {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background: #007bff;
    position: absolute;
    top: 2.6666666667vw;
    left: 1.0666666667vw;
    border-radius: 100%;
    transition: all 0.2s ease;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-template-content .message-part [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-select-button {
    width: 100%;
    position: relative;
  }

  .modal .modal-dialog .modal-content .modal-body .card-message-select-button a {
    position: relative;
    width: 100%;
    height: 16vw;
    background: #fd8e0a;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 4.2666666667vw;
    line-height: 8.8vw;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content {
    position: relative;
    width: 100%;
    padding: 9.6vw 8vw 10.1333333333vw;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-modal-title {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 4.5333333333vw;
    line-height: 6.9333333333vw;
    text-align: center;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-sample-body {
    position: relative;
    display: block;
    width: 100%;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-sample-body .ticket-video-sample-subpart {
    position: relative;
    width: 100%;
    padding-top: 4vw;
  }

  .modal .modal-dialog .modal-content .modal-body .ticket-video-sample-content .ticket-video-sample-body .ticket-video-sample-subpart p {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 4vw;
    line-height: 7.4666666667vw;
    text-align: left;
    color: #333;
    padding-top: 2.6666666667vw;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content {
    position: relative;
    padding: 9.6vw 8vw 10.1333333333vw;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-modal-title {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 4.5333333333vw;
    line-height: 6.9333333333vw;
    text-align: center;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body {
    padding-top: 9.0666666667vw;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-recipient-name {
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 3.7333333333vw;
    line-height: 5.0666666667vw;
    text-align: left;
    color: #333;
    padding-bottom: 2.6666666667vw;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-recipient-name span {
    color: #F167A0;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity {
    position: relative;
    width: 69.3333333333vw;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.6666666667vw 2.1333333333vw rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    padding: 5.0666666667vw 4.8vw 4vw;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-image {
    position: relative;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-alarm {
    position: relative;
    padding-top: 3.4666666667vw;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    text-align: left;
    color: #333;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-alarm span {
    color: #F167A0;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-delivery-note {
    position: relative;
    padding-top: 1.7866666667vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
    text-align: left;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-sender-name {
    position: relative;
    padding-top: 2.0266666667vw;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
    text-align: left;
    color: #333;
    padding-bottom: 4vw;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-delivery-deadline {
    width: 59.6426666667vw;
    height: 5.9653333333vw;
    border-radius: 50rem;
    background: transparent;
    border: 1px solid #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: "YuGothic-M";
    font-weight: bold;
    font-size: 2.9333333333vw;
    line-height: 5.0666666667vw;
    text-align: left;
    color: #333;
    margin-bottom: 2.6666666667vw;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-description {
    position: relative;
    padding-top: 3.2vw;
    border-top: 1px solid #DDD;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-description .gift-message-title {
    position: relative;
    font-family: "YuGothic-B";
    font-weight: bold;
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
    text-align: center;
    color: #f167a0;
  }

  .modal .modal-dialog .modal-content .modal-body .gift-detail-show-content .gift-detail-show-body .gift-detail-properity .gift-message-description .gift-message {
    position: relative;
    padding-top: 3.4666666667vw;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    text-align: left;
    color: #333;
  }

  footer .footer-body {
    position: relative;
    padding-bottom: 4vw;
  }

  footer .footer-body .footer-menu {
    position: relative;
    text-align: center;
  }

  footer .footer-body .footer-menu a {
    position: relative;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 3.7333333333vw;
    line-height: 7vw;
    text-align: left;
    color: #4d4d4d;
  }

  footer .footer-body .footer-menu a:first-child {
    padding-right: 8.8vw;
  }

  footer .footer-body .footer-menu a:first-child::after {
    content: "";
    position: absolute;
    height: 4vw;
    border-right: 1px solid #aeaeae;
    top: 0;
    right: 4.4vw;
  }

  footer .footer-body .footer-copyright {
    position: relative;
    text-align: center;
    font-family: "YuGothic-M";
    font-weight: 500;
    font-size: 10px;
    line-height: 19.13px;
    color: #333;
  }
}

.card-option-second-step {
  display: none;
}

.ec-blockTopBtn {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  background: #9d9d9d;
  opacity: 1;
  z-index: 99;
}

.ec-blockTopBtn::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  left: calc(50% - 7.5px);
}

.cart-body-content .message-card-content .message-card-body .card-message-input-part .message-input-field .card-message-counter.error {
  color: #DB3463;
}

/*# sourceMappingURL=cart.css.map */