@charset "UTF-8";

body {
    padding-right: 0 !important;
}

/* テスト環境のcss（本番移設時はここから必要なものコピーする） */

.ec-productRole .ec-blockRadio {
    padding: 16px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    margin: 20px 0;
}

.ec-productRole .ec-blockRadio .option_Label {
    /* margin-bottom: .7em; */
    font-size: 16px;
    color: #eb8bb4;
    padding-left: .5em;
    border-left: 3px solid currentColor;
}

.ec-productRole #productoption2,
.ec-productRole__actions [id*="productoption"],
.ec-productRole #productoption1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.ec-productRole #productoption2 .form-check,
.ec-productRole__actions [id*="productoption"] .form-check,
.ec-productRole #productoption1 .form-check {
    display: flex;
    font-size: 13px;
    gap: .3em;
    border: 1px solid #e3e3e3;
    padding: .6em .55em;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
}

.ec-productRole #productoption2 .form-check.active,
.ec-productRole__actions [id*="productoption"] .form-check.active,
.ec-productRole #productoption1 .form-check.active,
.ec-productRole #productoption2 .form-check:hover,
.ec-productRole__actions [id*="productoption"] .form-check:hover,
.ec-productRole #productoption1 .form-check:hover {
    border-color: #e6308b;
    background-color: #faf2f5;
}

/* .ec-productRole #productoption2 .form-check+.form-check,
/* .ec-productRol1358 #productoption2 .form-check+.form-check,
.ec-productRole #productoption1 .form-check+.form-check {
    margin-top: .4em;
} */

.ec-productRole #productoption2 .form-check input,
.ec-productRole__actions [id*="productoption"] .form-check input,
.ec-productRole #productoption1 .form-check input {
    margin: 0;
    accent-color: #e6308b;
}

.ec-productRole #productoption2 .form-check>*,
.ec-productRole__actions [id*="productoption"] .form-check>*,
.ec-productRole #productoption1 .form-check>* {
    cursor: pointer;
}

.ec-productRole #productoption2 .form-check .em,
.ec-productRole__actions [id*="productoption"] .form-check .em,
.ec-productRole #productoption1 .form-check .em {
    padding: .35em .45em;
    background-color: #e6308b;
    color: #fff;
    display: inline-block;
    margin-left: .65em;
    font-size: .65em;
    font-weight: 700;
    border-radius: 4px;
    letter-spacing: .02em;
}

#cart_modal.ec-modal .ec-modal-box,
#page_product_list .ec-modal .ec-modal-box {
    text-align: left;
}

#cart_modal.ec-modal .ec-modal-wrap,
#page_product_list .ec-modal .ec-modal-wrap {
    padding: 10px 20px 20px;
    width: 800px;
    position: relative;
    margin: 30px auto;
    max-height: 100svh;
    overflow: scroll;
    border: none;
}

#cart_modal.ec-modal .ec-modal-box .plg_aoio,
#page_product_list .ec-modal .ec-modal-box .plg_aoio {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    margin: 10px 0;
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 0 14px;
    align-items: flex-start;
}

#cart_modal.ec-modal .ec-modal-box .plg_aoio .option_Label,
#page_product_list .ec-modal .ec-modal-box .plg_aoio .option_Label {
    /* margin-bottom: .7em; */
    font-size: 13px;
    color: #525263;
    padding-left: .5em;
    border-left: 3px solid currentColor;
    display: flex;
    align-items: center;
    margin-top: .3em;
    line-height: 1.7;
}

#cart_modal.ec-modal .ec-modal-box .plg_aoio .option_Label .form-label,
#page_product_list .ec-modal .ec-modal-box .plg_aoio .option_Label .form-label {
    margin: 0;
}

#cart_modal.ec-modal .ec-modal-box .plg_aoio .option_Label .ec-required,
#page_product_list .ec-modal .ec-modal-box .plg_aoio .option_Label .ec-required {
    display: inline-block;
    margin-left: .8em;
    vertical-align: 0;
    color: #fff;
    background-color: #e62f8b;
    font-size: 10px;
    font-weight: normal;
    padding: .3em;
    line-height: 1;
}

#cart_modal.ec-modal .ec-modal-box .plg_aoio input,
#page_product_list .ec-modal .ec-modal-box .plg_aoio input {
    margin-bottom: 0 !important;
}

#cart_modal.ec-modal .ec-modal-box .plg_aoio p,
#cart_modal.ec-modal .ec-modal-box .plg_aoio p:not([class]),
#page_product_list .ec-modal .ec-modal-box .plg_aoio p,
#page_product_list .ec-modal .ec-modal-box .plg_aoio p:not([class]) {
    font-size: 12px;
    margin-top: .7em;
}

#cart_modal.ec-modal .show_signboard_preview.m-2.text-right a,
#page_product_list .ec-modal .show_signboard_preview.m-2.text-right a {
    width: 350px;
    margin: 1.4em auto 0;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #eb8bb4;
    color: #eb8bb4;
    font-weight: 700;
    text-align: center;
    padding: .8em;
    display: block;
    transition: .3s;
    border-radius: 100vmax;
    line-height: 1.3;
}

#cart_modal.ec-modal .show_signboard_preview.m-2.text-right a:hover,
#page_product_list .ec-modal .show_signboard_preview.m-2.text-right a:hover {
    background-color: #eb8bb4;
    color: #fff;
}

#cart_modal.ec-modal .ec-numberInput,
#page_product_list .ec-modal .ec-numberInput {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1em;
    /* padding: 16px; */
    background-color: #fff;
    /* border-radius: 4px; */
    /* border: 1px solid #e3e3e3; */
    margin: 20px 0 0;
    padding-right: 465px;
}

#cart_modal.ec-modal .ec-numberInput input,
#page_product_list .ec-modal .ec-numberInput input {
    margin-bottom: 0;
}

#cart_modal.ec-modal .ec-inlineBtn--action.add-cart,
#page_product_list .ec-modal .ec-inlineBtn--action.add-cart {
    width: 350px;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #21913a;
    background-color: #21913a;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: .8em;
    display: block;
    transition: .3s;
    border-radius: 100vmax;
    line-height: 1.3;
    position: absolute;
    bottom: -6px;
    right: 100px;
}

#cart_modal.ec-modal .ec-inlineBtn--action.add-cart:hover,
#page_product_list .ec-modal .ec-inlineBtn--action.add-cart:hover {
    background-color: #fff;
    color: #21913a;
}

#cart_modal.ec-modal .ec-role,
#page_product_list .ec-modal .ec-role {
    margin-top: 0;
    position: relative;
    text-align: center;
}

#cart_modal.ec-modal .ec-modal-box .plg_aoio.tatefuda_box,
#page_product_list .ec-modal .ec-modal-box .plg_aoio.tatefuda_box {
    padding: 0;
    margin: 0 !important;
    border: none;
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 0 14px;
    /* align-items: flex-start; */
}

#cart_modal.ec-modal .ec-modal-box .plg_aoio p:not([class]),
#page_product_list .ec-modal .ec-modal-box .plg_aoio p:not([class]) {
    grid-column: 2;
    width: 100%;
}

#cart_modal.ec-modal .ec-modal-box .plg_aoio.tatefuda_box .option_Label,
#page_product_list .ec-modal .ec-modal-box .plg_aoio.tatefuda_box .option_Label {
    margin-bottom: 0;
}

#cart_modal.ec-modal .ec-modal-box .plg_aoio.tatefuda_box+.tatefuda_box,
#page_product_list .ec-modal .ec-modal-box .plg_aoio.tatefuda_box+.tatefuda_box {
    margin-top: 15px !important;
}

#cart_modal.ec-modal .ec-modal-box .tatefuda_box_area,
#page_product_list .ec-modal .ec-modal-box .tatefuda_box_area {
    padding: 14px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    margin: 10px 0;
}


.ec-productRole #cart_modal .ec-productRole__actions .ec-select select,
#page_product_list .ec-modal .ec-productRole__actions .ec-select select,
#cart_modal.ec-modal .ec-modal-box .plg_aoio input[type="text"],
#page_product_list .ec-modal .ec-modal-box .plg_aoio input[type="text"] {
    height: 35px;
    font-size: 13px;
}

