
/* ---------------------------------------- /home/httpd/webmaster-cld/public_html/3d/iyasaka/css/common.css ---------------------------------------- */
@charset "utf-8";

html, body {
    /* iOSにおけるバウンススクロール抑制 */
    position: fixed;
    left: 0px;
    right: 0px;

    /* スワイプでのページ移動を抑制 */
    touch-action: pinch-zoom;
    -ms-touch-action: none;
}

/* -------------------------------------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    font-family: Meiryo, Verdana, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="text"] {
    border: 1px solid;
    border-radius: 0px;
    -webkit-appearance: none;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: auto;
}
input[type="button"] {
    border: 1px solid;
    border-radius: 0px;
    -webkit-appearance: none;

    background: linear-gradient(#F0F0F0, #E0E0E0);
    border-color: #A0A0A0;
}
input[type="button"]:hover {
    border-color: #808080;
}
input[type="button"]:active {
    background: linear-gradient(#E0E0E0, #F0F0F0);
    border-color: #B0B0B0;
}

/* プレースホルダの設定 */
::-webkit-input-placeholder {
    color: #B9B9B9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #B9B9B9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #B9B9B9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
:-ms-input-placeholder {
    color: #B9B9B9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
::placeholder {
    color: #B9B9B9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#container {
    background: #EDEBEC;
    width: 480px;
    height: 694px;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
}

#screenLockContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    opacity: 0;
}

.listTerminator {
    clear: both;
}

/* -------------------------------------------------------------------------------- */

#stepButtonsContainer {
    background-color: #ceac8a;
    width: 480px;
    height: 66px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom: 1px solid #CDD7DF;
    z-index: 0;
    display: none;
}
#slideHorizonContainer {
    width: 480px;
    height: 628px;
    position: absolute;
    left: 0px;
    top: 66px;
    display: none;
}

.stepButtons {
    width: 100px;
    height: 66px;
    position: absolute;
    cursor: pointer;
}
#stepPrevious {
    left: 0px;
    top: 0px;
    background-image: url("../commonImages/backMenu.png");
    background-position: 0px 0px;
}
#stepNext {
    left: 380px;
    top: 0px;
    background-image: url("../commonImages/nextMenu.png");
    background-position: 0px 0px;
}
#currentStepName {
    color: #FFFFFF;
    width: 280px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    left: 100px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
}

.slideHorizonDivs {
    width: 480px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

/***** アイテムタイプ *****/
#selectBagTypeContainer {
}

/***** 編集パーツ *****/
#selectEditPartsContainer {
    width: 480px;
    height: 81px;
}

/***** カスタムメニュー *****/
#selectCustomMenuContainer2 {
    width: 480px;
    height: 182px;
    position: absolute;
    bottom: 0px;
    display: none;
}
#closeCustomMenuButton {
    width: 46px;
    height: 46px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url("../commonImages/closeCustomMenu.png");
    cursor: pointer;
    transform: translateZ(0px);
}
#customMenuNavigation {
    background-color: #FFFFFF;
    color: #ceac8a;
    width: 480px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
#commandButtons2ListContainer {
    background-color: #ceac8a;
    width: 480px;
    height: 76px;
    box-sizing: border-box;
}
.commandButtons2 {
    width: 120px;
    height: 76px;
    cursor: pointer;
    background-image: url("../commonImages/selectCustommenus.png");
    float: left;
}
.commandButtonsMarginL {
    margin-left: 180px !important;
}
.commandButtonsMarginL2 {
    margin-left: 30px !important;
}
.inputBaseColor_button2 {
    background-position: 0px 0px;
}
.inputText_button2 {
    background-position: -120px 0px;
}
.inputImages_button2 {
    background-position: -240px 0px;
}
.inputPicture_button2 {
    background-position: -360px 0px;
}

.commandButtons {
    width: 480px;
    height: 81px;
    line-height: 81px;
    cursor: pointer;
    background-image: url("../commonImages/listBack.png");
}
.commandButtons img {
    width: 41px;
    height: 41px;
    margin-left: 14px;
    margin-top: 21px;
    float: left;
}
.commandButtons div {
    font-size: 19px;
    font-weight: bold;
    height: 81px;
    margin-top: 0px;
    margin-left: 22px;
    float: left;
}

/***** それぞれのカスタムメニュー *****/
#customMenuDetailsContainer {
    position: relative;
}

.commandDetails {
    width: 480px;
    height: 628px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    display: none;
}
#inputBaseColor_div {
    display: block;
}
#inputText_div {
    background-color: rgba(237, 235, 220, 0.2);
}
#inputPicture_div {
    background-color: rgba(237, 235, 220, 0.2);
}

/* 各キャプション */
.clothCaption {
    background-color: #FFFFFF;
    color: #000000;
    width: 92px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin: -12px -3px 0px -3px;
    padding: 3px 0px 3px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    opacity: 0.7;
    overflow: hidden;
    white-space: nowrap;
}
.clothCategoryCaption {
    background-color: #FFFFFF;
    color: #000000;
    width: 92px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin: -12px -3px 0px -3px;
    padding: 3px 0px 3px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    opacity: 0.7;
    overflow: hidden;
    white-space: nowrap;
}
.colorCaption {
    background-color: #FFFFFF;
    color: #000000;
    width: 92px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin: -12px -3px 0px -3px;
    padding: 3px 0px 3px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    opacity: 0.7;
    overflow: hidden;
    white-space: nowrap;
}

/***** ベース生地 *****/
#selectBaseListContainer {
    width: 480px;
    height: 508px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
}

#selectBaseCategoryListContainer {
    width: 480px;
    height: 120px;
}

