@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
Common
-----------------------------------------------------------
----------------------------------------------------------- */
picture {
    display: block;
}

picture img {
    width: 100%;
}

.Content {
    padding: 0;
}

.enter-menu-block .repeat-menu-wrap {
    display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Categ-lp
-----------------------------------------------------------
----------------------------------------------------------- */
.Categ-lp {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: normal;
}

.Categ-lp p {
    padding: 0;
}

.Categ-lp .content-block {
    padding: 0 15px;
}

.Categ-lp .content-block+.content-block {
    margin-top: 30px;
}

.Categ-lp .line {
    background: linear-gradient(transparent 50%, #fdedaf 60%);
    padding-bottom: 0.1em;
    font-weight: bold;
    display: inline;
}

.Categ-lp .content-block .content-title {
    background: #f2f2f2;
    font-size: 18px;
    padding: 6px 10px;
    margin-bottom: 12px;
}

.Categ-lp .content-block h3 {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0 5px 4px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.Categ-lp .content-block h3:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #ed5c21;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.Categ-lp .title-bottom-text {
    margin-bottom: 20px;
    padding: 0 5px;
}

/*
---------------------------------------------------------
fv-block
--------------------------------------------------------- */
.Categ-lp .fv-block picture {
    display: block;
    margin-bottom: 15px;
}

.Categ-lp .fv-block picture img {
    width: 100%;
}

.Categ-lp .fv-block p {
    padding: 0 15px;
}

.Categ-lp .fv-block p+p {
    margin-top: 15px;
}


/*
---------------------------------------------------------
cta-block
--------------------------------------------------------- */
.Categ-lp .cta-block {
    margin-top: 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.Categ-lp .cta-block a {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
}

/*
---------------------------------------------------------
reason-block
--------------------------------------------------------- */
.Categ-lp .reason-block {
    background-color: #fef8e9;
    padding: 20px 30px 30px;
}

.Categ-lp .reason-block .content-title {
    font-size: 22px;
    line-height: 1;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
    background: none;
    border-bottom: none;
}

.Categ-lp .reason-block .content-title span {
    font-size: 34px;
    color: #fc1f48;
}

.Categ-lp .reason-block .flex-wrap .reason-wrap+.reason-wrap {
    margin-top: 30px;
}

.Categ-lp .reason-block .flex-wrap .reason-wrap .img-wrap {
    text-align: center;
    margin-bottom: 10px;
}

.Categ-lp .reason-block .flex-wrap .reason-wrap:nth-child(1) .img-wrap img {
    width: 140px;
}

.Categ-lp .reason-block .flex-wrap .reason-wrap:nth-child(2) .img-wrap img {
    width: 160px;
    margin-left: 30px;
}

.Categ-lp .reason-block .flex-wrap .reason-wrap:nth-child(3) .img-wrap img {
    width: 100px;
    margin-left: 10px;
}

.Categ-lp .reason-block .flex-wrap .reason-wrap .title {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

/*
---------------------------------------------------------
TPL-anchor-btn
--------------------------------------------------------- */
.Categ-lp .TPL-anchor-btn {
    margin: 20px 0;
    padding: 0 15px;
}

.Categ-lp .TPL-anchor-btn ul {
    gap: 8px;
}

.Categ-lp .TPL-anchor-btn ul li a {
    font-size: 13px;
}

/*
---------------------------------------------------------
item-block
--------------------------------------------------------- */
.Categ-lp .item-block .item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px 15px;
}

.Categ-lp .item-block .item-wrap .item {
    width: calc((100% - 15px)/2);
    position: relative;
}

.Categ-lp .item-block .item-wrap .item .img-wrap {
    position: relative;
}

.Categ-lp .item-block .item-wrap .item .img-wrap::after {
    content: "";
    position: absolute;
    background-image: url(/web-box/upload/item-list/cosplay/icon_up.svg);
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    bottom: 4px;
    right: 4px;
    pointer-events: none;
}

.Categ-lp .item-block .item-wrap .item .name {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.Categ-lp .item-block .item-wrap .item .text {
    font-size: 13px;
    line-height: 1.8;
}

.Categ-lp .item-block .item-wrap .item .text br {
    display: none;
}

.Categ-lp .item-block .item-wrap .item .icon {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 90px;
}

/*
---------------------------------------------------------
good-block
--------------------------------------------------------- */
.Categ-lp .good-block .img-wrap {
    margin: 20px 0;
}

.Categ-lp .good-block p {
    font-size: 13px;
    line-height: 1.8;
}

/*
---------------------------------------------------------
specification-block
--------------------------------------------------------- */
.Categ-lp .specification-block .content-wrap+.content-wrap {
    margin-top: 20px;
}

/* size-wrap
--------------------------------------------------------- */
.Categ-lp .specification-block .size-wrap .img-wrap {
    margin-bottom: 5px;
}

.Categ-lp .specification-block .size-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
}

.Categ-lp .specification-block .size-wrap ul li {
    width: calc((100% - 30px) / 2);
}

.Categ-lp .specification-block .size-wrap ul li .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.Categ-lp .specification-block .size-wrap ul li .name:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-left: 8px solid #f99700;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
}

.Categ-lp .specification-block .size-wrap ul li .detail {
    line-height: 1.8;
}

.Categ-lp .specification-block .size-wrap .caution {
    font-size: 12px;
    line-height: 1.6;
}

.Categ-lp .specification-block .size-wrap .cta-btn {
    text-align: center;
    margin-top: 20px;
}

.Categ-lp .specification-block .size-wrap .cta-btn a {
    margin: 0;
    font-weight: bold;
    border-radius: 50px;
}

/* order-wrap
--------------------------------------------------------- */
.Categ-lp .specification-block .order-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Categ-lp .specification-block .order-wrap ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.Categ-lp .specification-block .order-wrap ul li img {
    width: 130px;
}

.Categ-lp .specification-block .order-wrap ul li p {
    font-size: 13px;
    line-height: 1.8;
    flex: 1;
}

/*
---------------------------------------------------------
template-block
--------------------------------------------------------- */
.Categ-lp .template-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}

.Categ-lp .template-block ul li {
    width: calc((100% - 10px) / 2);
    aspect-ratio: 1;
    position: relative;
}

.Categ-lp .template-block ul li.vertical {
    aspect-ratio: 1 / 1.5;
}

.Categ-lp .template-block ul li:before {
    content: "このデザインで作成";
    width: 75%;
    background: #faa92c;
    height: 24px;
    position: absolute;
    z-index: 10;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.Categ-lp .template-block ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
    background: #f2f2f2;
    width: 100%;
    height: 100%;
}

.Categ-lp .template-block ul li.vertical a {
    padding: 10px 10px 40px;
}

.Categ-lp .template-block ul li a img {
    width: fit-content;
    max-height: 100%;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    object-fit: contain;
}

.Categ-lp .template-block ul li.vertical a img {
    width: auto;
    object-fit: unset;
}

.Categ-lp .template-block .cta-btn {
    text-align: center;
    margin-top: 20px;
}

.Categ-lp .template-block .cta-btn a {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
}

/*
---------------------------------------------------------
merit-block
--------------------------------------------------------- */
.Categ-lp .merit-block .content-wrap+.content-wrap {
    margin-top: 30px;
}

.Categ-lp .merit-block .content-wrap picture {
    display: block;
    margin-bottom: 10px;
}

.Categ-lp .merit-block .content-wrap p {
    font-size: 13px;
    line-height: 1.8;
}

/*
---------------------------------------------------------
price-block
--------------------------------------------------------- */
.Categ-lp .price-block .tab-area .tab-input {
    visibility: hidden;
    position: absolute;
    height: 0;
    overflow: hidden;
}

.Categ-lp .price-block .tab-area .tab-btn-wrap {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
}

.Categ-lp .price-block .tab-area .tab-btn-wrap li {
    width: calc((100% - 8px) / 2);
    margin: 0;
}

.Categ-lp .price-block .tab-area .tab-btn-wrap li.tab03 {
    width: 100%;
}

.Categ-lp .price-block .tab-area .tab-btn-wrap li label {
    border: 1px solid #f99700;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    height: 100%;
}

.Categ-lp .price-block .tab-area .tab-body {
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background: #fff;
    margin: 0;
    padding: 0;
}

.Categ-lp .price-block .tab-area #tab-input01:checked~.tab-body.tab01,
.Categ-lp .price-block .tab-area #tab-input02:checked~.tab-body.tab02,
.Categ-lp .price-block .tab-area #tab-input03:checked~.tab-body.tab03,
.Categ-lp .price-block .tab-area #tab-input04:checked~.tab-body.tab04 {
    height: auto;
    opacity: 1;
}

