/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");*/

html {
    font-size: 62.5%
}

img {
    max-width: 100%;
    height: auto
}

#customize .pg-main * {
    box-sizing: border-box
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    appearance: none
}

.pg-tit__page {
    text-align: center
}

@media only screen and (max-width: 599px) {
    .pg-tit__page {
        width: 94%;
        margin: 8vw auto
    }
}

@media only screen and (min-width: 600px) {
    .pg-tit__page {
        width: 90%;
        text-align: center;
        margin: 57px auto 50px
    }
}

.pg-progress {
    width: 100%;
    position: relative
}

@media only screen and (max-width: 599px) {
    .pg-progress {
        background: url(../images/customize/bg_display_sp.png) center center/cover no-repeat;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2),0 -1px 3px rgba(0,0,0,0.2);
        margin: 0 auto 4vw
    }
}

@media only screen and (min-width: 600px) {
    .pg-progress {
        max-height: 681px;
        background: url(../images/customize/bg_display.png) center top/cover no-repeat;
        padding: 21px 0 20px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1280px) {
    .pg-progress {
        background-size: auto
    }
}

.pg-progress__inner {
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

@media only screen and (max-width: 599px) {
    .pg-progress__inner::before {
        content: "";
        display: block;
        width: 100%;
        padding: 130% 0 0;
        border-top: 4px solid rgba(255,255,255,0.6);
        border-bottom: 4px solid rgba(255,255,255,0.6)
    }
}

@media only screen and (min-width: 600px) {
    .pg-progress__inner {
        max-width: 800px;
        max-height: 639px
    }

    .pg-progress__inner::before {
        content: "";
        width: 100%;
        padding: 80% 0 0;
        display: block
    }
}

.pg-display {
    position: relative;
    pointer-events: none
}

.pg-display::before {
    content: "";
    display: block;
    width: 100%;
    padding: 148% 0 0
}

.pg-display.is-progress {
    position: absolute;
    transition-property: all;
    transition-duration: .5s;
    transition-delay: 0s
}

@media only screen and (max-width: 599px) {
    .pg-display.is-progress {
        width: 80%;
        top: 5%;
        left: 10%
    }

    .pg-display.is-progress.is-zoom1 {
        width: 136%;
        top: 15%;
        left: -18%
    }

    .pg-display.is-progress.is-zoom2 {
        width: 110%;
        top: -2%;
        left: -5%
    }
}

@media only screen and (min-width: 600px) {
    .pg-display.is-progress {
        width: 50%;
        top: 4%;
        left: 25%
    }

    .pg-display.is-progress.is-zoom1 {
        width: 100%;
        left: 0;
        top: 30px
    }

    .pg-display.is-progress.is-zoom2 {
        width: 76%;
        left: 12%;
        top: -10%
    }
}

.pg-display.is-result {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 599px) {
    .pg-display.is-result {
        width: 80%
    }
}

@media only screen and (min-width: 600px) {
    .pg-display.is-result {
        width: 38%
    }
}

#capture .pg-display.is-result {
    width: 380px;
    top: 16px;
    left: 310px;
    -webkit-transform: none;
    transform: none
}

.pg-display__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.pg-display[data-opa02-type="set"] [data-choice="body-sole"],.pg-display[data-opa02-type="set"] [data-choice="limb-leg"] {
    display: none
}

.pg-tit__parts {
    text-align: center
}

@media only screen and (max-width: 599px) {
    .pg-tit__parts {
        width: 54%;
        margin: 2vw auto
    }
}

@media only screen and (min-width: 600px) {
    .pg-tit__parts {
        width: 50%;
        max-width: 1200px;
        padding: 0 25px;
        margin: 24px auto 20px
    }
}

.pg-custom {
    position: relative;
    max-width: 1200px
}

@media only screen and (max-width: 599px) {
    .pg-custom {
        margin: 0 auto 12vw
    }
}

@media only screen and (min-width: 600px) {
    .pg-custom {
        margin: 0 auto 55px
    }
}

.pg-custom[data-flow="start"] .pg-cat__item:not([data-cat="base"]),.pg-custom[data-flow="opa-null"] .pg-cat__item[data-cat="opa02"],.pg-custom[data-flow="opa-null"] .pg-cat__item[data-cat="opa03"],.pg-custom[data-flow="opa-set"] .pg-cat__item[data-cat="opa03"] {
    pointer-events: none;
    cursor: default
}

.pg-custom[data-flow="start"] .pg-cat__item:not([data-cat="base"]) .pg-cat__thumb,.pg-custom[data-flow="opa-null"] .pg-cat__item[data-cat="opa02"] .pg-cat__thumb,.pg-custom[data-flow="opa-null"] .pg-cat__item[data-cat="opa03"] .pg-cat__thumb,.pg-custom[data-flow="opa-set"] .pg-cat__item[data-cat="opa03"] .pg-cat__thumb {
    opacity: 0.3
}

.pg-custom[data-flow="start"] .pg-btn__result {
    pointer-events: none;
    cursor: default;
    opacity: 0.3
}

.pg-custom[data-flow="start"][data-select-cat="null"] .pg-cat__item[data-cat="base"].is-chara::before {
    opacity: 1
}

.pg-cat {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 96%
}

@media only screen and (max-width: 599px) {
    .pg-cat {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media only screen and (min-width: 600px) {
    .pg-cat {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

.pg-cat__item {
    cursor: pointer;
    background: #000;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    position: relative;
    transition-property: all;
    transition-duration: .5s;
    transition-delay: 0s
}

@media only screen and (max-width: 599px) {
    .pg-cat__item {
        width: 19%;
        margin: 0 1.25% 3% 0;
        font-size: 11px;
        font-size: 1.1rem;
        border-radius: 4px
    }

    .pg-cat__item:nth-child(5),.pg-cat__item:last-child {
        margin: 0 0 3%
    }
}

@media only screen and (min-width: 600px) {
    .pg-cat__item {
        width: 90%;
        margin: 0 5px 0 0;
        border-radius: 10px
    }

    .pg-cat__item:last-child {
        margin: 0
    }
}

.pg-cat__item.hover {
    opacity: 0.7
}

.pg-cat__item.is-chara::before {
    content: "";
    position: absolute;
    background: url(../images/customize/ico_click.png) center bottom/contain no-repeat;
    width: 80%;
    left: 10%;
    pointer-events: none;
    -webkit-animation: icoClickAnime 1s ease infinite;
    animation: icoClickAnime 1s ease infinite;
    transition-property: opacity;
    transition-duration: .3s;
    transition-delay: 0s;
    opacity: 0
}

@media only screen and (max-width: 599px) {
    .pg-cat__item.is-chara::before {
        height: 18px;
        bottom: calc(100% + 6px)
    }
}

@media only screen and (min-width: 600px) {
    .pg-cat__item.is-chara::before {
        height: 26px;
        bottom: calc(100% + 8px)
    }
}

.pg-cat__thumb {
    display: block;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select {
    background: url(../images/customize/bg_parts.png) center top repeat;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 96%;
    left: 2%
}

@media only screen and (max-width: 599px) {
    .pg-select {
        padding: 5% 40px;
        bottom: calc( 100% + 25px)
    }
}

@media only screen and (min-width: 600px) {
    .pg-select {
        padding: 25px 50px;
        bottom: calc( 100% + 25px) !important
    }
}

.pg-select.is-active {
    opacity: 1;
    pointer-events: all
}

.pg-pp__close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background: #000;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px
}

.pg-pp__close::before,.pg-pp__close::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 60%;
    background: #fff;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transition: all 0.2s
}

.pg-pp__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.pg-pp__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.pg-pp__close.hover::before,.pg-pp__close.hover::after {
    height: 75%
}

.pg-pp__close.is-cat {
    background: url(../images/customize/bg_parts.png) center top repeat;
    top: -40px
}

.pg-select__pointer {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 0;
    width: 35px;
    height: 24px
}

.slick-arrow {
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

@media only screen and (max-width: 599px) {
    .slick-arrow {
        width: 28px;
        height: 100%
    }
}

@media only screen and (min-width: 600px) {
    .slick-arrow {
        width: 33px;
        height: 41px
    }
}

.slick-arrow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/customize/bg_slick_arrow.png) center center/contain no-repeat
}

@media only screen and (max-width: 599px) {
    .slick-arrow.slick-prev {
        left: -32px
    }
}

@media only screen and (min-width: 600px) {
    .slick-arrow.slick-prev {
        left: -38px
    }
}

.slick-arrow.slick-next::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (max-width: 599px) {
    .slick-arrow.slick-next {
        right: -32px
    }
}

@media only screen and (min-width: 600px) {
    .slick-arrow.slick-next {
        right: -38px
    }
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default
}

.pg-parts {
    width: 100%
}

.pg-parts__item {
    position: relative;
    cursor: pointer;
    background: #d9d9d9;
    line-height: 1.4;
    color: #111;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

@media only screen and (max-width: 599px) {
    .pg-parts__item {
        font-size: 11px;
        font-size: 1.1rem;
        margin: 0 4px
    }
}

@media only screen and (min-width: 600px) {
    .pg-parts__item {
        margin: 0 8px
    }
}

.pg-parts__item.is-selected,.pg-parts__item.hover {
    background: #d30877;
    color: #fff
}

.pg-select.is-active .is-opa01 .pg-parts__item[data-opa01-type="000"],.pg-select.is-active .is-opa02 .pg-parts__item[data-opa01-type="000"] {
    pointer-events: all !important;
    opacity: 1 !important
}

.pg-select.is-active .is-thigh .pg-parts__item,.pg-select.is-active .is-opa01 .pg-parts__item,.pg-select.is-active .is-opa02 .pg-parts__item,.pg-select.is-active .is-limb .pg-parts__item {
    opacity: 0.5;
    pointer-events: none;
    transition: none
}

.pg-select.is-active .is-thigh[data-body-type="001"] .pg-parts__item[data-body-type="001"]:not(.is-inactive),.pg-select.is-active .is-limb[data-body-type="001"] .pg-parts__item[data-body-type="001"]:not(.is-inactive),.pg-select.is-active .is-opa01[data-body-type="001"] .pg-parts__item[data-body-type="001"]:not(.is-inactive) {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-thigh[data-body-type="002"] .pg-parts__item[data-body-type="002"]:not(.is-inactive),.pg-select.is-active .is-limb[data-body-type="002"] .pg-parts__item[data-body-type="002"]:not(.is-inactive),.pg-select.is-active .is-opa01[data-body-type="002"] .pg-parts__item[data-body-type="002"]:not(.is-inactive) {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-thigh[data-body-type="003"] .pg-parts__item[data-body-type="003"]:not(.is-inactive),.pg-select.is-active .is-limb[data-body-type="003"] .pg-parts__item[data-body-type="003"]:not(.is-inactive),.pg-select.is-active .is-opa01[data-body-type="003"] .pg-parts__item[data-body-type="003"]:not(.is-inactive) {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-thigh[data-body-type="004"] .pg-parts__item[data-body-type="004"]:not(.is-inactive),.pg-select.is-active .is-limb[data-body-type="004"] .pg-parts__item[data-body-type="004"]:not(.is-inactive),.pg-select.is-active .is-opa01[data-body-type="004"] .pg-parts__item[data-body-type="004"]:not(.is-inactive) {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-opa02[data-opa01-type="001"] .pg-parts__item[data-opa01-type="001"] {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-opa02[data-opa01-type="002"] .pg-parts__item[data-opa01-type="002"] {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-opa02[data-opa01-type="003"] .pg-parts__item[data-opa01-type="003"] {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-opa02[data-opa01-type="004"] .pg-parts__item[data-opa01-type="004"] {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-opa02[data-opa01-type="005"] .pg-parts__item[data-opa01-type="005"] {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-opa02[data-opa01-type="006"] .pg-parts__item[data-opa01-type="006"] {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-opa02[data-opa01-type="007"] .pg-parts__item[data-opa01-type="007"] {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-opa02[data-opa01-type="008"] .pg-parts__item[data-opa01-type="008"] {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-select.is-active .is-opa02[data-opa01-type="009"] .pg-parts__item[data-opa01-type="009"] {
    opacity: 1;
    pointer-events: all;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

.pg-parts__thumb {
    background: #fff;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s;
    position: relative;
    margin: 0 auto
}

.pg-parts__thumb img {
    width: 100%
}

.pg-parts__thumb.hover {
    opacity: 0.7
}

@media only screen and (max-width: 599px) {
    .pg-parts__thumb {
        margin: 7px 7px 5px
    }
}

@media only screen and (min-width: 600px) {
    .pg-parts__thumb {
        margin: 12px 12px 5px
    }
}

.pg-parts__thumb::before,.pg-parts__thumb::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/customize/bg_deco_parts.png) center top/contain no-repeat
}

@media only screen and (max-width: 599px) {
    .pg-parts__thumb::before,.pg-parts__thumb::after {
        width: 7px;
        height: 7px;
        top: -4px
    }
}

@media only screen and (min-width: 600px) {
    .pg-parts__thumb::before,.pg-parts__thumb::after {
        width: 14px;
        height: 14px;
        top: -7px
    }
}

#capture .pg-parts__thumb::before,#capture .pg-parts__thumb::after {
    width: 14px;
    height: 14px;
    top: -7px
}

.pg-parts__thumb::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media only screen and (max-width: 599px) {
    .pg-parts__thumb::before {
        left: -4px
    }
}

@media only screen and (min-width: 600px) {
    .pg-parts__thumb::before {
        left: -7px
    }
}

.pg-parts__thumb::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media only screen and (max-width: 599px) {
    .pg-parts__thumb::after {
        right: -4px
    }
}

@media only screen and (min-width: 600px) {
    .pg-parts__thumb::after {
        right: -7px
    }
}

.pg-parts__item.is-selected>.pg-parts__thumb::before,.pg-parts__item.is-selected>.pg-parts__thumb::after,.pg-parts__item.hover>.pg-parts__thumb::before,.pg-parts__item.hover>.pg-parts__thumb::after {
    background-image: url(../images/customize/bg_deco_parts_on.png)
}

#select_thigh .pg-ico__color {
    position: absolute;
    bottom: 0;
    left: 0
}

.pg-ico__color-thumb {
    display: block
}

.pg-parts__name {
    text-align: center;
    line-height: 1.3
}

@media only screen and (max-width: 599px) {
    .pg-parts__name {
        margin: 0 7px 7px;
        word-break: break-all
    }
}

@media only screen and (min-width: 600px) {
    .pg-parts__name {
        margin: 0 12px 12px;
        word-wrap: break-word
    }
}

.pg-parts__name::before,.pg-parts__name::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/customize/bg_deco_parts.png) center top/contain no-repeat
}

@media only screen and (max-width: 599px) {
    .pg-parts__name::before,.pg-parts__name::after {
        width: 7px;
        height: 7px;
        bottom: 3px
    }
}

@media only screen and (min-width: 600px) {
    .pg-parts__name::before,.pg-parts__name::after {
        width: 14px;
        height: 14px;
        bottom: 4px
    }
}

#capture .pg-parts__name::before,#capture .pg-parts__name::after {
    width: 14px;
    height: 14px;
    bottom: 4px
}

.pg-parts__name::before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

@media only screen and (max-width: 599px) {
    .pg-parts__name::before {
        left: 3px
    }
}

@media only screen and (min-width: 600px) {
    .pg-parts__name::before {
        left: 4px
    }
}

.pg-parts__name::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (max-width: 599px) {
    .pg-parts__name::after {
        right: 3px
    }
}

@media only screen and (min-width: 600px) {
    .pg-parts__name::after {
        right: 4px
    }
}

.pg-parts__item.is-selected>.pg-parts__name::before,.pg-parts__item.is-selected>.pg-parts__name::after,.pg-parts__item.hover>.pg-parts__name::before,.pg-parts__item.hover>.pg-parts__name::after {
    background-image: url(../images/customize/bg_deco_parts_on.png)
}

.pg-btn__result {
    max-width: 400px;
    cursor: pointer;
    transition-property: all;
    transition-duration: .5s;
    transition-delay: 0s
}

@media only screen and (max-width: 599px) {
    .pg-btn__result {
        width: 70%;
        margin: 2vw auto
    }
}

@media only screen and (min-width: 600px) {
    .pg-btn__result {
        width: 46%;
        margin: 35px auto
    }
}

.pg-btn__result.hover {
    opacity: 0.8
}

.pg-result {
    display: none;
    width: 90%;
    max-width: 1000px;
    padding: 0;
    background: url(../images/customize/bg_prod_01.png) center top repeat,url(../images/customize/bg_prod_02.png) center top repeat #fff
}

@media only screen and (max-width: 599px) {
    .pg-result {
        margin: 5vw auto !important
    }
}

@media only screen and (min-width: 600px) {
    .pg-result {
        margin: 45px auto !important;
        padding: 0 0 1px
    }
}

.pg-result__inner {
    position: relative
}

@media only screen and (max-width: 599px) {
    .pg-result__inner {
        background: url(../images/customize/bg_display_sp.png) center top/cover no-repeat
    }
}

@media only screen and (min-width: 600px) {
    .pg-result__inner {
        background: url(../images/customize/bg_pp_main.png) center top/100% auto no-repeat
    }
}

.pg-result__inner::after {
    content: "";
    display: block;
    width: 100%
}

@media only screen and (max-width: 599px) {
    .pg-result__inner::after {
        padding: 125% 0 0 0
    }
}

@media only screen and (min-width: 600px) {
    .pg-result__inner::after {
        padding: 59.4% 0 0 0
    }
}

#capture .pg-result__inner {
    width: 1000px;
    height: 594px;
    background: url(../images/customize/bg_pp_main.png);
    background-position: center center;
    background-repeat: no-repeat
}

.pg-area__capture {
    background: url(../images/customize/bg_prod_sum.png);
    background-position: top left;
    background-repeat: repeat
}

#capture .pg-area__capture {
    padding: 0 0 45px
}

.pg-subtit {
    text-align: center;
    background: url(../images/customize/bg_tit_prod.png) center center/auto 100% repeat-x
}

@media only screen and (max-width: 599px) {
    .pg-subtit {
        padding: 5% 25%
    }
}

@media only screen and (min-width: 600px) {
    .pg-subtit {
        padding: 22px 32%;
        margin: 0 0 30px
    }
}

#capture .pg-subtit {
    width: 1000px;
    height: 84px;
    padding: 0
}

.pg-subtit__img {
    display: block;
    margin: 0 auto
}

#capture .pg-subtit__img {
    width: auto;
    padding: 23px 327px;
    margin: 0 auto
}

.pg-prod {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 599px) {
    .pg-prod {
        width: 92%;
        margin: 5vw auto 3vw
    }
}

@media only screen and (min-width: 600px) {
    .pg-prod {
        width: 96%;
        margin: 0 auto;
        padding: 0 0 15px
    }
}

#capture .pg-prod {
    width: 940px;
    margin: 30px auto 10px;
    padding: 0 0 15px
}

.pg-prod__item {
    position: relative;
    background: #c8c8c8;
    text-align: center
}

@media only screen and (max-width: 599px) {
    .pg-prod__item {
        width: 48%;
        margin: 0 4% 4% 0
    }

    .pg-prod__item:nth-child(even) {
        margin: 0 0 4% 0
    }
}

@media only screen and (min-width: 600px) {
    .pg-prod__item {
        width: 23%;
        max-width: 220px;
        margin: 0 1% 2%
    }
}

#capture .pg-prod__item {
    width: 220px;
    margin: 0 20px 20px 0
}

#capture .pg-prod__item:nth-child(4n) {
    margin: 0 0 20px
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pg-prod__item::before,.pg-prod__item::after {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/customize/bg_deco_parts.png) center top/contain no-repeat
    }
}

@media only screen and (-ms-high-contrast: none) and (max-width: 599px), only screen and (-ms-high-contrast: active) and (max-width: 599px) {
    .pg-prod__item::before,.pg-prod__item::after {
        width: 7px;
        height: 7px;
        top: 0px
    }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 600px), only screen and (-ms-high-contrast: active) and (min-width: 600px) {
    .pg-prod__item::before,.pg-prod__item::after {
        width: 14px;
        height: 14px;
        top: 0px
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #capture .pg-prod__item::before,#capture .pg-prod__item::after {
        width: 14px;
        height: 14px;
        top: 0px
    }

    .pg-prod__item::before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media only screen and (-ms-high-contrast: none) and (max-width: 599px), only screen and (-ms-high-contrast: active) and (max-width: 599px) {
    .pg-prod__item::before {
        left: 0px
    }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 600px), only screen and (-ms-high-contrast: active) and (min-width: 600px) {
    .pg-prod__item::before {
        left: 0px
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pg-prod__item::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media only screen and (-ms-high-contrast: none) and (max-width: 599px), only screen and (-ms-high-contrast: active) and (max-width: 599px) {
    .pg-prod__item::after {
        right: 0px
    }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 600px), only screen and (-ms-high-contrast: active) and (min-width: 600px) {
    .pg-prod__item::after {
        right: 0px
    }
}

.pg-deco__list {
    display: block;
    position: absolute
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pg-deco__list {
        display: none
    }
}

.pg-deco__list[data-posi="tl"] {
    top: 0;
    left: 0
}

.pg-deco__list[data-posi="tr"] {
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.pg-deco__list[data-posi="br"] {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pg-deco__list[data-posi="bl"] {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

@media only screen and (max-width: 599px) {
    .pg-deco__list {
        width: 7px;
        height: 7px
    }
}

@media only screen and (min-width: 600px) {
    .pg-deco__list {
        width: 14px;
        height: 14px
    }
}

#capture .pg-deco__list {
    width: 14px;
    height: 14px
}

.pg-prodcat__link {
    display: block;
    outline: none;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

@media only screen and (max-width: 599px) {
    .pg-prodcat__link {
        padding: 4%
    }
}

@media only screen and (min-width: 600px) {
    .pg-prodcat__link {
        padding: 5%
    }
}

#capture .pg-prodcat__link {
    padding: 0
}

.pg-prodcat__link.hover {
    text-decoration: none;
    opacity: 0.6
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pg-prodcat__link::before,.pg-prodcat__link::after {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/customize/bg_deco_parts.png) center top/contain no-repeat
    }
}

@media only screen and (-ms-high-contrast: none) and (max-width: 599px), only screen and (-ms-high-contrast: active) and (max-width: 599px) {
    .pg-prodcat__link::before,.pg-prodcat__link::after {
        width: 7px;
        height: 7px;
        bottom: 0px
    }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 600px), only screen and (-ms-high-contrast: active) and (min-width: 600px) {
    .pg-prodcat__link::before,.pg-prodcat__link::after {
        width: 14px;
        height: 14px;
        bottom: 0px
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #capture .pg-prodcat__link::before,#capture .pg-prodcat__link::after {
        width: 14px;
        height: 14px;
        bottom: 0px
    }

    .pg-prodcat__link::before {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@media only screen and (-ms-high-contrast: none) and (max-width: 599px), only screen and (-ms-high-contrast: active) and (max-width: 599px) {
    .pg-prodcat__link::before {
        left: 0px
    }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 600px), only screen and (-ms-high-contrast: active) and (min-width: 600px) {
    .pg-prodcat__link::before {
        left: 0px
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pg-prodcat__link::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media only screen and (-ms-high-contrast: none) and (max-width: 599px), only screen and (-ms-high-contrast: active) and (max-width: 599px) {
    .pg-prodcat__link::after {
        right: 0px
    }
}

@media only screen and (-ms-high-contrast: none) and (min-width: 600px), only screen and (-ms-high-contrast: active) and (min-width: 600px) {
    .pg-prodcat__link::after {
        right: 0px
    }
}

.pg-parts__cat--name {
    background: #373737;
    color: #fff;
    padding: 0.2em;
    font-weight: normal;
    font-family: SHanSanB;
    font-size: 11px;
    font-size: 1.1rem
}

@media only screen and (min-width: 960px) {
    .pg-parts__cat--name {
        font-size: 14px;
        font-size: 1.4rem
    }
}

#capture .pg-parts__cat--name {
    font-size: 14px;
    width: 200px;
    padding: 4px;
    margin: 10px 10px 0
}

.pg-prod__thumb {
    background: #fff;
    line-height: 0
}

@media only screen and (max-width: 599px) {
    .pg-prod__thumb {
        margin: 4% 0
    }
}

@media only screen and (min-width: 600px) {
    .pg-prod__thumb {
        margin: 2% 0 3%
    }
}

#capture .pg-prod__thumb {
    margin: 5px 10px 10px;
    width: 200px
}

.pg-prod__name {
    color: #111;
    line-height: 1.3;
    font-family: SHanSanB;
}

@media only screen and (max-width: 599px) {
    .pg-prod__name {
        font-size: 11px;
        font-size: 1.1rem;
        word-break: break-all
    }
}

@media only screen and (min-width: 600px) {
    .pg-prod__name {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.hover .pg-prod__name {
    text-decoration: none
}

#capture .pg-prod__name {
    font-size: 14px;
    width: 200px;
    word-break: normal;
    margin: 0 10px;
    padding: 0 0 12px
}

@media only screen and (max-width: 599px) {
    .pg-lineup {
        width: 92%;
        margin: 5vw auto 0
    }
}

@media only screen and (min-width: 600px) {
    .pg-lineup {
        width: 96%;
        margin: 0 auto 4%
    }
}

#capture .pg-lineup {
    width: 940px;
    margin: 30px auto 0;
    padding: 0
}

.pg-lineup__item {
    color: #111;
    padding: 0 0 0.4em 1em;
    text-indent: -1em;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    display: none;
    font-family: SHanSanB;
}

@media only screen and (min-width: 960px) {
    .pg-lineup__item {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.pg-lineup__item:last-child {
    padding: 0 0 0 1em
}

#capture .pg-lineup__item {
    padding: 0 0 8px 1em;
    font-size: 18px
}

.pg-lineup__item.is-visible {
    display: block
}

.pg-btn__conversion {
    max-width: 480px;
    margin: 0 auto;
    cursor: pointer;
    transition-property: all;
    transition-duration: .3s;
    transition-delay: 0s
}

@media only screen and (max-width: 599px) {
    .pg-btn__conversion {
        width: 92%;
        margin: 4vw auto 10vw
    }
}

@media only screen and (min-width: 600px) {
    .pg-btn__conversion {
        width: 55%;
        margin: 0 auto 45px
    }
}

.pg-btn__conversion.hover {
    opacity: 0.7
}

.pg-download {
    position: relative;
    display: none;
    color: #111;
    background: url(../images/customize/bg_prod_01.png) center top repeat,url(../images/customize/bg_prod_02.png) center top repeat #fff;
    width: 90%;
    max-width: 800px;
    padding: 50px 0 40px
}

@media only screen and (max-width: 599px) {
    .pg-download {
        margin: 5vw auto !important
    }
}

@media only screen and (min-width: 600px) {
    .pg-download {
        margin: 45px auto !important
    }
}

.pg-tit__ss {
    text-align: center;
    padding: 0 0 0.4em
}

@media only screen and (max-width: 599px) {
    .pg-tit__ss {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media only screen and (min-width: 600px) {
    .pg-tit__ss {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.pg-sample {
    position: relative;
    border: 1px solid #111;
    background: rgba(255,255,255,0.2);
    max-width: 720px;
    width: 90%;
    margin: 0 auto
}

@media only screen and (max-width: 599px) {
    .pg-sample {
        min-height: 200px
    }
}

@media only screen and (min-width: 600px) {
    .pg-sample {
        min-height: 500px
    }
}

.pg-sample::before {
    content: "";
    display: block;
    position: absolute;
    top: calc( 50% - 35px);
    left: calc( 50% - 35px);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 70px;
    height: 70px;
    background: url(../images/customize/ico_load.png) center center/contain no-repeat;
    -webkit-animation: rotateIn 3s linear infinite;
    animation: rotateIn 3s linear infinite
}

.pg-sample__img {
    position: relative;
    z-index: 10
}

.pg-btn__save {
    max-width: 400px;
    cursor: pointer;
    transition-property: all;
    transition-duration: .5s;
    transition-delay: 0s
}

@media only screen and (max-width: 599px) {
    .pg-btn__save {
        width: 80%;
        margin: 3vw auto
    }
}

@media only screen and (min-width: 600px) {
    .pg-btn__save {
        width: 48%;
        margin: 3% auto 4%
    }
}

.pg-btn__save.hover {
    opacity: 0.8
}

.pg-btn__save.is-disabled {
    pointer-events: none;
    opacity: 0.5
}

.pg-note__dl {
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 0 0 1em;
    text-indent: -1em;
    text-align: left
}

.pg-canvas {
    display: none;
    width: 1000px;
    pointer-events: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0
}

@-webkit-keyframes icoClickAnime {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes icoClickAnime {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*# sourceMappingURL=maps/customize.css.map */