#baseCategoryListContainer {
    background: #FFFFFF;
    width: 420px;
    height: 100%;
    position: relative;
    top: 0px;
    left: 30px;
    overflow: hidden;
}
#baseCategoryListSlideDiv {
    height: 100%;
}
.arrows {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0px;
    cursor: pointer;
}
#arrowL {
    left: 0px;
}
#arrowR {
    left: 450px;
}
.baseLists {
    width: 86px;
    height: 86px;
    position: relative;
    margin-left: 24px;
    margin-top: 24px;
    border: 2px solid #DAD8D9;
    cursor: pointer;
    float: left;
    border-radius: 50%;
}
.clothThumb {
    width: 86px;
    height: 86px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
}
.baseListsON {
}
.baseCategoryLists {
    width: 70px;
    height: 70px;
    margin-top: 20px;
    border: 2px solid #DAD8D9;
    border-radius: 50%;
    float: left;
    cursor: pointer;
}
.baseCategoryListsON {
    border-color: #DBDBDB !important;
}
.baseCategoryListsThumb {
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
}

/***** スタンプ *****/
#selectStampListContainer {
    width: 480px;
    height: 508px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(237, 235, 220, 0.2);
    padding-bottom: 20px;
}

.stampLists {
    width: 86px;
    height: 86px;
    background: white;
    margin-left: 24px;
    margin-top: 24px;
    border: 2px solid #DAD8D9;
    border-radius: 50%;
    float: left;
    cursor: pointer;
}
.stampListsON {
    border-color: #DBDBDB !important;
}
.stampListsThumb {
    width: 66px;
    height: 66px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 20%;
}

#selectStampTagsListContainer {
    background-color: #FFFFFF;
    width: 480px;
    height: 120px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.categoryTags {
    height: 29px;
    line-height: 29px;
    text-align: center;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 5px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 5px;
}
.categoryTagsAll {
    width: 50px;
}
.categoryTagsON, .categoryTagsAllON {
    background: #DADADA;
}

.stampColors {
    width: 86px;
    height: 86px;
    position: relative;
    margin-left: 17.4px;
    margin-top: 7.4px;
    border: 4px solid #DAD8D9;
    cursor: pointer;
    float: left;
    border-radius: 50%;
}
.stampColorsON {
    border-color: #FFFFFF !important;
}

#changeStampColorContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

#displayStampCanvas {
    padding: 20px 90px;
}

#colorPositionListContainer {
    background-color: #ceac8a;
    width: 480px;
    height: 40px;
    position: relative;
}
.colorPositions {
    color: #FFFFFF;
    width: 84px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    float: left;
    top: 5px;
    cursor: pointer;
}
.colorPositionsON {
    background-color: #FFFFFF !important;
    color: #ceac8a;
}
#colorPosition0 {
    left: 10px;
}
#colorPosition1 {
    left: 104px;
}
#colorPosition2 {
    left: 198px;
}
#colorPosition3 {
    left: 292px;
}
#colorPosition4 {
    left: 386px;
}

#colorPaletteSlideContainer {
    background-color: #EDEBEC;
    width: 480px;
    height: 241px;
}

.colorPaletteContainers {
    width: 480px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

/***** テキスト入力 *****/
#previewCanvasContainer {
    width: 460px;
    height: 90px;
    position: absolute;
    left: 10px;
    top: 10px;
}
#previewCanvasContainer.busy::after {
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    background-image: url("../images/busy.gif");
}
#previewCanvas {
    width: 100%;
}

#inputText {
    background: transparent;
    width: 417px;
    height: 45px;
    position: absolute;
    left: 20px;
    top: 110px;
    font-size: 25px;
    line-height: 45px;
    padding-left: 10px;
    border: solid 2px #B9B9B9;

    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
#inputText:focus {
    background: #FFFFFF;
    border: solid 2px #ceac8a;
}

#inputTextError {
    color: #FF0000;
    position: absolute;
    left: 20px;
    top: 165px;
    font-weight: bold;
    margin-top: 0px;
}

#selectTextTypeContainer {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 195px;
    left: 0px;
}

.textTypes, #textVertical {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
}
#textType0 {
    left: 15px;
}
#textType1 {
    left: 170px;
}
#textType3, #textVertical {
    left: 325px;
}
.textTypesON {
    background-color: #ceac8a;
    color: #FFFFFF;
}
.textVerticalON {
    background-color: #ceac8a !important;
    color: #FFFFFF;
}

#selectTextDesignContainer {
    width: 100%;
    height: 48px;
    position: absolute;
    top: 255px;
    left: 0px;
    border-bottom: 2px solid #ceac8a;
}
.textFontLists {
    width: 480px;
    height: 58px;
    position: relative;
    background: white;
    background-repeat: no-repeat;
    background-position: 50% 45%;
    border-bottom: 1px solid #DAD8D9;
    cursor: pointer;
}
.textFontHighlight {
    width: 420px;
    height: 38px;
    position: absolute;
    left: 30px;
    top: 10px;
    background-color: #C6C6C6;
    border-radius: 5px;
    opacity: 0.5;
}

#slideUpTextDecorationContainerDiv {
    background: #EDEBEC;
    width: 480px;
    height: 265px;
    position: absolute;
    left: 0px;
    top: 363px;
    overflow: hidden;
}

#slideUpTextDecorationContainer {
    width: 480px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.selectTextDesignListContainers {
    width: 480px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#selectTextFontListContainer {
    display: none;
}
#selectTextColorListContainer {
    display: none;
}
#selectTextBendListContainer {
    display: none;
}

.selectTextDesign {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 6px;
    border-bottom: 2px solid transparent;
    font-weight: bold;
}
.selectTextDesignON {
    border-bottom: 2px solid #ceac8a;
}