.Categ-lp .price-block .tab-area #tab-input01:checked~.tab-btn-wrap .tab01 label,
.Categ-lp .price-block .tab-area #tab-input02:checked~.tab-btn-wrap .tab02 label,
.Categ-lp .price-block .tab-area #tab-input03:checked~.tab-btn-wrap .tab03 label,
.Categ-lp .price-block .tab-area #tab-input04:checked~.tab-btn-wrap .tab04 label {
    color: #fff;
    background: #f99700;
}

.Categ-lp .price-block .tab-area .sub-section-body ul li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0;
}

.Categ-lp .price-block .tab-area .sub-section-body ul li:nth-of-type(odd) {
    background: #fef8e9;
}

.Categ-lp .price-block .tab-area .sub-section-body ul li.item-name {
    background: #f99700;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.Categ-lp .price-block .tab-area .sub-section-body ul li span {
    position: relative;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.Categ-lp .price-block .tab-area .sub-section-body ul li .price:before {
    content: "";
    width: 1px;
    height: 40px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
}

.Categ-lp .price-block .caution {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}

.Categ-lp .price-block .caution a {
    color: #666;
}

/*
---------------------------------------------------------
point-block
--------------------------------------------------------- */
.Categ-lp .point-block .point+.point {
    margin-top: 30px;
}

.Categ-lp .point-block .point img {
    width: 100%;
    margin-bottom: 10px;
}

.Categ-lp .point-block .point p {
    font-size: 13px;
    line-height: 1.8;
}

/*
---------------------------------------------------------
deadline-block
--------------------------------------------------------- */
.Categ-lp .deadline-block .produc_flow ol {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 3px;
}

.Categ-lp .deadline-block .produc_flow li {
    width: calc((100% - 6px)/3);
    color: #ffff;
    height: auto;
    position: relative;
    background-color: #46b149;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

.Categ-lp .deadline-block .produc_flow li#flow2 {
    background-color: #5385c4;
    padding-left: 5px;
}

.Categ-lp .deadline-block .produc_flow li#flow3 {
    background-color: #ff6876;
    padding-left: 5px;
}