#cart_modal.ec-modal .ec-modal-close,
#page_product_list .ec-modal .ec-modal-close {
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dedede;
    border-radius: 50%;
    top: 5px;
}

#cart_modal.ec-modal .ec-modal-close .ec-icon,
#page_product_list .ec-modal .ec-modal-close .ec-icon {
    display: block;
    /* width: 20px; */
    /* height: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#cart_modal.ec-modal .ec-modal-close img,
#page_product_list .ec-modal .ec-modal-close img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

#cart_modal.ec-modal .ec-productRole__actions,
#page_product_list .ec-modal .ec-productRole__actions {
    padding: 0;
}


/* #shopping-form .ec-orderRole .ec-orderRole__detail {
    width: 100%;
} */

.ec-RegisterRole__actions .ec-off4Grid__cell .ec-blockBtn--cancel {
    margin-top: 1em;
}

.ec-AddAddress .ec-AddAddress__actions {
    width: 33%;
    margin: 0 auto;
}

.ec-AddAddress .ec-AddAddress__new,
.ec-AddAddress .ec-AddAddress__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ec-orderRole .ec-orderRole__summary {
    margin-top: 0 !important;
}

.ec-orderRole .ec-orderRole__summary .ec-totalBox {
    position: sticky;
    top: 150px;
}

#page_shopping,
#shopping-form,
#page_shopping_confirm {
    overflow: visible;
}

.ec-rectHeading h2 {
    margin: .7em 0 .5em;
}

.invalid-feedback.d-block {
    color: #af0202;
    font-weight: 700;
}

#paypal-credit-card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pay_way_block {
    margin-top: 14px;
}

.page_detail #main-contents {
    padding-bottom: 0;
}

.ec-orderDelivery .note_text {
    font-size: 15px;
    color: #af0202;
    margin-top: 1em;
    font-weight: 700;
    margin-bottom: 1em;
}

.ec-imageGrid {
    padding: 10px;
}

#page_shopping_entry .ec-orderRole__detail {
    width: 100%;
}

#page_shopping_entry .ec-addressList__item {
    display: flex;
}

#page_shopping_entry .ec-addressList__item .ec-addressList__address {
    width: auto;
    margin-right: 1em;
}

#page_shopping_entry .ec-orderRole {
    margin-bottom: 16px;
}

#page_shopping_entry .ec-orderDelivery__edit {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.ec-orderDelivery .address_change_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    margin-bottom: .5em;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
    color: #AE1F01;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
}

.tingle-modal {
    z-index: 1000001 !important;
}

#page_product_list .ec-shelfGrid__item .ec-modal .ec-productRole__actions .price_flex_box {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

#page_product_list .page_list .ec-modal .price02-default {
    display: none;
}

#product_rating_area {
    padding-left: 0;
    margin-top: 50px;
}

#product_rating_area .ec-role {
    padding-left: 0;
    padding-right: 0;
    -webkit-text-size-adjust: unset;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#product_rating_area .modal {
    top: 0;
    left: 0;
    height: 100svh;
    width: 100vw;
    background: rgba(0, 0, 0, .3);
    padding: 0 !important;
}

#product_rating_area .modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 500px;
    padding: 20px;
}

#product_rating_area .modal .col-3 {
    margin-bottom: .5em;
    margin-top: 1em;
}

#product_main .m-1 {
    pointer-events: none;
}

#product_rating_area .modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#product_rating_area .modal input[type='text'],
#product_rating_area .modal input[type='email'],
#product_rating_area .modal textarea {
    width: 100%;
    font-size: 15px;
    padding: .5em;
    border: solid 1px #ccc;

}

#product_rating_area .modal .ec-inlineBtn--action {
    margin-left: auto;
    display: block;
    margin-top: 1em;
}

#product_rating_area .modal .modal-header .btn-close {
    appearance: unset;
    position: relative;
    width: 30px;
    height: 30px;
    background-image: url(/html/template/biotop/assets/icon/cross-dark.svg);
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

#product_rating_area .modal input[type='text']::placeholder,
#product_rating_area .modal textarea::placeholder {
    font-size: 1em;
    color: #ccc;
}

#product_rating_area .ec-rectHeading {
    cursor: pointer;
}

#product_rating_area .ec-inlineBtn--action {
    background-color: #eb8bb4;
    border-color: #eb8bb4;
    outline: none !important;
}

#product_rating_area #ratingContent .row {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

#product_rating_area #ratingContent .row:has(> .col-md-10) {
    display: flex;
    gap: 20px;
}

#product_rating_area #ratingContent .row .col-md-10 {
    flex-grow: 1;
}

#product_rating_area #ratingContent .row.customer-reviews {
    display: block;
    padding: 20px;
    background-color: #f9f9f9;
}

#product_rating_area #ratingContent .row.customer-reviews h6 {
    font-size: 1.1rem;
    margin: .5em 0 0.7em;
    font-weight: 600;
}

#product_rating_area .alert-success {
    display: flex;
    align-items: center;
    gap: .5em;
    margin-bottom: 1em;
}

#product_rating_area .alert-success .btn-close {
    width: 20px;
    height: 20px;
    background-image: url(/html/template/biotop/assets/icon/cross-dark.svg);
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.ec-rectHeading {
    position: relative;
}

#OrderField .form-check .detail_text_hover_area,
.ec-rectHeading .detail_text_hover_area {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    z-index: 0;
}

#OrderField .form-check .detail_text_hover_area:hover,
.ec-rectHeading .detail_text_hover_area:hover {
    z-index: 1;
}

#OrderField .form-check .detail_text_hover_area {
    right: -0.5em;
    top: 50%;
    transform: translate(100%, -50%);
}

.ec-rectHeading .detail_text_hover_area {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#OrderField .form-check .detail_text_hover_area .mark,
.ec-rectHeading .detail_text_hover_area .mark {
    display: flex;
    align-items: center;
    justify-content: center;
}

#OrderField .form-check .detail_text_hover_area .detail_text,
.ec-rectHeading .detail_text_hover_area .detail_text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .3s;
    background-color: #eaf1f5;
    min-width: 260px;
    width: fit-content;
    padding: 1em;
    font-size: 12px;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%);
    text-align: left;
    z-index: 0;
    line-height: 1.4;
}

#OrderField .form-check .detail_text_hover_area .detail_text::before,
.ec-rectHeading .detail_text_hover_area .detail_text::before {
    content: "";
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #eaf1f5;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}

#OrderField .form-check .detail_text_hover_area:hover .detail_text,
.ec-rectHeading .detail_text_hover_area:hover .detail_text {
    opacity: 1;
    visibility: visible;
}

#OrderField .form-check {
    position: relative;
    width: fit-content;
}

/* よくある質問（NEW） */

#page_user_data #page_faq .tab-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border: none;
    margin-bottom: 40px;
}

#page_user_data #page_faq .search_area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 50px 0 30px;
}

#page_user_data #page_faq .search_area button,
#page_user_data #page_faq .search_area input[type='text'] {
    font-size: 15px;
    line-height: 1.5;
    padding: 1em;
    border: none;
    display: block;
    height: auto;
    min-height: unset;
    box-sizing: border-box;
    letter-spacing: .02em;
    color: #525263;
    border-radius: 4px;
}

#page_user_data #page_faq .search_area input[type='text'] {
    flex-grow: 1;
    border: 1px solid #9db6c3;
}

#page_user_data #page_faq .search_area button {
    appearance: unset;
    border: none;
    flex-shrink: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #9db6c3;
    background-color: #e9f1f5;
}

#page_user_data #page_faq .tab {
    width: 100%;
    border: none;
    border-radius: 100vmax;
    font-size: 16px;
    font-weight: 700;
    background-color: #9db6c3;
    color: #fff;
    transition: .3s;
    line-height: 1;
    padding: 1em;
}

#page_user_data #page_faq .tab:nth-child(n+2) {}

#page_user_data #page_faq .tab:hover,
#page_user_data #page_faq .tab.active {
    color: #fff;
    background-color: #e6468a;
}


#page_user_data #page_faq .panel {}

#page_user_data #page_faq .panel.active {}