#selectTextFont {
    width: 95px;
    left: 15px;
}
#selectTextColor_0 {
    width: 100px;
    left: 120px;
}
#selectTextColor_1 {
    width: 100px;
    left: 235px;
    display: none;
}
#selectTextColor_2 {
    width: 100px;
    left: 365px;
    display: none;
}
#selectTextBend {
    width: 100px;
    left: 365px
}

.fontColors {
    width: 86px;
    height: 86px;
    position: relative;
    margin-left: 17.4px;
    margin-top: 7.4px;
    border: 4px solid #DAD8D9;
    cursor: pointer;
    float: left;
    border-radius: 50%;
}
.fontColorsON {
    border-color: #FFFFFF !important;
}

.textFontBendLists {
    background-color: #DAD8D9;
    width: 140px;
    height: 90px;
    position: relative;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 10px;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}
.fontBendsON {
    border-color: #FFFFFF !important;
}

/* 文字曲げ機能 */
#bendTransSlider {
    background-image: url("../commonImages/bend/transSlider.png");
    background-repeat: no-repeat;
    position: relative;
    border-radius: 3px;
    float: left;
}
#bendTransHandle {
    background-image: url("../commonImages/bend/handle.png");
    width: 39px;
    height: 39px;
    position: absolute;
    left: 49.5px;
    top: -0.5px;
    cursor: pointer;
}
#bendTransLeftButton {
    width: 25px;
    height: 28px;
    position: absolute;
    left: 1px;
    top: 4px;
    cursor: pointer;
}
#bendTransRightButton {
    width: 25px;
    height: 28px;
    position: absolute;
    right: 1px;
    top: 4px;
    cursor: pointer;
}
#bendTransEffect {
    width: 12px;
    height: 16px;
    position: absolute;
    left: 65px;
    top: 37px;
    font-size: 12px;
    font-weight: bold;
}

/* 縁取り太さ調整機能 */
#borderTransContainer {
    background-color: #FFFFFF;
    width: 460px;
    height: 46px;
    position: absolute;
    left: 10px;
    top: 310px;
    border: 1px solid #777777;
    border-radius: 10px;
    display: none;
}
#borderTransMessage {
    background-image: url("../commonImages/border/back.png");
    width: 120px;
    height: 17px;
    position: absolute;
    left: 50px;
    top: 14px;
}
.borderTransButton {
    cursor: pointer;
}
#borderTransLeftButton {
    background-image: url("../commonImages/border/buttonL.png");
    background-repeat: no-repeat;
    background-position: 70% 50%;
    width: 53px;
    height: 47px;
    position: absolute;
    left: 181px;
    top: 0px;
}
#borderTransRightButton {
    background-image: url("../commonImages/border/buttonR.png");
    background-repeat: no-repeat;
    background-position: 30% 50%;
    width: 53px;
    height: 47px;
    position: absolute;
    left: 407px;
    top: 0px;
}
#borderTransBar {
    background-image: url("../commonImages/border/bar.png");
    width: 174px;
    height: 12px;
    position: absolute;
    left: 233px;
    top: 18px;
}
#borderTransHandle {
    width: 40px;
    height: 41px;
    position: absolute;
    top: 2px;
    cursor: pointer;
}
.borderSize0 {
    background-image: url("../commonImages/border/handleSize0.png");
    left: 220px;
}
.borderSize1 {
    background-image: url("../commonImages/border/handleSize1.png");
    left: 258px;
}
.borderSize2 {
    background-image: url("../commonImages/border/handleSize2.png");
    left: 300px;
}
.borderSize3 {
    background-image: url("../commonImages/border/handleSize3.png");
    left: 339px;
}
.borderSize4 {
    background-image: url("../commonImages/border/handleSize4.png");
    left: 379px;
}
.borderTransDirect {
    width: 40px;
    height: 41px;
    position: absolute;
    top: 2px;
    cursor: pointer;
}
#borderTransDirectSize0 {
    left: 220px;
}
#borderTransDirectSize1 {
    width: 42px;
    left: 258px;
}
#borderTransDirectSize2 {
    left: 300px;
}
#borderTransDirectSize3 {
    left: 339px;
}
#borderTransDirectSize4 {
    left: 379px;
}

/***** 写真加工 *****/
#selectPositionCanvas {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
}

#inputMyFile {
    display: none;
}

#rotatePhotosContainer {
    background-color: #ceac8a;
    width: 480px;
    height: 64px;
    position: absolute;
    top: 564px;
    left: 0px;
}
.rotatePhotos {
    width: 120px;
    height: 64px;
    float: left;
    background-image: url("../commonImages/photoImageCommand.png");
    cursor: pointer;
    position: absolute;
    top: 0px;
}
#rotatePhotoLeft90 {
    background-position-x: 0px;
    background-position: 0px 0px;
    left: 120px;
}
#rotatePhotoRight90 {
    background-position-x: -120px;
    background-position: -120px 0px;
    left: 240px;
}

#cameraMapsContainer {
    width: 480px;
    height: 50px;
    position: relative;
    top: 0px;
    left: 0px;
}

#cameraMenusContainer {
    width: 480px;
    height: 50px;
    position: relative;
    top: 2px;
    left: 0px;
}

.cameraArrows {
    width: 20px;
    height: 50px;
    position: absolute;
    top: 0px;
    background: #FFFFFF;
    cursor: pointer;
}
#leftArrow_clip, #leftArrow_frame {
    left: 0px;
}
#rightArrow_clip, #rightArrow_frame {
    left: 460px;
}
#cameraMenus_div, #cameraOptions_div {
    width: 440px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 20px;
    overflow: hidden;
}

#cameraOptionsContainer {
    width: 480px;
    height: 50px;
    position: relative;
    top: 4px;
    left: 0px;
}

.mapListsON, .maskListsON, .frameListsON {
    border-color: #DBDBDB !important;
}