.Categ-lp .deadline-block .produc_flow p.flow_comment {
    font-size: 11px;
}

.Categ-lp .deadline-block .produc_flow p.flow_point {
    /* text-align: center; */
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 4px 26px;
    background-image: url(/img/delivery/flow_order.svg);
    background-repeat: no-repeat;
    background-position: 3px 12px;
    margin-bottom: 0px;
    background-size: 19px;
}

.Categ-lp .deadline-block .produc_flow li#flow2 p.flow_point {
    background-image: url(/img/delivery/flow_print.svg);

}

.Categ-lp .deadline-block .produc_flow li#flow3 p.flow_point {
    background-image: url(/img/delivery/flow_arrival.svg);

}

.Categ-lp .deadline-block .caution-wrap {
    margin-top: 15px;
    padding: 15px;
    background: #FFECF0;
    font-size: 13px;
}

.Categ-lp .deadline-block .caution-wrap .Red {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}


/* --------------------------------------------------------
-----------------------------------------------------------
modal-order
-----------------------------------------------------------
----------------------------------------------------------- */
#modal-order {
    background: #fff;
    max-width: 95% !important;
    max-height: 90vh;
    padding: 0;
}

#modal-order .iziModal-content h2 {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    color: #ec5c21;
    font-size: 18px;
    width: max-content;
}

#modal-order .iziModal-content .close {
    position: absolute;
    top: 12px;
    right: 18px;
}

#modal-order .iziModal-content .close a {
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    color: #ec5c21;
    cursor: pointer;
}

#modal-order .iziModal-content .enter-menu-block {
    padding: 50px 15px 20px;
}

#modal-order .iziModal-content .enter-menu-block .easy-menu-wrap {
    width: 100%;
    padding: 15px;
    margin: 0;
}

#modal-order .iziModal-content .enter-menu-block .easy-menu-wrap .enter-menu-title {
    margin-bottom: 15px;
}

#modal-order .iziModal-content .enter-menu-block .menu-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#modal-order .iziModal-content .enter-menu-block .menu-wrap ul li {
    float: none;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

#modal-order .iziModal-content .enter-menu-block .easy-menu-wrap li a.enter-menu-btn {
    width: 130px;
}

#modal-order .iziModal-content .enter-menu-block .easy-menu-wrap li a.enter-menu-btn img {
    width: 100%;
    background: #fef0e3;
    height: auto !important;
}

#modal-order .iziModal-content .enter-menu-block p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
modal-size-order
-----------------------------------------------------------
----------------------------------------------------------- */
#modal-size-order {
    background: #fff;
    max-width: 95% !important;
    max-height: 90vh;
    padding: 0;
}

#modal-size-order .iziModal-content {
    padding: 15px 15px 30px !important;
}

#modal-size-order .iziModal-content h2 {
    text-align: center;
    color: #ec5c21;
    font-size: 18px;
    margin-bottom: 15px;
}

#modal-size-order .iziModal-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

#modal-size-order .iziModal-content .close a {
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    color: #ec5c21;
    cursor: pointer;
}

#modal-size-order .iziModal-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}

#modal-size-order .iziModal-content ul li a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

#modal-size-order .iziModal-content ul li a .img-wrap {
    width: 155px;
}

#modal-size-order .iziModal-content ul li a .text-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#modal-size-order .iziModal-content ul li a .name {
    display: none;
    /* font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 0; */
}

#modal-size-order .iziModal-content ul li a .detail {
    font-size: 13px;
    text-align: left;
    line-height: 1.8;
    word-break: break-all;
}

#modal-size-order .iziModal-content ul li a .detail br {
    display: none;
}