#page_user_data #page_faq .panel h2 {
    font-size: 22px;
    text-align: center;
    color: #e6468a;
    display: flex;
    gap: .7em;
    justify-content: center;
    margin-bottom: 1em;
    margin-top: 0;
    align-items: center;
}

#page_user_data #page_faq .panel h2::before,
#page_user_data #page_faq .panel h2::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: currentColor;
}

#page_user_data #page_faq .test {}

#page_user_data #page_faq .test h3 {}

#page_user_data #page_faq .panel-area.hide,
#page_user_data #page_faq .tab-area.hide {}

#page_user_data #page_faq p#none_text {}

#page_user_data #page_faq a#back_btn {
    border-radius: 100vmax;
    font-weight: 700;
}

#page_user_data #page_faq dl {
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #eb8bb4;
}

#page_user_data #page_faq dl dt {
    background-color: #eb8bb4;
    color: #fff;
    margin-bottom: 0;
}

#page_user_data #page_faq dl dd {
    background-color: #ffffff;
    border: none;
}

#page_user_data #page_faq dl dd a {
    color: #af0603;
    text-decoration: underline;
    font-weight: 700;
}

#page_user_data #page_faq dl dt,
#page_user_data #page_faq dl dd {
    font-size: 15px;
    text-align: left;
    padding: 1em;
    line-height: 1.6;
    display: flex;
    gap: 0.7em;
    align-items: baseline;
    letter-spacing: .02em;
    /* border-radius: 8px; */
}

#page_user_data #page_faq dl dt:before,
#page_user_data #page_faq dl dd:before {
    font-size: 22px;
    position: static;
    line-height: 1;
    font-weight: 700;
}

#page_user_data #page_faq dl dd:before {
    color: #eb8bb4;
}

/* 推し活ページ */

.page_oshikatsu .oshikatsu_product_sec {
    background-color: #fff;
    padding: 100px 0;
}

.page_oshikatsu .oshikatsu_product_sec .product_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.page_oshikatsu .oshikatsu_product_sec .product_grid .product_item {
    display: block;
}

.page_oshikatsu .oshikatsu_product_sec .product_grid .product_item a {
    display: block;
}

.page_oshikatsu .oshikatsu_product_sec .product_grid .product_item a .product_image {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    margin: 0 auto;
}

.page_oshikatsu .oshikatsu_product_sec .product_grid .product_item a .product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.page_oshikatsu .oshikatsu_product_sec .product_grid .product_item a:hover .product_image img {
    transform: scale(1.1);
}

.page_oshikatsu .oshikatsu_product_sec .product_grid .product_item a .product_name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    letter-spacing: .02em;
    margin: .8em 0 .5em;
    color: #525263;
    font-weight: 700;
}

.page_oshikatsu .oshikatsu_product_sec .product_grid .product_item a .product_price {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    color: #af0603;
}

.oshikatsu_common_btn {
    background-color: #e6468a;
    border: 2px solid #e6468a;
    display: block;
    width: 360px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #fff;
    text-align: center;
    padding: 1em;
    transition: .3s;
}

.oshikatsu_common_btn:hover {
    background-color: #fff;
    color: #e6468a;
}

.oshikatsu_common_btn.center {
    margin: 0 auto;
}

.oshikatsu_common_btn.center.mt {
    margin-top: 40px;
}

.oshikatsu_common_btn.center.mb {
    margin-bottom: 80px;
}

@font-face {
    font-family: "UtsukushiFONT";
    src: url("/html/user_data/assets/fonts/UtsukushiFONT.otf") format("opentype");
}

.f_utsu {
    font-family: "UtsukushiFONT";
}

.page_oshikatsu .oshikatsu_mv {
    background-image: url(/html/user_data/assets/img/common/page_oshikatsu_mv_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 0 45px;
}

.page_oshikatsu .oshikatsu_mv .mv_ttl {
    width: 804px;
    margin: 0 auto 240px;
}

.page_oshikatsu .oshikatsu_mv .mv_ttl img {
    width: 100%;
}

.page_oshikatsu .oshikatsu_mv .mv_text_area {
    background: rgba(255, 255, 255, .8);
    border-radius: 9px;
    position: relative;
    padding: 75px 50px 50px;
}

.page_oshikatsu .oshikatsu_mv .mv_text_area::before {
    content: "";
    position: absolute;
    inset: -15px;
    border-radius: 20px;
    border: 10px solid #fff;
    opacity: .8;
    pointer-events: none;
}

.page_oshikatsu .oshikatsu_mv .mv_text_area .area_ttl {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 512px;
    transform: translateX(-50%);
}

.page_oshikatsu .oshikatsu_mv .mv_text_area .area_ttl img {
    width: 100%;
}

.page_oshikatsu .oshikatsu_mv .mv_text_area .area_sub_ttl {
    margin: 0 auto 1em;
    line-height: 1;
    font-size: 30px;
    padding-bottom: .3em;
    border-bottom: 2px solid currentColor;
    width: fit-content;
}

.page_oshikatsu .oshikatsu_mv .mv_text_area .inner .text {
    font-size: 18px;
}

.oshikatsu_lead_sec {
    padding: 100px 0;
}

.oshikatsu_lead_sec .flex_box {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
}

.oshikatsu_lead_sec .flex_box .lead_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oshikatsu_lead_sec .flex_box .text_area .sec_ttl {
    font-size: 30px;
    font-weight: 700;
    color: #e6468a;
    margin-bottom: .7em;
}

.oshikatsu_lead_sec .flex_box .text_area .sub_ttl {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1em;
    letter-spacing: .02em;
}

.oshikatsu_lead_sec .flex_box .text_area .inner .text {
    font-size: 16px;
}

.oshikatsu_lead_sec .flex_box .text_area .inner .text+.text {
    margin-top: 1em;
}

.oshikatsu_common_ttl_box {
    margin-bottom: 30px;
}

.oshikatsu_common_ttl_box .oshikatsu_common_ttl {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #e6468a;
}

.oshikatsu_common_ttl_box .sub_text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-top: .7em;
    text-align: center;
}

.oshikatsu_katsuyo_sec {
    padding: 100px 0;
    background-color: #f8f8f8;
}

.oshikatsu_katsuyo_sec .katsuyo_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.oshikatsu_katsuyo_sec .katsuyo_cont .item_img {
    height: 270px;
    margin-bottom: 20px;
}

.oshikatsu_katsuyo_sec .katsuyo_cont .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oshikatsu_katsuyo_sec .katsuyo_cont .text_area .item_ttl {
    font-size: 20px;
    letter-spacing: .02em;
    margin-bottom: .5em;
    text-align: center;
    font-weight: 700;
}

.oshikatsu_katsuyo_sec .katsuyo_cont .text_area .text {
    font-size: 16px;
}

.oshikatsu_flex_area {
    padding: 100px 0;
}

.oshikatsu_flex_area .flex_item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.oshikatsu_flex_area .flex_item.mt {
    margin-top: 100px;
}

.oshikatsu_flex_area .flex_item:nth-child(odd) {
    flex-direction: row-reverse;
}

.oshikatsu_flex_area .flex_item+.flex_item {
    margin-top: 90px;
}

.oshikatsu_flex_area .flex_item .item_img {
    width: 370px;
    flex-shrink: 0;
    height: 370px;
}

.oshikatsu_flex_area .flex_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oshikatsu_flex_area .flex_item .text_area {
    flex-grow: 1;
}

.oshikatsu_flex_area .flex_item .text_area .oshikatsu_common_ttl_box .oshikatsu_common_ttl {
    text-align: left;
}

.oshikatsu_flex_area .flex_item .text_area .oshikatsu_common_ttl_box .oshikatsu_common_ttl.center {
    text-align: center;
}

.oshikatsu_flex_area .flex_item .text_area .inner .text {
    font-size: 16px;
}

.oshikatsu_flex_area .flex_item .text_area .inner .text+.text {
    margin-top: 2em;
}

.oshikatsu_flex_area .flex_item .text_area .inner .text.text_list {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
    padding: 1.5em 1.2em;
}

.oshikatsu_flex_area .flex_item .text_area .inner .text.text_list ul li {
    line-height: 1.5;
}

.oshikatsu_flex_area .flex_item .text_area .inner .text.text_list ul li+li {
    margin-top: .6em;
}