/***** シミュレータ（2D） *****/
#currentItemParts {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}

#editMyDesignSimulationContainer {
    width: 480px;
    height: 630px;
    position: relative;
    left: 0px;
    top: 66px;
}

.blurOn {
    -webkit-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
}
.blurOn2 {
    opacity: 0;
}

#simulationDisplay {
    width: 480px;
    height: 552px;
    /* display: none; */
}

#editCommandButtonContainer {
    width: 480px;
    height: 76px;
    position: absolute;
    bottom: 0px;
    display: none;
}

.editCommandButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
}
.changePositions {
    width: 50px;
    height: 50px;
}
.changePositionsBack {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -50px;
    display: none;
}
#changePositionL {
    left: 35px;
    background-image: url("../commonImages/positionChangeL.png");
}
#changePositionLBack {
    left: 35px;
}
#chageMode3D {
    width: 50px;
    height: 69px;
    left: 120px;
    background-image: url("../commonImages/chage3DMode.png");
}
#chageMode2D {
    width: 87px;
    height: 69px;
    left: 196.5px;
    background-image: url("../commonImages/change2DMode.png");
    display: none;
}
#editMoreButton {
    width: 114px;
    height: 69px;
    left: 183px;
    background-image: url("../commonImages/addItems.png");
}
#selectPosition {
    width: 50px;
    height: 69px;
    left: 310px;
    background-image: url("../commonImages/selectPosition.png");
}
.selectPositionThumb {
    width: 52px;
    height: 52px;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 50%;
}
#selectPositionList {
    position: absolute;
    left: 310px;
    overflow: hidden;
}
.positionItem {
    cursor: pointer;
}
.positionItem.type1 {
    float: left;
    margin-left: 24px;
    margin-top: 24px;
    border: 2px solid rgb(218, 216, 217);
}
#changePositionR {
    left: 395px;
    background-image: url("../commonImages/positionChangeR.png");
}
#changePositionRBack {
    left: 395px;
}

#optionCommandsContainer {
    width: 480px;
    height: 64px;
    position: absolute;
    top: 595px;
    left: 0px;
}
#optionCommands2Container {
    background-color: #ceac8a;
    width: 480px;
    height: 64px;
    position: absolute;
    left: 0px;
    bottom: 86px;
    z-index: 1;
    box-sizing: border-box;
    display: none;
}
#optionCommands2Container.buttonCount0 {
    display: none !important;
}
#optionCommands2Container.buttonCount1 {
    padding-left: 192px;
}
#optionCommands2Container.buttonCount2 {
    padding-left: 144px;
}
#optionCommands2Container.buttonCount3 {
    padding-left: 96px;
}
#optionCommands2Container.buttonCount4 {
    padding-left: 48px;
}
.optionCommands.buttonCount6 {
    width: 80px;
}
#optionCommands2Container.buttonCount7 {
    padding-left: 2px;
}
.optionCommands.buttonCount7 {
    width: 68px;
}
.optionCommands.buttonCount8 {
    width: 60px;
}

.changePositionName {
    margin-top: 54px;
    text-align: center;
    font-size: 12px;
}

.optionCommands {
    width: 96px;
    height: 64px;
    float: left;
    cursor: pointer;
    background-image: url("../commonImages/textureEditCommand3.png");
}

#scaleDown {
    background-position-x: -288px;
    background-position: -288px 0px;
}
#scaleUp {
    background-position-x: -192px;
    background-position: -192px 0px;
}
#rotateLeft45 {
    background-position-x: -96px;
    background-position: -96px 0px;
}
#appendTheSameImage {
    background-position-x: -384px;
    background-position: -384px 0px;
}
#reccomendTexture {
    background-position-x: 0px;
    background-position: -0px 0px;
}

/***** SVGアニメーション *****/
#svgAnimationDiv {
    background: #FFFFFF;
}

/***** シミュレータ(3D) *****/
#appeal3DMode {
    width: 480px;
    height: 175px;
    position: absolute;
    left: 0px;
    top: 250px;
    display: none;
}

#editMyDesignSimulationContainer3D {
    width: 480px;
    height: 630px;
    position: absolute;
    left: 0px;
    top: 66px;
    background-image: url("../commonImages/3dModeBackImage.png") !important;
    display: none;
}

/***** 保存 *****/
.navigateMenus {
    width: 135px;
    height: 66px;
    position: absolute;
    top: 0px;
    cursor: pointer;
}
#buyThisItem {
    left: 345px;
    background-image: url("../commonImages/buyThisItem.png");
    background-position: 0px 0px;
}
#openSaveMenus {
    left: 0px;
    background-image: url("../commonImages/saveThisDesign.png");
    background-position: 0px 0px;
}
#closeSaveMenus {
    left: 0px;
    background-image: url("../commonImages/closeSaveDialog.png");
    background-position: 0px 0px;
}

#createSave_div {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    overflow-y: scroll;
}

.saveMenuTytles, .saveMenuCommands {
    color: #FFFFFF;
    width: 410px;
    height: 50px;
    margin-left: 35px;
}
.saveMenuTytles {
    line-height: 50px;
    text-align: center;
}
.saveMenuCommands {
    margin-bottom: 8px;
    cursor: pointer;
}
#roadSaveData div {
    display: none;
}
#readDesignInput, #readDesignButton {
    float: left;
}
#readDesignInput {
    width: 320px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    border: none;
    margin-right: -20px;
    padding-left: 10px;
    outline: 0px;
    float: left;
}
#readDesignButton {
    width: 100px;
    height: 50px;
    float: right;
    cursor: pointer;
}

#shareMenusContainer {
    clear: both;
}
#shareByGoogle {
    display: none;
}

