@charset "UTF-8";

/* 一覧ページ */
.thanksdecoList__sec{
    margin: 8rem auto 0 auto;
}
.thanksdecoList{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.thanksdecoList__h2{
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.typeList__ttl{
    font-size: 1.6rem;
    padding: 1.5rem 0;
}
.typeList__item{
    padding: 0 1rem;
}
.designList__item {
    width: 25%;
    padding: 0 0.5rem;
}
.designList__img {
    max-width: 180px;
    max-height: 180px;
    margin: auto;
}

/* pc用 */
@media screen and (min-width:700px) {
    .cardmaker {
        width: 600px;
        margin: 0 auto;
    }
}

.cardmaker_pT--card {
    padding-top: 57.5rem;
}

.cardmaker_previewArea {
    background-color: #F5F5F5;
    width: 100%;
    /* position: fixed; */
    /* z-index: 500;
    padding-top: 4.5rem; */
    /* padding-bottom: 2.5rem; */
    /* height: max-content; */
}

.cardmaker_inputarea {
    border: 1px solid #707070;
}

.cardmaker_txtClr--gray {
    color: #707070;
}

.cardmaker_bottomline {
    border-bottom: solid 1px #707070;
}

.cardmaker_flex {
    display: grid;
    grid-template-columns: 6rem 1fr;
    align-items: center;
    padding-left: 2rem;
    text-align: center;
}

.cardmaker_messageform-Flx {
    width: 100%;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
}

.cardmaker_messageform_btn {
    width: 20%;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.cardmaker_messageform_btnSize-rsp {
    width: 50%;
    padding: 0.25rem;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

.cardmaker_messageform-rsp {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.cardmaker_messageform.is-center {
    text-align: center;
}

.cardmaker_messageform.is-right {
    text-align: right;
}

.cardmaker_messageform.is-big {
    font-size: 1.6rem;
}

.cardmaker_messageform.is-small {
    font-size: 1.2rem;
}

.cardmaker_cursor_grid {
    display: grid;
    grid-template-columns: 70px 70px 70px;
    grid-template-rows: 40px 45px 40px;
    justify-content: center;
    width: 48%;
}

.cardmaker_cursor_grid2 {
    display: grid;
    grid-template-columns: 80px 80px;
    grid-template-rows: 60px 30px;
    justify-content: center;
    width: 48%;
}

.cardmaker_cursor_grid--top {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.cardmaker_cursor_grid--left {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

.cardmaker_cursor_grid--right {
    grid-row: 2 / 3;
    grid-column: 3/4;
}

.cardmaker_cursor_grid--bottom {
    grid-row: 3 / 4;
    grid-column: 2/3;
}

.cardmaker_cursor_grid--turnR {
    grid-row: 3 / 3;
    grid-column: 1 / 2;
}

.cardmaker_cursor_grid--turnL {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

.cardmaker_cursor_grid--zoom {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
}

.cardmaker_cursor_grid--shrink {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
}

.cardmaker_pT50 {
    padding-top: 50rem;
}

.cardmaker_card {
    /* position: relative;
    left: calc(10% - 10px);
    margin-top: 2rem; */
    /* width: 45%;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto; */
}

.cardmaker_card-img {
    /* width: 35%;
    margin-left: auto;
    margin-right: auto; */
}

.cardmaker_btnSize {
    width: 20%;
}

.cardmaker_input--Img {
    width: 50%;
}

.cardmaker_input--Date {
    width: 20%;
}

.cardmaker_input--Fname {
    width: 20%;
}

.cardmaker_input--Lname {
    width: 70%;
}

.cardmaker_cursorBtn-size {
    width: 100%;
}

.cardmaker_cursor-w {
    width: 100%;
}

/* モーダル */
.cardmaker_overlay {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
}

.cardmaker_msgList {
    display: none;
    background-color: #fff;
    border-radius: 5px;
    max-width: 600px;
    max-height: 80vh !important;
    z-index: 1000;
    margin: auto;
    position: relative;
    overflow-y: auto;
}

.cardmaker_overlay.is-open,
.cardmaker_msgList.is-open,
.js-cardmaker__msgList--close.is-open {
    display: block;
}


.cardmaker_msgList--border {
    border-bottom: 1px solid #FF7500;
}

.js-cardmaker__msgCate {
    color: #FF7500;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.js-cardmaker__msgCate.is-selected {
    color: #fff;
    background-color: #FF7500;
    border-radius: 20px;
    padding: 0.25rem;
}

.js-cardmaker__msgList--Modal {
    display: block;
    /* width: 33px;
    height: 33px; */
    border-radius: 5px;
    position: absolute;
    top: calc(10% - 10px);
    right: calc(30% - 20px);
    z-index: 12000;
}

.js-cardmaker__msgList--Modal::before {
    position: relative;
    display: block;
    content: '';
    border-top: 4px solid #fff;
    transform: rotate(45deg);
    top: calc(50% - 5px);
    left: calc(50% - 21px);
    width: 33px;
    height: 33px;
    z-index: 1100;
}

.js-cardmaker__msgList--Modal::after {
    position: relative;
    display: block;
    content: '';
    border-top: 4px solid #fff;
    transform: rotate(-45deg);
    top: calc(50% - 42px);
    left: calc(50% - -1px);
    width: 33px;
    height: 33px;
    z-index: 1100;
}

.cardmaker_screen {
    width: 100%;
    height: 100vh;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
}

.js-msgCate__iwai_all,
.js-msgCate__baby,
.js-msgCate__marry,
.js-msgCate__uchiiwai_all,
.js-msgCate__uchiiwai_baby,
.js-msgCate__uchiiwai_marry {
    display: none;
}

.js-msgCate__iwai_all.is-active,
.js-msgCate__baby.is-active,
.js-msgCate__marry.is-active,
.js-msgCate__uchiiwai_all.is-active,
.js-msgCate__uchiiwai_baby.is-active,
.js-msgCate__uchiiwai_marry.is-active {
    display: block;
}

.cardmaker_msgList_select {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
    width: 80%;
}

.msgList_msg__mL {
    margin-left: 1.75rem;
}

.cardmaker_checkbox-Scale {
    transform: scale(1.25);
}
.noticeBefComp{
    text-align: center;
}