.oshikatsu_flex_area .flex_item .text_area .inner .text.text_list ul li .li_head {
    display: flex;
    color: #e6468a;
    font-size: 1.25em;
    margin-bottom: .2em;
}

.oshikatsu_flex_area .flex_item .text_area .inner .text.text_list ul li .li_head::before {
    content: "・";
}

.oshikatsu_flex_area .flex_item .text_area .inner .text.text_list ul li .letter {
    display: block;
    padding-left: 1em;
    /* font-size: .9em; */
}

.oshikatsu_flex_area .flex_item .text_area .oshikatsu_common_btn {
    margin-left: 0;
    margin-top: 30px;
}

.oshikatsu_flex_area .flex_item .text_area .btn_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.oshikatsu_flex_area .flex_item .text_area .btn_flex .oshikatsu_common_btn {
    margin: 0;
    width: 100%;
}

.oshikatsu_howto_sec {
    padding: 100px 0;
    background-color: #f2f2f2;
}

.oshikatsu_howto_sec .howto_cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.oshikatsu_howto_sec .howto_cont .howto_item {
    background-color: #fff;
    padding: 40px 12px 20px;
    position: relative;
    margin-top: 20px;
}

.oshikatsu_howto_sec .howto_cont .howto_item+.howto_item::before {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    /* 横 */
    background-color: #007400;
    top: 50%;
    left: -21px;
    width: 13px;
    height: 33px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
}

.oshikatsu_howto_sec .howto_cont .howto_item .howto_num {
    width: 2em;
    height: 2em;
    line-height: 1;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #007400;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.oshikatsu_howto_sec .howto_cont .howto_item .item_img {
    border-radius: 50%;
    overflow: hidden;
    width: 130px;
    aspect-ratio: 1;
    margin: 0 auto;
}

.oshikatsu_howto_sec .howto_cont .howto_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oshikatsu_howto_sec .howto_cont .howto_item .item_ttl {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 1em 0 .4em;
}

.oshikatsu_howto_sec .howto_cont .howto_item .item_text {
    font-size: 14px;
}

.oshikatsu_manner_sec {
    padding-top: 100px;
}

.oshikatsu_manner_sec.pb {
    padding-bottom: 100px;
}

.oshikatsu_manner_sec.bg {
    background-color: #ffeeee;
}

.oshikatsu_manner_sec .manner_cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.oshikatsu_manner_sec .manner_cont.jc_center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.oshikatsu_manner_sec .manner_cont.jc_center .manner_item {
    width: calc((100% - 60px) / 3);
}

.oshikatsu_manner_sec.bg .manner_cont.jc_center {
    gap: 30px;
}

.oshikatsu_manner_sec.bg .manner_cont .manner_item {
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.oshikatsu_manner_sec.bg .manner_cont .manner_item .item_ttl,
.oshikatsu_manner_sec.bg .manner_cont .manner_item .item_text,
.oshikatsu_manner_sec.bg .manner_cont .manner_item .oshikatsu_common_btn {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}

.oshikatsu_manner_sec .manner_cont .manner_item {
    display: flex;
    flex-direction: column;
}

.oshikatsu_manner_sec .manner_cont .item_img {
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
}

.oshikatsu_manner_sec .manner_cont .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oshikatsu_manner_sec .manner_cont .item_ttl {
    font-size: 20px;
    letter-spacing: .02em;
    margin-bottom: .5em;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
}

.oshikatsu_manner_sec .manner_cont .item_text {
    font-size: 16px;
    flex-grow: 1;
}

.oshikatsu_manner_sec .manner_cont .manner_item .oshikatsu_common_btn {
    margin-top: 1.5em;
    width: 100%;
}

.oshikatsu_faq_sec {
    padding: 100px 0;
}

.oshikatsu_faq_sec .faq_cont dl {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
}

.oshikatsu_faq_sec .faq_cont dl+dl {
    margin-top: 20px;
}

.oshikatsu_faq_sec .faq_cont dl dt {
    border-bottom: 2px dashed #d3d3d3;
    padding-bottom: 20px;
}

.oshikatsu_faq_sec .faq_cont dl dd {
    padding-top: 20px;
}

.oshikatsu_faq_sec .faq_cont dl dt,
.oshikatsu_faq_sec .faq_cont dl dd {
    display: flex;
    align-items: flex-start;
}

.oshikatsu_faq_sec .faq_cont dl .mark {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-right: .5em;
}

.oshikatsu_faq_sec .faq_cont dl .mark.q {
    color: #e6468a;
}

.oshikatsu_faq_sec .faq_cont dl .mark.a {
    color: #007400;
}

.oshikatsu_faq_sec .faq_cont dl dt .text {
    font-weight: 700;
    font-size: 18px;
    padding-top: .2em;
}

.oshikatsu_faq_sec .faq_cont dl dd .text {
    font-size: 16px;
    padding-top: 0.2em;
    font-weight: 400;
}

.page_oshikatsu .trend_design_cont {
    margin: 40px 0 0;
}

.page_oshikatsu .trend_design_cont .trend_design_item {
    position: relative;
    padding-top: 60px;
}

.page_oshikatsu .trend_design_cont .trend_design_item+.trend_design_item {
    margin-top: 50px;
}

.page_oshikatsu .trend_design_cont .trend_design_item:nth-child(odd) {
    padding-left: 60px;
}

.page_oshikatsu .trend_design_cont .trend_design_item:nth-child(even) {
    padding-right: 60px;
}

.page_oshikatsu .trend_design_cont .trend_design_item .img {
    position: absolute;
    top: 0;
    aspect-ratio: 3/4;
    width: 210px;
    background-color: #ccc;
}

.page_oshikatsu .trend_design_cont .trend_design_item:nth-child(odd) .img {
    left: 0;
}

.page_oshikatsu .trend_design_cont .trend_design_item:nth-child(even) .img {
    right: 0;
}

.page_oshikatsu .trend_design_cont .trend_design_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_oshikatsu .trend_design_cont .trend_design_item .text_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background-color: #edf9ff;
    min-height: 250px;
}

.page_oshikatsu .trend_design_cont .trend_design_item:nth-child(odd) .text_area {
    padding-left: 190px;
}

.page_oshikatsu .trend_design_cont .trend_design_item:nth-child(even) .text_area {
    padding-right: 190px;
    background-color: #ffffda;
}

.page_oshikatsu .trend_design_cont .trend_design_item .text_area .area_ttl {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: .5em;
    line-height: 1.4;
}

.page_oshikatsu .trend_design_cont .trend_design_item:nth-child(odd) .text_area .area_ttl {
    color: #2e8ebe;
}

.page_oshikatsu .trend_design_cont .trend_design_item:nth-child(even) .text_area .area_ttl {
    color: #a8a801;
}

.page_oshikatsu .trend_design_cont .trend_design_item .text_area .area_text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.page_oshikatsu .oshikatsu_haiso_sec {
    padding-top: 100px;
}

.page_oshikatsu .oshikatsu_haiso_sec .haiso_cont {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
    padding: 50px;
}

.page_oshikatsu .oshikatsu_haiso_sec .haiso_cont .inner_item+.inner_item {
    margin-top: 30px;
}

.page_oshikatsu .oshikatsu_haiso_sec .haiso_cont .inner_item .inner_ttl {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: .6em;
    border-left: 4px solid #e6468a;
    padding-left: .5em;
}

.page_oshikatsu .oshikatsu_haiso_sec .haiso_cont .inner_item .inner_text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .02em;
}

.page_oshikatsu .oshikatsu_color_sec {
    padding-top: 100px;
}

.page_oshikatsu .oshikatsu_color_sec .color_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.page_oshikatsu .oshikatsu_color_sec .color_cont .color_item {
    padding: 30px;
    color: #525263;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
}

.page_oshikatsu .oshikatsu_color_sec .color_cont .color_item .item_ttl {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: .4em;
}

.page_oshikatsu .oshikatsu_color_sec .color_cont .color_item .item_text {
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 1.5;
}

.page_oshikatsu .oshikatsu_color_sec .color_cont .color_item.pink {
    background-color: #FBEBF2;
}

.page_oshikatsu .oshikatsu_color_sec .color_cont .color_item.blue {
    background-color: #E9EFFC;
}