#stockDesignsContainer {
    clear: both;
}
#stockDesigns {
    width: 480px;
}
.stockDesign {
    width: 80px;
    margin-left: 13.33px;
    color: white;
    font-size: 15px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.stockDesignDate {
    width: 100%;
    text-align: center;
    margin-bottom: -1px;
}
.stockDesignThumb {
    width: 100%;
    height: 80px;
    margin-bottom: 1px;
    background-size: cover;
}
.stockDesignDesignID {
    width: 100%;
    text-align: center;
    font-size: 11px;
}
.stockDesignDelete {
    width: 100%;
    text-align: center;
}

/***** その他 *****/
#confirmDialogContainer, #confirmDialogContainerForPass, #alertDialogContainer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 1000;
}
#loadingImageBack, #inputBuyerNameDiv, #inputDesignPassDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFFFFF;
    z-index: 3;
    display: none;
}
#inputDesignPassDiv {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 240px;
}
#inputDesignPassDiv div {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#loadingImageBack {
    background: rgba(0, 0, 0, 0.6);
    padding-top: 300px;
    display: block;
}
#loadingImageBack img {
    margin-left: 216px;
}
#loadingImageBackMessage {
    text-align: center;
}

/* 購入者情報入力画面 */
#inputBuyerNameDiv {
    background: rgba(0, 0, 0, 0.8);
    overflow-y: scroll;
}
#inputBuyerNameDiv input[type="text"]:focus, #inputBuyerNameDiv input[type="number"]:focus {
    outline: 2px solid #FF0000;
}
#inputBuyerNameDiv textarea:focus {
    outline: 2px solid #FF0000;
}
#inputBuyerNameDiv select:focus {
    outline: 2px solid #FF0000;
}
#buyerFormDiv {
    width: 100%;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#buyerFormDiv div {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#orderDesignThumbHeader {
    margin-top: 15px !important;
}
.orderDesignThumbImage {
    height: 120px;
}
.inputBuyerInfo {
    font-size: 25px;
    width: 310px;
    height: 30px;
    line-height: 30px;
}
#inputPostNumber {
    width: 150px;
    vertical-align: middle;
}
#inputOrderMemo {
    width: 303px;
    height: 80px;
    vertical-align: middle;
}
#inputPaymentMethod {
    font-size: 15px;
    width: 200px;
    height: 20px;
    line-height: 20px;
}
#getAddressFromZipcode {
    width: 154px;
    height: 28px;
    cursor: pointer;
    line-height: 28px;
    vertical-align: middle;
}
#orderInfoSubmit, #inputCheckDesignSubmit {
    width: 120px;
    height: 40px;
    cursor: pointer;
}
#closeInputBuyerName {
    background-image: url("../commonImages/closeMenu.png");
    width: 49px !important;
    height: 49px;
    position: absolute;
    margin-top: 0px !important;
    cursor: pointer;
}

#confirmDialog, #confirmDialogForPass, #alertDialog {
    background: #FFFFFF;
    position: relative;
    left: 120px;
    top: 150px;
    padding: 10px;
    border: 2px solid #EDEBEC;
    border-radius: 10px;
}
#confirmDialog, #alertDialog {
    width: 216px;
    height: 120px;
}
#confirmDialogForPass {
    width: 216px;
    height: 320px;
}
#confirmMessage, #confirmMessageForPass, #alertMessage {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
#confirmMessageForPassMessage {
    color: #FF0000;
    margin-top: 20px;
}
#confirmMessageForPassInputDiv {
    margin-bottom: 10px;
}
#confirmMessageForPassInput, #confirmMessageForPassInputCheck {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}

.confirmButtons, .confirmButtonsForPass, .alertButtons {
    width: 70px;
    height: 30px;
    position: absolute;
    border: 2px solid #EDEBEC;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.confirmButtons, .alertButtons {
    top: 90px;
}
.confirmButtonsForPass {
    top: 285px;
}

#confirmYes, #confirmYesForPass {
    left: 28px;
}
#confirmNo, #confirmNoForPass {
    left: 135px;
}
#alertOK {
    left: 81.5px;
}

/* ---------------------------------------- /home/httpd/webmaster-cld/public_html/3d/iyasaka/css/common_1.css ---------------------------------------- */
@charset "utf-8";

#container {
    width: 1080px;
}

/* -------------------------------------------------------------------------------- */

#stepButtonsContainer {
    width: 1080px;
}
#slideHorizonContainer {
    left: 600px;
}

#stepNext {
    left: 960px;
}
#currentStepName {
    width: 880px;
}

/***** カスタムメニュー *****/
#selectCustomMenuContainer2 {
    width: 120px;
    height: 304px;
    left: 480px;
    top: -49px;
}
#closeCustomMenuButton {
    display: none;
}
#customMenuNavigation {
    display: none;
}
#commandButtons2ListContainer {
    width: 120px;
    height: 304px;
}
#commandButtons2ListContainer.buttonCount0 {
    display: none;
}
#commandButtons2ListContainer.buttonCount1 {
    height: 76px;
}
#commandButtons2ListContainer.buttonCount2 {
    height: 152px;
}
#commandButtons2ListContainer.buttonCount3 {
    height: 228px;
}
#commandButtons2ListContainer.buttonCount5 {
    height: 380px;
}
#commandButtons2ListContainer.buttonCount6 {
    height: 456px;
}
#commandButtons2ListContainer.buttonCount7 {
    height: 532px;
}
#commandButtons2ListContainer.buttonCount8 {
    height: 608px;
}
.commandButtons2 {
    clear: both;
    background-image: url("../commonImages/selectCustommenus_wide.png");
}

/***** それぞれのカスタムメニュー *****/
.commandDetails {
    background-color: rgba(255, 255, 255, 1) !important;
}

/***** シミュレータ（2D） *****/
#simulationDisplay {
    margin-top: 50px;
}

#editCommandButtonContainer {
    left: 0px;
    bottom: 60px;
}

.editCommandButtons {
    top: -100px;
}
#changePositionL {
    left: 468px;
}
#chageMode3D {
    top: 0px;
    left: 515px;
}
#chageMode2D {
    left: 496.5px;
    top: 0px;
}
#editMoreButton {
    display: none;
}
#selectPosition {
    left: 514px;
    top: -100px;
}
#selectPositionList {
    left: 410px;
}
#changePositionR {
    left: 560px;
}

#optionCommands2Container {
    bottom: 52px;
}

/***** 保存 *****/
#buyThisItem {
    left: 945px;
}

/***** その他 *****/
#loadingImageBack img {
    margin-left: 516px;
}

#confirmDialog, #confirmDialogForPass, #alertDialog {
    left: 420px;
}

/* ---------------------------------------- /home/httpd/webmaster-cld/public_html/3d/iyasaka/css/animation.css ---------------------------------------- */
/***** css Aj[V *****/
/* cɃ|RĂȂ */
/* NXbounceOK */
.bounce{
  animation: bounce ease-out 0.4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: bounce ease-out 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: bounce ease-out 0.4s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: bounce ease-out 0.4s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: bounce ease-out 0.4s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes bounce{
  0% {
    transform:  translate(0px,0px)  ;
  }
  6% {
    transform:  translate(0px,-15px)  ;
  }
  27% {
    transform:  translate(0px,0px)  ;
  }
  51% {
    transform:  translate(0px,-8px)  ;
  }
  90% {
    transform:  translate(0px,0px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes bounce{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  6% {
    -moz-transform:  translate(0px,-15px)  ;
  }
  27% {
    -moz-transform:  translate(0px,0px)  ;
  }
  51% {
    -moz-transform:  translate(0px,-8px)  ;
  }
  90% {
    -moz-transform:  translate(0px,0px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  6% {
    -webkit-transform:  translate(0px,-15px)  ;
  }
  27% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  51% {
    -webkit-transform:  translate(0px,-8px)  ;
  }
  90% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes bounce {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  6% {
    -o-transform:  translate(0px,-15px)  ;
  }
  27% {
    -o-transform:  translate(0px,0px)  ;
  }
  51% {
    -o-transform:  translate(0px,-8px)  ;
  }
  90% {
    -o-transform:  translate(0px,0px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes bounce {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  6% {
    -ms-transform:  translate(0px,-15px)  ;
  }
  27% {
    -ms-transform:  translate(0px,0px)  ;
  }
  51% {
    -ms-transform:  translate(0px,-8px)  ;
  }
  90% {
    -ms-transform:  translate(0px,0px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}

/****************************************************/

.ripple{
	animation: ripple ease-out 0.4s;
	-webkit-animation: ripple ease-out 0.4s;
	-moz-animation: ripple ease-out 0.4s;
	-o-animation: ripple ease-out 0.4s;
	-ms-animation: ripple ease-out 0.4s;
}

@keyframes ripple{
  20% {
    transform:  scale(1.3)  ;
  }
  100% {
    transform:  scale(1)  ;
  }
}

@-moz-keyframes ripple{
  20% {
    -moz-transform:  scale(1.3)  ;
  }
  100% {
    -moz-transform:  scale(1)  ;
  }
}

@-webkit-keyframes ripple {
  20% {
    -webkit-transform:  scale(1.3)  ;
  }
  100% {
    -webkit-transform:  scale(1)  ;
  }
}

@-o-keyframes ripple {
  20% {
    -o-transform:  scale(1.3)  ;
  }
  100% {
    -o-transform:  scale(1)  ;
  }
}

@-ms-keyframes ripple {
  20% {
    -ms-transform:  scale(1.3)  ;
  }
  100% {
    -ms-transform:  scale(1)  ;
  }
}

/****************************************************/

.scaleUp{
	animation: scaleUp ease-out 0.5s;
	-webkit-animation: scaleUp ease-out 0.5s;
	-moz-animation: scaleUp ease-out 0.5s;
	-o-animation: scaleUp ease-out 0.5s;
	-ms-animation: scaleUp ease-out 0.5s;
}

@keyframes scaleUp{
	0% {
		transform:  scale(1)  ;
	}
	100% {
		transform:  scale(5)  ;
	}
}

@-moz-keyframes scaleUp{
	0% {
		-moz-transform:  scale(1)  ;
	}
	100% {
		-moz-transform:  scale(5)  ;
	}
}

@-webkit-keyframes scaleUp {
	0% {
		-webkit-transform:  scale(1)  ;
	}
	100% {
		-webkit-transform:  scale(5)  ;
	}
}

@-o-keyframes scaleUp {
	0% {
		-o-transform:  scale(1)  ;
	}
	100% {
		-o-transform:  scale(5)  ;
	}
}

@-ms-keyframes scaleUp {
	0% {
		-ms-transform:  scale(1)  ;
	}
	100% {
		-ms-transform:  scale(5)  ;
	}
}

/*****************************************************/

.slideWideRight{
	animation: slideWideRight ease-out 0.15s;
	-webkit-animation: slideWideRight ease-out 0.15s;
	-moz-animation: slideWideRight ease-out 0.15s;
	-o-animation: slideWideRight ease-out 0.15s;
	-ms-animation: slideWideRight ease-out 0.15s;
}

@keyframes slideWideRight{
	0% {width:46px;}
	100% {width:430px;}
}

@-moz-keyframes slideWideRight{
	0% {width:46px;}
	100% {width:430px;}
}

@-webkit-keyframes slideWideRight {
	0% {width:46px;}
	100% {width:430px;}
}

@-o-keyframes slideWideRight {
	0% {width:46px;}
	100% {width:430px;}
}

@-ms-keyframes slideWideRight {
	0% {width:46px;}
	100% {width:430px;}
}

/*****************************************************/

.slideNarrowLeft{
	animation: slideNarrowLeft ease-out 0.15s;
	-webkit-animation: slideNarrowLeft ease-out 0.15s;
	-moz-animation: slideNarrowLeft ease-out 0.15s;
	-o-animation: slideNarrowLeft ease-out 0.15s;
	-ms-animation: slideNarrowLeft ease-out 0.15s;
}

@keyframes slideNarrowLeft{
	0% {width:430px;}
	100% {width:46px;}
}

@-moz-keyframes slideNarrowLeft{
	0% {width:430px;}
	100% {width:46px;}
}

@-webkit-keyframes slideNarrowLeft {
	0% {width:430px;}
	100% {width:46px;}
}

@-o-keyframes slideNarrowLeft {
	0% {width:430px;}
	100% {width:46px;}
}

@-ms-keyframes slideNarrowLeft {
	0% {width:430px;}
	100% {width:46px;}
}

/*****************************************************/

.scaleDown{
	animation: scaleDown ease-out 0.1s;
	-webkit-animation: scaleDown ease-out 0.1s;
	-moz-animation: scaleDown ease-out 0.1s;
	-o-animation: scaleDown ease-out 0.1s;
	-ms-animation: scaleDown ease-out 0.1s;
}

@keyframes scaleDown{
	0% {
		transform:  scale(1.3)  ;
	}
	100% {
		transform:  scale(1)  ;
	}
}

@-moz-keyframes scaleDown{
	0% {
		-moz-transform:  scale(1.3)  ;
	}
	100% {
		-moz-transform:  scale(1)  ;
	}
}

@-webkit-keyframes scaleDown {
	0% {
		-webkit-transform:  scale(1.3)  ;
	}
	100% {
		-webkit-transform:  scale(1)  ;
	}
}

@-o-keyframes scaleDown {
	0% {
		-o-transform:  scale(1.3)  ;
	}
	100% {
		-o-transform:  scale(1)  ;
	}
}

@-ms-keyframes scaleDown {
	0% {
		-ms-transform:  scale(1.3)  ;
	}
	100% {
		-ms-transform:  scale(1)  ;
	}
}

/*****************************************************/

.ripple2{
	animation: ripple2 linear 0.4s;
	-webkit-animation: ripple2 linear 0.4s;
	-moz-animation: ripple2 linear 0.4s;
	-o-animation: ripple2 linear 0.4s;
	-ms-animation: ripple2 linear 0.4s;
}

@keyframes ripple2{
	0% {
		opacity:	1;
		transform:  scale(1)  ;
	}
	50% {
		opacity:	0;
		transform:  scale(0)  ;
	}
	100% {
		opacity:	1;
		transform:  scale(1)  ;
	}
}

@-moz-keyframes ripple2{
	0% {
		opacity:	1;
		-moz-transform:  scale(1)  ;
	}
	50% {
		opacity:	0;
		-moz-transform:  scale(0)  ;
	}
	100% {
		opacity:	1;
		-moz-transform:  scale(1)  ;
	}
}

@-webkit-keyframes ripple2 {
	0% {
		opacity:	1;
		-webkit-transform:  scale(1)  ;
	}
	50% {
		opacity:	0;
		-webkit-transform:  scale(0)  ;
	}
	100% {
		opacity:	1;
		-webkit-transform:  scale(1)  ;
	}
}

@-o-keyframes ripple2 {
	0% {
		opacity:	1;
		-o-transform:  scale(1)  ;
	}
	50% {
		opacity:	0;
		-o-transform:  scale(0)  ;
	}
	100% {
		opacity:	1;
		-o-transform:  scale(1)  ;
	}
}

@-ms-keyframes ripple2 {
	0% {
		opacity:	1;
		-ms-transform:  scale(1)  ;
	}
	50% {
		opacity:	0;
		-ms-transform:  scale(0)  ;
	}
	100% {
		opacity:	1;
		-ms-transform:  scale(1)  ;
	}
}

/*****************************************************/
/******* Aj[VʃNXZN^ *******/
.animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated2 {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated5 {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated3 {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated3_linear {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.animated4 {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/*****************************************************/

/* EoEXŃXChC */
/* NXanimatedbounceInRightOK */

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(1000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

/* oEXŃXChC */
/* NXanimatedbounceInRightOK */

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-1000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

/*****************************************************/
/* փoEXŃXChAEg */
/* NXanimatedbounceOutLeftOK */

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-1000px);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

/*****************************************************/

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
    }
}
@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(1000px);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

/*****************************************************/
/* ctbv */
/* NXanimatedflipOutXOK */
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInX{
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

/*****************************************************/

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}


@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}


/***** eނ悤Ȋ *****/
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}
@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

/*************************************************/
/***** e܂ȂV[XȊ *****/
@-webkit-keyframes bounceOut2 {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.2);
    }
}
@keyframes bounceOut2 {
    0% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(.2);
    }
}
.bounceOut2 {
    -webkit-animation-name: bounceOut2;
    animation-name: bounceOut2;
}

/*****************************************************/
/***** eރo[W *****/
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

/***** e܂Ȃo[W *****/

@-webkit-keyframes bounceInUp2 {
    0% {
        -webkit-transform: translateY(800px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp2 {
    0% {
        transform: translateY(800px);
    }
    100% {
        transform: translateY(0);
    }
}

.bounceInUp2 {
    -webkit-animation-name: bounceInUp2;
    animation-name: bounceInUp2;
}

/*****************************************************/

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}
@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

/*****************************************************/
/***** e܂Ȃo[W *****/

@-webkit-keyframes bounceOutDown2 {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(800px);
    }
}
@keyframes bounceOutDown2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(800px);
    }
}
.bounceOutDown2 {
    -webkit-animation-name: bounceOutDown2;
    animation-name: bounceOutDown2;
}

/*****************************************************/

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

/*****************************************************/

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*****************************************************/

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/*****************************************************/

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(50px);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

/*******************************************************/

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50px);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

/********************************************************/

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

/*****************************************************/

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*********************************************************/
/* w̃^bvCxg */
.ripple_effect {
    /* l̕ύX̓GtFNg`́ETCYEXs[hɉe */
    width: 20px;
    height: 20px;

    /* K{ */
    position: absolute;
    border-radius: 100%;
    pointer-events: none;
    transform: scale(0);
    opacity: 0;

	background-image: radial-gradient(#A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);
}
.ripple_effect.is-show {
    animation: tap_ripple 0.3s ease-out;
}
/* Aj[V̒` */
@keyframes tap_ripple {
    from {
        opacity: 1;
    }
    to {
        transform: scale(5);
        opacity: 0;
    }
}


/* ---------------------------------------- /home/httpd/webmaster-cld/public_html/3d/iyasaka/Configs/customize.css ---------------------------------------- */
@charset "utf-8";

/* 写真色変更なし */
#cameraMapsContainer {
    display: none !important;
}

/* 生地名キャプションなし */
.clothCaption {
    display: none !important;
}

/* 生地カテゴリ名 重なり防止 */
.clothCategoryCaption {
    position: relative;
    margin: -45px 0 0 -12px;
    top: initial;
}


/* 編集メニューボタン */
#inputBaseColor_button2, .inputBaseColor_button2 {
    background-image: url(../commonImages/selectCustommenus.png);
    background-size: 120px 305px;
    background-position: 0px 5px;
}

#inputText_button2, .inputText_button2 {
    background-image: url(../commonImages/selectCustommenus.png);
    background-size: 120px 305px;
    background-position: 0px -147px;
}

#inputImages_button2, .inputImages_button2 {
    background-image: url(../commonImages/selectCustommenus.png);
    background-size: 120px 305px;
    background-position: 0px -72px;
}

#inputPicture_button2, .inputPicture_button2 {
    background-image: url(../commonImages/selectCustommenus.png);
    background-size: 120px 305px;
    background-position: 0px -226px;
}


/* セーブメニュー内 */
#shareByTwitter, #shareByFacebook, #shareByLine {
    display: none;
}


#shareMenusContainer > .saveMenuTytles {
    font-size: 0;
}
#shareMenusContainer > .saveMenuTytles::before {
    content: "保存用URLをメールで送信";
    font-size: initial;
}

/* ---------------------------------------- /home/httpd/webmaster-cld/public_html/3d/iyasaka/Configs/customize_-1_1.css ---------------------------------------- */
@charset "utf-8";

/* 㕔^Cgo[ */
#currentStepName {
    width: 800px;
    left: 130px;
}