.page_oshikatsu .oshikatsu_color_sec .color_cont .color_item.red {
    background-color: #F7D8D6;
}

.page_oshikatsu .oshikatsu_color_sec .color_cont .color_item.white {
    background-color: #fff;
}

.page_oshikatsu .oshikatsu_color_sec .color_cont .color_item.purple {
    background-color: #F2E5FD;
}

.page_oshikatsu .oshikatsu_color_sec .color_cont .color_item.yellow {
    background-color: #FDFBE8;
}

.page_oshikatsu .oshikatsu_color_sec .color_cont .color_item.green {
    background-color: #F2FDE8;
}

.page_oshikatsu .oshikatsu_color_sec .color_kotsu_area {
    background-image: url(/html/user_data/assets/img/common/page_color_kotsu_img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 80px;
    margin-top: 50px;
    position: relative;
    color: #fff;
}

.page_oshikatsu .oshikatsu_color_sec .color_kotsu_area>* {
    position: relative;
    z-index: 1;
}

.page_oshikatsu .oshikatsu_color_sec .color_kotsu_area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #525263;
    opacity: .7;
}

.page_oshikatsu .oshikatsu_color_sec .color_kotsu_area .area_ttl {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: center;
    margin-bottom: .5em;
    display: flex;
    align-items: center;
    gap: .7em;
    justify-content: center;
}

.page_oshikatsu .oshikatsu_color_sec .color_kotsu_area .area_ttl::before,
.page_oshikatsu .oshikatsu_color_sec .color_kotsu_area .area_ttl::after {
    content: "";
    flex-grow: 1;
    background-color: currentColor;
    height: 2px;
}

.page_oshikatsu .oshikatsu_color_sec .color_kotsu_area .area_text {
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 1.5;
}

.page_koten #main-contents {
    padding: 0 !important;
}

.page_koten #main-contents.pb {
    padding-bottom: 100px;
}

.oshikatsu_common_lead_text_area {
    margin-bottom: 40px;
}

.oshikatsu_common_lead_text_area .oshikatsu_common_lead_text {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: .02em;
}

.oshikatsu_common_lead_text_area .oshikatsu_common_lead_text+.oshikatsu_common_lead_text {
    margin-top: 1.3em;
}

.page_koten #main-contents #top_category {
    margin-top: 80px !important;
}

.page_koten #main-contents.pb #top_category {
    margin-top: 0 !important;
}

.ec-productRole__price .ec-price #custom_price_input {
    font-size: 16px;
    padding: .5em 0.7em;
    line-height: 1;
    width: 7.5em;
    margin-right: .5em;
    font-weight: 400;
}

.ec-productRole__price .ec-price #custom_price_input+span.ec-price__tax {
    font-size: 16px;
    color: #525263;
}

.ec-productRole__price .ec-price #custom_price_input+span.ec-price__tax+p.ec-price__tax {
    margin-top: 0.6em;
    font-size: 14px;
}

.new_order_grid div#ordermade-img_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center;
}

.new_order_grid div#ordermade-img_wrap .ordermade-img {
    width: 100%;
    aspect-ratio: 4/3;
}

.new_order_grid div#ordermade-img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#ordermade-3 a.oshikatsu_common_btn {
    color: #fff;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

.ec-grid2 .ec-grid2__cell .ec-sliderItemRole .item_visual {
    margin-bottom: 15px;
}

#page_product_detail .btm_img_review_badge {
    display: none;
}

#page_product_detail .btm_img_review_badge.active {
    display: block;
    margin-bottom: 15px;
}

#page_product_detail .btm_img_review_badge .badge_img {
    display: block;
}

#page_product_detail .btm_img_review_badge .badge_img img {
    width: 100%;
}

#page_product_detail .page_product_review_btn {
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: center;
    padding: 1.5em;
    font-size: 13px;
    width: 430px;
    margin-bottom: 10px;
    line-height: 1;
    transition: .3s;
    border-radius: 100vmax;
    color: #fff;
    background-color: #f0c62d;
    font-weight: 700;
    transition: .3s;
    font-family: "Noto Sans JP", sans-serif;
}

#page_product_detail .page_product_review_btn:hover {
    background-color: #dab221;
}

#page_product_detail .page_product_review_btn::before {
    background-image: url(/html/user_data/assets/img/common/icon_review.svg);
    content: "";
    width: 1em;
    height: 1em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#cart_modal .apg_product_class_images {
    width: 30% !important;
    display: block;
    margin: 0 auto;
}

#cart_modal .mb-3 {
    text-align: left;
}

#cart_modal .mb-3 .js_type_price {
    font-size: 20px;
    font-weight: bold;
    color: #DE5D50;
    display: inline-block;
    margin-left: 0.6em;
}

#cart_modal .mb-3 .js_type_price .size {
    font-size: 0.5em;
    margin-left: 0.3em;
}