/* 360x{^ */
#chageMode3D {
    width: 70px;
    height: 70px;
    left: 505px;
    top: -35px;
    background-size: contain;
    background-repeat: no-repeat;
}

#chageMode2D{
    background-image: url(../commonImages/closeCustomMenu.png);
    background-repeat: no-repeat;
    background-size: 55px 55px;
    background-position: 14px 5px;
}

/* {^ */
#selectPosition {
    width: 75px;
    height: 75px;
    left: 502px;
    top: -127px;
    background-size: contain;
}

#changePositionL {
    background-repeat: no-repeat;
    background-position: center;
    left: 462px;
    top: -112px;
}

#changePositionR {
    background-repeat: no-repeat;
    background-position: center;
    left: 570px;
    top: -112px;
}


/* 㕔^Cgo[{^ */
#openSaveMenus {
    background-image: url(../commonImages/saveThisDesign.png);
    background-repeat: no-repeat;
    background-size: 96px 31px;
    background-position: 15px 17px;
}

#buyThisItem {
    background-image: url(../commonImages/buyThisItem.png);
    background-repeat: no-repeat;
    background-size: 121px 22px;
    background-position: 10px 22px;
    left: 930px;
}


/* ---------------------------------------- /home/httpd/webmaster-cld/public_html/3d/iyasaka/Configs/customize_139_1.css ---------------------------------------- */
@charset "utf-8";

/* 向きボタン非表示 */
#selectPosition, #changePositionR, #changePositionL {
    display: none !important;
}

/* 回転指画像非表示 */
#appeal3DMode  {
    display: none !important;
}

/* 写真アップロード画面 */
#cameraOptionsContainer,
#cameraMenus_div,
#rotatePhotosContainer {
   display: none !important;
}

/* 上部メニュー */
#stepButtonsContainer {
    background-color: rgb(206, 172, 138);
}

/* デザインメニュー */
#stepPrevious {
    background-image: url(../commonImages/backMenu.png);
}

.textTypesON, .textVerticalON {
    background-color: rgb(206, 172, 138) !important;
}

#selectTextDesignContainer, .selectTextDesignON {
    border-bottom: 2px solid rgb(206, 172, 138);
}

#commandButtons2ListContainer {
    background-color: rgb(206, 172, 138);
}

/* 下部メニュー */
.selectPositionThumb {
    display: none;
}
#optionCommands2Container {
    padding-left: 192px;
}
#rotateLeft45,
#scaleUp,
#scaleDown,
#appendTheSameImage {
    display: none;
}

/* キャンバス */
#simulationDisplay > div:nth-child(2) {
    background-image: url(../commonImages/photoflame/upload_only.png);
    background-repeat: no-repeat;
    backGround-size: 400px 88px;
    background-position: 45px 0px;
}

#simulationDisplay > div {
    margin-top: -20px;
}