@media (max-width: 750px) {

    .ec-productRole .ec-blockRadio {
        padding: 3.6vw;
        margin: 4vw 0;
    }

    .ec-productRole .ec-blockRadio .option_Label {
        font-size: 3.6vw;
        margin-bottom: .85em;
    }

    .ec-productRole #productoption2,
    .ec-productRole__actions [id*="productoption"],
    .ec-productRole #productoption1 {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5vw;
    }


    .ec-productRole #productoption2 .form-check,
    .ec-productRole__actions [id*="productoption"] .form-check,
    .ec-productRole #productoption1 .form-check {
        font-size: 2.8vw;
        position: relative;
    }

    .ec-productRole #productoption2 .form-check input,
    .ec-productRole__actions [id*="productoption"] .form-check input,
    .ec-productRole #productoption1 .form-check input {
        margin: 0;
        accent-color: #e6308b;
    }

    .ec-productRole #productoption2 .form-check>*,
    .ec-productRole__actions [id*="productoption"] .form-check>*,
    .ec-productRole #productoption1 .form-check>* {
        cursor: pointer;
    }

    #cart_modal,
    #page_product_list .ec-modal {
        z-index: 100000;
    }

    #cart_modal.ec-modal .ec-modal-box,
    #page_product_list .ec-modal .ec-modal-box {
        text-align: left;
    }

    #cart_modal.ec-modal .ec-modal-wrap,
    #page_product_list .ec-modal .ec-modal-wrap {
        padding: 2vw 3vw 3vw;
        width: 90vw;
        margin: 4vw auto;
        max-height: calc(100svh - 5vw);
    }

    #cart_modal.ec-modal .ec-modal-box .plg_aoio,
    #page_product_list .ec-modal .ec-modal-box .plg_aoio {
        padding: 2.5vw;
        margin: 2vw 0;
        display: block;
        margin-top: 2vw !important;
        margin-bottom: 2vw;
    }

    #cart_modal .ec-select select,
    #page_product_list .ec-modal .ec-select select {
        font-size: 3.6vw;
        height: 3em;
    }

    #cart_modal.ec-modal .ec-modal-box .plg_aoio .option_Label,
    #page_product_list .ec-modal .ec-modal-box .plg_aoio .option_Label,
    #cart_modal.ec-modal .ec-modal-box .plg_aoio.tatefuda_box .option_Label,
    #page_product_list .ec-modal .ec-modal-box .plg_aoio.tatefuda_box .option_Label {
        font-size: 3vw;
        margin-bottom: .8em;
        margin-top: 0;
        line-height: 1.5;
    }

    #cart_modal.ec-modal .ec-modal-box .plg_aoio .option_Label .form-label,
    #page_product_list .ec-modal .ec-modal-box .plg_aoio .option_Label .form-label {
        margin: 0;
    }

    #cart_modal.ec-modal .ec-modal-box .plg_aoio .option_Label .ec-required,
    #page_product_list .ec-modal .ec-modal-box .plg_aoio .option_Label .ec-required {
        font-size: 2.5vw;
    }

    #cart_modal.ec-modal .ec-modal-box .plg_aoio input,
    #page_product_list .ec-modal .ec-modal-box .plg_aoio input {
        margin-bottom: 0 !important;
    }

    #cart_modal.ec-modal .ec-modal-box .plg_aoio p,
    #page_product_list .ec-modal .ec-modal-box .plg_aoio p,
    #cart_modal.ec-modal .ec-modal-box .plg_aoio p:not([class]),
    #page_product_list .ec-modal .ec-modal-box .plg_aoio p:not([class]) {
        font-size: 2.6vw;
    }

    #cart_modal.ec-modal .show_signboard_preview.m-2.text-right a,
    #page_product_list .ec-modal .show_signboard_preview.m-2.text-right a {
        width: 70%;
        font-size: 2.8vw;
        margin-top: 2.5vw;
    }

    #cart_modal.ec-modal .show_signboard_preview.m-2.text-right a:hover,
    #page_product_list .ec-modal .show_signboard_preview.m-2.text-right a:hover {
        background-color: #eb8bb4;
        color: #fff;
    }

    #cart_modal.ec-modal .ec-numberInput,
    #page_product_list .ec-modal .ec-numberInput {
        background-color: #fff;
        font-size: 3.2vw;
        margin-top: 2.5vw;
        padding-right: 47vw;
        gap: .5em;
    }

    #cart_modal.ec-modal .ec-numberInput input,
    #page_product_list .ec-modal .ec-numberInput input {
        width: 21vw;
        margin-bottom: 0;
        font-size: 3.2vw;
        height: 9vw;
    }

    #cart_modal.ec-modal .ec-inlineBtn--action.add-cart,
    #page_product_list .ec-modal .ec-inlineBtn--action.add-cart {
        width: 100%;
        font-size: 3.4vw;
        /* position: static; */
        /* margin-top: 2.5vw; */
        width: 45vw;
        right: 0;
        bottom: -1vw;
    }

    #cart_modal.ec-modal .ec-inlineBtn--action.add-cart:hover,
    #page_product_list .ec-modal .ec-inlineBtn--action.add-cart:hover {
        background-color: #21913a;
        color: #fff;
    }

    #cart_modal.ec-modal .ec-role,
    #page_product_list .ec-modal .ec-role {
        margin-top: 0;
        padding: 0;
    }

    #cart_modal.ec-modal .ec-modal-box .plg_aoio.tatefuda_box+.tatefuda_box,
    #page_product_list .ec-modal .ec-modal-box .plg_aoio.tatefuda_box+.tatefuda_box {
        margin-top: 3vw !important;
    }

    #cart_modal.ec-modal .ec-modal-box .tatefuda_box_area,
    #page_product_list .ec-modal .ec-modal-box .tatefuda_box_area {
        padding: 2.5vw;
        margin: 2vw 0;
        /* height: 70dvh; */
        /* overflow: scroll; */
    }

    .ec-orderRole .ec-orderRole__summary .ec-totalBox {
        position: static;
    }

    .ec-orderDelivery .note_text {
        font-size: 3.5vw;
        margin-bottom: 1em;
    }

    #page_shopping_entry .ec-addressList__item {
        display: table;
    }

    .ec-cartTable {
        display: block !important;
    }

    .ec-cartTable .ec-cartRow+.ec-cartRow {
        margin-top: 1em;
        border-top: 1px dotted #ccc;
        padding-bottom: 1em;
        border-bottom: 1px dotted #ccc;
    }

    .ec-cartTable .ec-cartRow {
        display: block !important;
        padding-top: 1em;
    }

    .ec-cartRow .ec-cartRow__contentColumn {
        border-bottom: none !important;
        display: block !important;
        width: 100% !important;
    }

    .ec-cartRow .ec-cartRow__delColumn {
        border-bottom: none !important;
        display: flex !important;
        justify-content: flex-end;
        width: 100% !important;
    }

    #page_cart .ec-cartRole {
        padding: 0 !important;
    }

    .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
        margin-bottom: 0 !important;
    }

    .ec-cartRow .ec-cartRow__amountColumn {
        border-bottom: none !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        gap: 1em;
    }

    .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
        font-size: 3.4vw;
    }

    #cart_modal.ec-modal .ec-modal-box .plg_aoio.tatefuda_box,
    #page_product_list .ec-modal .ec-modal-box .plg_aoio.tatefuda_box {
        display: block;
    }

    .ec-productRole #cart_modal .ec-productRole__actions .ec-select select,
    #page_product_list .ec-modal .ec-productRole__actions .ec-select select,
    #cart_modal.ec-modal .ec-modal-box .plg_aoio input[type="text"],
    #page_product_list .ec-modal .ec-modal-box .plg_aoio input[type="text"] {
        font-size: 2.8vw;
        height: 8vw;
        padding: .5em;
    }

    #cart_modal.ec-modal .ec-modal-overlay,
    #page_product_list .ec-modal .ec-modal-overlay {
        padding-right: 0;
    }

    #cart_modal.ec-modal .ec-modal-close,
    #page_product_list .ec-modal .ec-modal-close {
        width: 7vw;
        height: 7vw;
        top: 2vw;
        right: 0;
    }

    .ec-productRole #productoption2 .form-check .em,
    .ec-productRole__actions [id*="productoption"] .form-check .em,
    .ec-productRole #productoption1 .form-check .em {
        position: absolute;
        top: -1.4em;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }

    #product_rating_area {
        padding-left: 0;
    }

    #product_rating_area .ec-role {
        width: 90vw;
        margin: 0 auto;
    }

    #product_rating_area .modal {
        top: 0;
        left: 0;
        height: 100svh;
        width: 100vw;
        background: rgba(0, 0, 0, .3);
    }

    #product_rating_area .modal .modal-dialog {
        width: 90vw;
        padding: 4vw;
    }

    #product_rating_area .modal .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    #product_rating_area .modal input[type='text'],
    #product_rating_area .modal textarea {
        width: 100%;
        font-size: 15px;
        padding: .5em;
    }

    #product_rating_area .modal .ec-inlineBtn--action {
        margin-left: auto;
        display: block;
    }

    #product_rating_area .modal .modal-header .btn-close {
        appearance: unset;
        position: relative;
        width: 30px;
        height: 30px;
        background-image: url(/html/template/biotop/assets/icon/cross-dark.svg);
        background-size: 60% 60%;
        background-position: center;
        background-repeat: no-repeat;
        border: none;
        background-color: #ccc;
        border-radius: 50%;
        cursor: pointer;
    }

    #product_rating_area .modal input[type='text']::placeholder,
    #product_rating_area .modal textarea::placeholder {
        font-size: 1em;
        color: #ccc;
    }

    #product_rating_area #ratingContent .row {
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
    }

    #product_rating_area #ratingContent .row:has(> .col-md-10) {
        display: flex;
        gap: 20px;
    }

    #product_rating_area #ratingContent .row .col-md-10 {
        flex-grow: 1;
    }

    #product_rating_area #ratingContent .row.customer-reviews {
        display: block;
    }

    #OrderField .form-check .detail_text_hover_area,
    .ec-rectHeading .detail_text_hover_area {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ccc;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        font-size: 16px;
        line-height: 1;
        z-index: 0;
    }

    #OrderField .form-check .detail_text_hover_area:hover,
    .ec-rectHeading .detail_text_hover_area:hover {
        z-index: 1;
    }

    #OrderField .form-check .detail_text_hover_area {
        right: -0.5em;
        top: 50%;
        transform: translate(100%, -50%);
    }

    .ec-rectHeading .detail_text_hover_area {
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    #OrderField .form-check .detail_text_hover_area .mark,
    .ec-rectHeading .detail_text_hover_area .mark {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #OrderField .form-check .detail_text_hover_area .detail_text {}

    .ec-rectHeading .detail_text_hover_area .detail_text {
        bottom: -2vw;
        left: unset;
        right: 0;
        transform: translateY(100%);
    }

    #OrderField .form-check .detail_text_hover_area .detail_text,
    .ec-rectHeading .detail_text_hover_area .detail_text {
        min-width: 45vw;
        width: fit-content;
        padding: 1em;
        font-size: 3vw;
        text-align: left;
        z-index: 0;
        line-height: 1.4;
    }

    #OrderField .form-check .detail_text_hover_area .detail_text::before {
        width: 2vw;
        height: 2vw;
    }

    .ec-rectHeading .detail_text_hover_area .detail_text::before {
        content: "";
        background-color: #fff;
        width: 2vw;
        height: 2vw;
        position: absolute;
        top: 0;
        left: unset;
        right: 1vw;
    }

    #OrderField .form-check .detail_text_hover_area:hover .detail_text,
    .ec-rectHeading .detail_text_hover_area:hover .detail_text {
        opacity: 1;
        visibility: visible;
    }

    #OrderField .form-check {
        position: relative;
        width: fit-content;
    }


    /* よくある質問（NEW） */

    #page_faq .wrap {
        max-width: 100%;
    }

    #page_user_data #page_faq .tab-area {
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
        margin-bottom: 7vw;
    }

    #page_user_data #page_faq .search_area {
        gap: 2.5vw;
        margin: 8vw 0 5vw;
    }

    #page_user_data #page_faq .search_area button,
    #page_user_data #page_faq .search_area input[type='text'] {
        font-size: 3.5vw;
    }

    #page_user_data #page_faq .tab {
        font-size: 3.5vw;
    }

    #page_user_data #page_faq .panel h2 {
        font-size: 5vw;
    }

    #page_user_data #page_faq .panel h2::before,
    #page_user_data #page_faq .panel h2::after {
        content: "";
        flex-grow: 1;
        height: 2px;
        background-color: currentColor;
    }

    #page_user_data #page_faq .test {}

    #page_user_data #page_faq .test h3 {}

    #page_user_data #page_faq .panel-area.hide,
    #page_user_data #page_faq .tab-area.hide {}

    #page_user_data #page_faq p#none_text {}

    #page_user_data #page_faq a#back_btn {}

    #page_user_data #page_faq dl {
        border-radius: 8px;
        overflow: hidden;
        border: 2px solid #eb8bb4;
    }

    #page_user_data #page_faq dl dt {
        background-color: #eb8bb4;
        color: #fff;
        margin-bottom: 0;
    }

    #page_user_data #page_faq dl dd {
        background-color: #ffffff;
        border: none;
    }

    #page_user_data #page_faq dl dd a {
        color: #af0603;
        text-decoration: underline;
        font-weight: 700;
    }

    #page_user_data #page_faq dl dt,
    #page_user_data #page_faq dl dd {
        font-size: 3.5vw;
    }

    #page_user_data #page_faq dl dt:before,
    #page_user_data #page_faq dl dd:before {
        font-size: 4.5vw;
    }

    .page_oshikatsu .oshikatsu_product_sec {
        padding: 15vw 0;
    }

    .page_oshikatsu .oshikatsu_product_sec .product_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw;
        margin-bottom: 8vw;
    }

    .page_oshikatsu .oshikatsu_product_sec .product_grid .product_item a .product_image {
        width: 100%;
        overflow: hidden;
    }

    .page_oshikatsu .oshikatsu_product_sec .product_grid .product_item a:hover .product_image img {
        transform: scale(1);
    }

    .page_oshikatsu .oshikatsu_product_sec .product_grid .product_item a .product_name {
        font-size: 3.4vw;
    }

    .page_oshikatsu .oshikatsu_product_sec .product_grid .product_item a .product_price {
        font-size: 3.8vw;
    }

    .oshikatsu_common_btn {
        width: 100%;
        font-size: 3.6vw;
    }

    .oshikatsu_common_btn:hover {
        background-color: #e6468a;
        color: #fff;
    }

    .page_oshikatsu .oshikatsu_mv {
        padding: 0;
        background-size: 130%;
        background-position: top;
    }

    .page_oshikatsu .oshikatsu_mv .mv_ttl {
        width: 100%;
        margin: 0 auto 50vw;
    }

    .page_oshikatsu .oshikatsu_mv .mv_text_area {
        padding: 10vw 5vw 5vw;
    }

    .page_oshikatsu .oshikatsu_mv .mv_text_area::before {
        inset: -2vw;
        border-radius: 20px;
        border: 1vw solid #fff;
    }

    .page_oshikatsu .oshikatsu_mv .mv_text_area .area_ttl {
        top: -12vw;
        left: 50%;
        width: 80vw;
    }

    .page_oshikatsu .oshikatsu_mv .mv_text_area .area_sub_ttl {
        font-size: 5vw;
    }

    .page_oshikatsu .oshikatsu_mv .mv_text_area .inner .text {
        font-size: 3.6vw;
    }

    .oshikatsu_lead_sec {
        padding: 15vw 0;
    }

    .oshikatsu_lead_sec .flex_box {
        grid-template-columns: 1fr;
        gap: 5vw;
    }

    .oshikatsu_lead_sec .flex_box .lead_img {
        height: 48vw;
    }

    .oshikatsu_lead_sec .flex_box .text_area .sec_ttl {
        font-size: 5vw;
    }

    .oshikatsu_lead_sec .flex_box .text_area .sub_ttl {
        font-size: 4vw;
    }

    .oshikatsu_lead_sec .flex_box .text_area .inner .text {
        font-size: 3.6vw;
    }

    .oshikatsu_lead_sec .flex_box .text_area .inner .text+.text {
        margin-top: 1em;
    }

    .oshikatsu_common_ttl_box {
        margin-bottom: 6vw;
    }

    .oshikatsu_common_ttl_box .oshikatsu_common_ttl {
        font-size: 5vw;
        font-weight: 700;
        text-align: center;
        color: #e6468a;
    }

    .oshikatsu_common_ttl_box .sub_text {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .02em;
        margin-top: .7em;
        text-align: center;
    }

    .oshikatsu_katsuyo_sec {
        padding: 20vw 0;
    }

    .oshikatsu_katsuyo_sec .katsuyo_cont {
        grid-template-columns: 1fr;
        gap: 7vw;
    }

    .oshikatsu_katsuyo_sec .katsuyo_cont .item_img {
        height: 44vw;
        margin-bottom: 4vw;
    }

    .oshikatsu_katsuyo_sec .katsuyo_cont .text_area .item_ttl {
        font-size: 4vw;
    }

    .oshikatsu_katsuyo_sec .katsuyo_cont .text_area .text {
        font-size: 3.4vw;
    }

    .oshikatsu_flex_area {
        padding: 20vw 0;
    }

    .oshikatsu_flex_area .flex_item {
        align-items: flex-start;
        gap: 5vw;
        flex-direction: column;
    }

    .oshikatsu_flex_area .flex_item:nth-child(odd) {
        flex-direction: column;
    }

    .oshikatsu_flex_area .flex_item+.flex_item {
        margin-top: 10vw;
    }

    .oshikatsu_flex_area .flex_item .item_img {
        width: 60%;
        flex-shrink: 0;
        height: 60vw;
        margin: 0 auto;
    }

    .oshikatsu_flex_area .flex_item .text_area {
        flex-grow: 1;
    }

    .oshikatsu_flex_area .flex_item .text_area .oshikatsu_common_ttl_box {
        margin-bottom: 3vw;
    }

    .oshikatsu_flex_area .flex_item .text_area .oshikatsu_common_ttl_box .oshikatsu_common_ttl {
        font-size: 4.5vw;
        text-align: center;
    }

    .oshikatsu_flex_area .flex_item .text_area .inner .text {
        font-size: 3.6vw;
    }

    .oshikatsu_flex_area .flex_item .text_area .inner .text+.text {
        margin-top: 1.5em;
    }

    .oshikatsu_flex_area .flex_item .text_area .inner .text.text_list {
        padding: 1.2em 1em;
    }

    .oshikatsu_flex_area .flex_item .text_area .oshikatsu_common_btn {
        margin-left: 0;
        margin-top: 5vw;
    }

    .oshikatsu_flex_area .flex_item .text_area .btn_flex {
        grid-template-columns: 1fr;
        gap: 4vw;
        margin-top: 5vw;
    }

    .oshikatsu_howto_sec {
        padding: 20vw 0;
    }

    .oshikatsu_howto_sec .howto_cont {
        grid-template-columns: repeat(2, 1fr);
        gap: 5vw 4vw;
    }

    .oshikatsu_howto_sec .howto_cont .howto_item {
        padding: 8vw 3vw 4vw;
        position: relative;
        margin-top: 4vw;
    }

    .oshikatsu_howto_sec .howto_cont .howto_item+.howto_item::before {
        left: -3vw;
        width: 2vw;
        height: 7vw;
    }

    .oshikatsu_howto_sec .howto_cont .howto_item:nth-child(3)::before {
        content: unset;
    }

    .oshikatsu_howto_sec .howto_cont .howto_item .howto_num {
        font-size: 4vw;
    }

    .oshikatsu_howto_sec .howto_cont .howto_item .item_img {
        width: 23vw;
    }

    .oshikatsu_howto_sec .howto_cont .howto_item .item_ttl {
        font-size: 3.2vw;
        font-weight: 700;
        text-align: center;
        margin: 1em 0 .4em;
    }

    .oshikatsu_howto_sec .howto_cont .howto_item .item_text {
        font-size: 3vw;
    }

    .oshikatsu_manner_sec {
        padding-top: 20vw;
    }

    .oshikatsu_manner_sec.pb {
        padding-bottom: 20vw;
    }

    .oshikatsu_manner_sec .manner_cont {
        grid-template-columns: 1fr;
        gap: 10vw;
    }

    .oshikatsu_manner_sec .manner_cont.jc_center .manner_item {
        width: 100%;
    }

    .oshikatsu_manner_sec .manner_cont .item_img {
        height: 47vw;
        margin-bottom: 3.5vw;
    }

    .oshikatsu_manner_sec .manner_cont .item_ttl {
        font-size: 4vw;
    }

    .oshikatsu_manner_sec .manner_cont .item_text {
        font-size: 3.6vw;
    }

    .oshikatsu_manner_sec .manner_cont .manner_item .oshikatsu_common_btn {
        margin-top: 1em;
    }

    .oshikatsu_faq_sec {
        padding: 20vw 0;
    }

    .oshikatsu_faq_sec .faq_cont dl {
        padding: 4vw;
    }

    .oshikatsu_faq_sec .faq_cont dl+dl {
        margin-top: 4vw;
    }

    .oshikatsu_faq_sec .faq_cont dl dt {
        padding-bottom: 4vw;
    }

    .oshikatsu_faq_sec .faq_cont dl dd {
        padding-top: 4vw;
    }

    .oshikatsu_faq_sec .faq_cont dl .mark {
        font-size: 6vw;
    }

    .oshikatsu_faq_sec .faq_cont dl dt .text {
        font-size: 3.6vw;
    }

    .oshikatsu_faq_sec .faq_cont dl dd .text {
        font-size: 3.6vw;
    }

    .page_oshikatsu .trend_design_cont {
        margin: 8vw 0 0;
    }

    .page_oshikatsu .trend_design_cont .trend_design_item {
        padding-top: 5vw;
    }

    .page_oshikatsu .trend_design_cont .trend_design_item+.trend_design_item {
        margin-top: 7vw;
    }

    .page_oshikatsu .trend_design_cont .trend_design_item:nth-child(odd) {
        padding-left: 22vw;
    }

    .page_oshikatsu .trend_design_cont .trend_design_item:nth-child(even) {
        padding-right: 22vw;
    }

    .page_oshikatsu .trend_design_cont .trend_design_item .img {
        position: absolute;
        width: 28.5vw;
    }

    .page_oshikatsu .trend_design_cont .trend_design_item .text_area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 4vw;
        background-color: #edf9ff;
        min-height: unset;
    }

    .page_oshikatsu .trend_design_cont .trend_design_item:nth-child(odd) .text_area {
        padding-left: 11vw;
    }

    .page_oshikatsu .trend_design_cont .trend_design_item:nth-child(even) .text_area {
        padding-right: 11vw;
    }

    .page_oshikatsu .trend_design_cont .trend_design_item .text_area .area_ttl {
        font-size: 4vw;
    }

    .page_oshikatsu .trend_design_cont .trend_design_item .text_area .area_text {
        font-size: 3.2vw;
    }

    .page_oshikatsu .oshikatsu_haiso_sec {
        padding-top: 20vw;
    }

    .page_oshikatsu .oshikatsu_haiso_sec .haiso_cont {
        padding: 7vw 5vw;
    }

    .page_oshikatsu .oshikatsu_haiso_sec .haiso_cont .inner_item+.inner_item {
        margin-top: 5vw;
    }

    .page_oshikatsu .oshikatsu_haiso_sec .haiso_cont .inner_item .inner_ttl {
        font-size: 3.8vw;
    }

    .page_oshikatsu .oshikatsu_haiso_sec .haiso_cont .inner_item .inner_text {
        font-size: 3.4vw;
    }

    .page_oshikatsu .oshikatsu_color_sec {
        padding-top: 20vw;
    }

    .page_oshikatsu .oshikatsu_color_sec .color_cont {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .page_oshikatsu .oshikatsu_color_sec .color_cont .color_item {
        padding: 4vw;
    }

    .page_oshikatsu .oshikatsu_color_sec .color_cont .color_item .item_ttl {
        font-size: 4.2vw;
    }

    .page_oshikatsu .oshikatsu_color_sec .color_cont .color_item .item_text {
        font-size: 3.4vw;
    }

    .page_oshikatsu .oshikatsu_color_sec .color_kotsu_area {
        padding: 5vw;
        margin-top: 10vw;
    }

    .page_oshikatsu .oshikatsu_color_sec .color_kotsu_area>* {
        position: relative;
        z-index: 1;
    }

    .page_oshikatsu .oshikatsu_color_sec .color_kotsu_area .area_ttl {
        font-size: 5vw;
    }

    .page_oshikatsu .oshikatsu_color_sec .color_kotsu_area .area_text {
        font-size: 3.4vw;
    }

    .oshikatsu_common_btn.center.mt {
        margin-top: 8vw;
    }

    .oshikatsu_common_btn.center.mb {
        margin-bottom: 20vw;
    }

    .oshikatsu_flex_area .flex_item.mt {
        margin-top: 20vw;
    }

    .page_koten #main-contents.pb {
        padding-bottom: 20vw;
    }

    .oshikatsu_common_lead_text_area {
        margin-bottom: 8vw;
    }

    .oshikatsu_common_lead_text_area .oshikatsu_common_lead_text {
        font-size: 3.6vw;
        text-align: left;
        line-height: 1.7;
    }

    .oshikatsu_common_lead_text_area .oshikatsu_common_lead_text+.oshikatsu_common_lead_text {
        margin-top: 1.2em;
    }

    .oshikatsu_manner_sec.bg .manner_cont .manner_item {
        padding-bottom: 4vw;
    }

    .oshikatsu_manner_sec .manner_cont.jc_center {
        display: grid;
        gap: 10vw;
    }

    .oshikatsu_manner_sec.bg .manner_cont.jc_center {
        gap: 8vw;
    }

    .oshikatsu_manner_sec.bg .manner_cont .manner_item .item_ttl,
    .oshikatsu_manner_sec.bg .manner_cont .manner_item .item_text,
    .oshikatsu_manner_sec.bg .manner_cont .manner_item .oshikatsu_common_btn {
        width: calc(100% - 8vw);
    }

    .page_koten #main-contents #top_category {
        margin-top: 10vw !important;
    }

    .ec-productRole__price .ec-price:has(#custom_price_input) {
        text-align: right;
    }

    .ec-productRole__price .ec-price #custom_price_input {
        font-size: 3.6vw;
        margin-left: auto;
    }

    .ec-productRole__price .ec-price #custom_price_input+span.ec-price__tax {
        font-size: 3.6vw;
    }

    .ec-productRole__price .ec-price #custom_price_input+span.ec-price__tax+p.ec-price__tax {
        margin-top: 0.6em;
        font-size: 3.2vw;
        text-align: right;
    }

    .new_order_grid div#ordermade-img_wrap {
        gap: 4vw;
    }

    .ec-grid2 .ec-grid2__cell .ec-sliderItemRole .item_visual {
        margin-bottom: 9vw;
    }

    #page_product_detail .btm_img_review_badge.active {
        margin-bottom: 0;
    }

    #page_product_detail .page_product_review_btn {
        padding: 1.2em;
        font-size: 3.5vw;
        width: 100%;
    }

    #cart_modal .mb-3 .js_type_price {
        margin-left: 0;
        margin-top: .3em;
        font-size: 4vw;
        display: block;
        text-align: right;
    }
}