

html.noscroll{
    overflow:hidden;
}

html,body {
    overflow-y: scroll; /* 縦方向のみスクロール可 */
    
    /* 2. Firefoxでスクロールバーを非表示にする */
    scrollbar-width: none;
    /*オーバーフロー効果を抑制 */
     overscroll-behavior: none; 
}

body {
    overflow-y:visible;
    opacity:0;
    transition:opacity 0.2s;
    
}

/* 4. Chrome, Safari, 新しいEdgeでスクロールバーを非表示にするための疑似要素 */
html::-webkit-scrollbar,body::-webkit-scrollbar {
    display: none;
}




#rocket-site-header {
    position: relative;
}



.wrapper *{
    position: relative;
}

.wrapper img{
    width:100%;
}

.wrapper {
    font-size: 18px;
    position: relative;
    height: 120vh;
    margin-bottom: 2em;
    
}

.wrapper.wrapper-relative {
    height: 100vh;
}

.ui-wrap div{
    font-size: calc(16px * 0.9);
}
.size-select *{
    font-size: calc(16px * 0.9);
}



.box1__title .color-select_btn:nth-of-type(8),
.box2__title .color-select_btn:nth-of-type(8) {
    margin-right: 1.5em;
}

@media screen and (min-width:1025px) and (min-width:769px){
    .box1__title .color-select_btn:nth-of-type(8),
    .box2__title .color-select_btn:nth-of-type(8) {
        margin-right: 2.5em;
    }
}

@media screen and (min-width:1085px){
    .box1__title .color-select_btn:nth-of-type(8),
    .box2__title .color-select_btn:nth-of-type(8) {
        margin-right: 3.5em;
    }   
}

@media screen and (min-width:1155px) and (min-width:769px){
    .box1__title .color-select_btn:nth-of-type(8),
    .box2__title .color-select_btn:nth-of-type(8) {
        margin-right: 4.5em;
    }   
}

@media screen and (min-width:1265px) and (min-width:769px){
    .box1__title .color-select_btn:nth-of-type(8),
    .box2__title .color-select_btn:nth-of-type(8) {
        margin-right: 5.5em;
    }
}

.body-select input[type=radio],
.box2__print-type input[type=radio]{
    vertical-align: -0.05em;
    margin-right: 0.2em;
}

.body-select lavel,
.print-type-list lavel{
    margin-right: 0.5em;
}

@media screen and (max-width:1024px) and (min-width:769px){
    .wrapper{
        font-size:1.75vw;
    }


    .ui-wrap div{
        font-size: calc(1.56vw * 0.9);
    }

    .size-select *{
        font-size: calc(1.56vw * 0.9);
    }
}


.ui-1__inner{
    padding-bottom: 2em;
}




@keyframes fadeOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}



main{
    padding:1em 1em;
    font-size: 1em;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height:100dvh;
    max-width: calc(1260px + 2em);
}
    


main.contents-fixed {
    position: fixed;
    top: 0;
}

main.contents-bottom {
    top: auto;
    bottom: -1.8em;
    position: absolute;
}



.block-flex{
    display: flex;
    justify-content: space-between;
}

.ui-wrap{
    width: 50%;
}

.ui-wrap *{
    user-select:none;
}

.ui-wrap .order__output-text{
    user-select:text;
}

img.movieicon {
    position: absolute;
    right: 0.2em;
    bottom: 0.2em;
    width: 15%;
    pointer-events:none;
}
    

/*gridの定義*/

.ui-wrap{
    position: unset;
    height: calc(100dvh - 2em);
    min-height: calc(min(31.25vw, 850px) + 12em);
    width: calc(49% - 0.5em);
    margin-right: -0.5em;
    padding-right: 0.25em;
}

.view{
    width:50%;

}

.back__Btn {
    position: absolute;
    top: 0.5em;
    left: auto;
    right: 0.5em;
    width: 10%;
    border-radius: 0.8em;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.back__Btn.show {
    opacity: 1;
}


.view__control{
    position: absolute;
    bottom: 0;
    display:flex;
    justify-content:space-between;
    width:100%;
    font-size: 0.7em;
    padding: 0.5em 2em;
    background-color:gray;
    color:#fff;
    opacity: 0.8;
    padding-bottom: 0.2em;
    transition:transform 0.3s ease-out;
}

.view__control.hide{
    transform:translateY(100%);
}

.view__wrap{
    margin-bottom:1em;
    overflow: hidden;
}

.view__modal{
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
    opacity:1;
    background: rgba(0, 0, 0, .2);
    transition:opacity 0.3s ease-out;
}

.view__modal.hide{
     opacity:0;
     pointer-events:none;
}



.rw_modal__content.show-sharelink .view__modal-text-wrap{
    pointer-events:auto;
    opacity:1;
}

.view__modal-drag{
    width:60%;
    height:auto;
    padding:1em 0.5em;
    position:absolute;
    left:50%;top:50%;
    transform:translate(-50%,-50%);
    pointer-events:none;
}



.view__modal-drag-content img{
    display: block;
    width:50%;
    margin: 0 auto;
}

.view__modal-drag-text{
    color:#fff;
        text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0.1em;
}


.view__modal.show .view__modal-close,
.view__modal.show .view__modal-copy,
.view__modal.show a,
.view__modal.show .view__modal-copy{
    pointer-events:auto;
}

.rw_modal__order{
    opacity:0;
    display:none;
    pointer-events:none;
    transition:opacity 0.3s ease-out;
}

.rw_modal__order.show{
    opacity:1;
    display: block;
    pointer-events:auto;
}

.rw_modal__confirm{
    opacity:0;
    display:none;
    pointer-events:none;
    transition:opacity 0.3s ease-out;

}

.rw_modal__confirm.show{
    opacity:1;
    display: block;
    pointer-events:auto;
}


.band-rotate{
    width:45%;
    
}

.bandrotate__title{
    text-align: center;
    margin-top: -0.45em;
    font-size: 0.9em;
    margin-bottom: 0.4em;
    user-select: none;
}

    

.bandrotate__gage{
    border: solid #fff 1px;
}

.bandrotate__btn{
    width: 1em;
    height: 1em;
    position: absolute;
    background: #ccc;
    top: -0.5em;
    left: 0;
    border-radius: 0.5em;
}

.band-pictre{
     width:38%;
     display:flex;
     justify-content:space-between;
     align-items: center;

}

.share:before{
    content:url(../img/share.svg);
    position: absolute;
    display: block;
    left: -1.2em;
    /* z-index: 1; */
    width: 1em;
}

.share,
.download{
    font-size: 1em;
    white-space: nowrap;
    padding-bottom: 0.4em;
    padding-top: 0.2em;
    user-select: none;
}

.download:before{
    content:url(../img/download.svg);
    position: absolute;
    display: block;
    left: -1.2em;
    width: 1em;
}

.ui-1{
    overflow-y:scroll;
    padding-right: 1em;
    height:100%;
    margin-right: -0.75em;
}

.classic-scrollbar .ui-1{
    padding-right: 0em;
    margin-right: -0.75em;
}

.ui-2{
    overflow-y:scroll;
    position: absolute;
    left: 0;
    width: 50%;
    left: 0;
    top: calc(min(31.25vw , 425px) + 0.5em);/*1360px * 0.625*/
    padding-bottom:1em;
    padding-left: 0em;
    padding-right: 0.5em;
    height:0;
}

.ui-2__inner{
    padding-bottom:1em;
}


.canvasarea{
    position: relative;
    width:100%;
    height:auto;
    aspect-ratio: 1.6 / 1;
}

.canvasarea canvas{
    
    position:absolute;
    width:100% !important;
    height:100% !important;
    border: solid 1px #ccc;
}

.box,
.add-hand,
.advice,
.add-bg {
    font-size: 1.145em;
}

.add-hand__active-border,
.add-bg__active-border{
    position:absolute;
    width:100%;height:100%;
    top:0;left:0;
    border:solid transparent 2px;
    pointer-events:none;
    transition:border 0.2s ease-out;
}

.add-bg__button.active .add-bg__active-border,
.add-hand__button.active .add-hand__active-border{
    /*border:solid red 2px;*/
    border:solid #2271f5 2px;
}

/* タイトルの装飾 */
.box1__title,
.box2__title,
.box3__title,
.box4__title,
.box5__title,
.box6__title,
.box8__title,
.body-color-title,
.print-design-title,
.add-bg__title,
.advice__title,
.add-order__title,
.copy__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.125em solid #2271f5;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
    font-size:1em;
    font-weight: 700;

}

.box1__title:hover,
.box2__title:hover,
.box3__title:hover,
.box4__title:hover,
.box5__title:hover,
.box6__title:hover{
    cursor:pointer;

}

/* 右側調整 */
.box3__text,
.box3__font,
.icon-select__btns,
.size-select__band,
.size-select__band dd,
.size-select__circle, 
.size-select__circle dd
 {
    display: flex;
    margin-bottom: 1em;
    gap: 0 1.6em;
    align-items: baseline;
}

.size-select__band dd{
    gap: 0 .6em;
}


/* カラーのサイズ */
.color-select_btn span{
    width:1.6em;
    height:1.6em;
    display:block;
    border-radius:0.8em;
}

.color-select_btn{
    margin-right:0.5em;
   
}



.box1__title.text,
.box2__title.text {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    white-space: nowrap; 
}

.box1__title.text{
    padding-right: 2.65em;
}

.box1__title div:nth-of-type(2),
.box2__title div:nth-of-type(2) {
     margin-left: 0.8em;
}

.box1__title .color-select_btn , 
.box2__title .color-select_btn {

    margin-right: 1%;

}

.box1__title .color-select_btn span,
.box2__title .color-select_btn span {
    width:1.2em;
    height:1.2em;
    border-radius: 50%;
    margin-right: 1%;
    margin-bottom:0;
}







.color-select{
    display:flex;
    flex-wrap:wrap;
}

.title-menu {
   font-size: 1em;
    white-space: nowrap;
    margin-right: 0.8rem;
}

/* タイトル横の矢印 */

.body-color-title__arrow,
.body-print-title__arrow, 
.body-design-title__arrow,
.body-size-title__arrow,
.body-hand-title__arrow,
.body-bg-title__arrow {
    width: 3%;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.body-color-title__arrow.open-menu,
.body-print-title__arrow.open-menu,
.body-design-title__arrow.open-menu,
.body-size-title__arrow.open-menu,
.body-hand-title__arrow.open-menu,
.body-bg-title__arrow.open-menu {
 
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.body-color-title__arrow img,
.body-print-title__arrow img,
.body-design-title__arrow img,
.body-size-title__arrow img,
.body-hand-title__arrow img,
.body-bg-title__arrow img {
    width: 100%;
    vertical-align: middle;
}

/* メニューを開閉するときのCSS */
.body-color-menu,
.print-color-menu,
.design-select-menu,
.size-select-menu,
.hand-select-menu,
.bg-select-menu {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
}

.body-color-menu.open-menu,
.print-color-menu.open-menu,
.design-select-menu.open-menu,
.size-select-menu.open-menu,
.hand-select-menu.open-menu,
.bg-select-menu.open-menu {
    transition: height 0.3s ease-out;
}

.body-color-menu.resize-menu,
.print-color-menu.resize-menu,
.design-select-menu.resize-menu,
.size-select-menu.resize-menu,
.hand-select-menu.resize-menu,
.bg-select-menu.resize-menu {
    transition: none!important;
}

#color-menu--inner{
    padding-bottom: 1em;
}
/* メニューを開閉　ここまで */


.body-select,
.print-type-title,
.print-type-list {
    margin-bottom: 1em;
}

.mono,
.marble,
.flat,
.embos{
    margin-right:0.75em;
}

.box2__color-select {
    padding-bottom: 1em;
    width: calc(100% + 0.6em);
}



.box2__color-select .color-select_btn,
.box1__color-select .color-select_btn  {
    margin-bottom: 0.5em;
}

.icon-select__btns li {
    padding:  1% 3%;
    border: solid #0000ff 2px;
}

.icon-select__pulldown {
    display: flex;
    gap: 0 0.8rem;
    align-items: center;
    padding-bottom: 1.6rem;
}

/* プリントデザイン */

.box3__title-area {
    display: flex;
    width: 94%;
    justify-content: space-between;
}

.box3__design div {
    display: flex;
    justify-content: space-between;
}

.box3__design-area {
    display: flex;
    gap: 0 1.6rem;
}

.box3__design-area div {
    font-size: 1em;
}

.box3__text-area {
    width: 25%;
    font-size: 1em;
}

.text-input__area,
.font-input__area{
    width: 79%;
}

.box3__text {
    gap: 0;
}

.box3__font {
    justify-content: space-between;
    gap: 0;
}

.box3__font-area {
    width: 25%;
    font-size: 1em;
}

.box3__text2,
.icon-select__tutle {
      font-size: 1em;
}

.box3__text2 {
    width: 20%;
}

.fonts__select-list{
    position:absolute;
    border:solid 1px;
    width:100%;
    top: 0.15em;
    visibility:hidden;
    background-color:#fff;
    z-index:1;
}

.fonts__select-list.show{
    visibility:visible;
}

.fonts__select-list li{
    padding-left: 0.25em;
    line-height: 1.5;
}

.fonts__select-list li.active{
    background-color:#ccc;
}

.fonts__select-list li.font0{
    font-family:Noto Sans JP;
}

.fonts__select-list li.font1{
    font-family:Noto Serif JP;
}

.fonts__select-list li.font2{
    font-family:Mochiy Pop One;
}

.fonts__select-list li.font3{
    font-family:Rampart One;
}

.fonts__select-list li.font4{
    font-family:M PLUS Rounded;
}

.fonts__select-list li.font5{
    font-family:Hachi Maru Pop;
}

.fonts__select-list li.font6{
    font-family:Caveat;
}

.fonts__select-list li.font7{
    font-family:Momo Trust Display;
}

.fonts__select-list li.font8{
    font-family:Trade Winds;
}

.fonts__select-list li.font9{
    font-family:Fugaz One;
}

.fonts__select-list li.font10{
    font-family:Monoton;
}

.fonts__select-list li.font11{
    font-family:Zilla Slab Highlight;
}

.fonts__select-list li.font12{
    font-family:Creepster;
}

.fonts__select-list li.font13{
    font-family:Sansation;
}



/* ----------------------------------------
プルダウンメニュー
------------------------------------------*/

table.imitationSelect,
table.imitationPulldown {
    table-layout:  fixed;
    border: 1px solid black;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 3px;
    overflow: hidden;
    background-color: #e8e8e8;
    color: black;
    line-height: 0px;
    cursor: pointer;
}

.imitaisionSelect {
    cursor: pointer;
}

.design-select-menu.overvisible{
    overflow:visible;
}

/* 1行表示用 */
table.imitationSelect {
    position: relative;
    /* プルダウンをはみ出させる */
    overflow: visible;
    z-index: 10;

}

table.imitationPulldown {
    position: absolute;
    z-index:  12;
    /* borderサイズ分を引く */
    left: -2em;
    top:-15em;/*下がはみ出すので中央に*/
}

/* tr(1行表示用 */
table.imitationSelect tr {
    /* 画像.height+2(border分を足す） */
    height: 16px;
    /* 画像.height-3 */
    font-size: 11px;
}

/* tr(プルダウン用) */
table.imitationPulldown tr {
 
    height:auto;
    font-size: 1em;
}

table.imitationPulldown tr:nth-child(2n){
    background-color: #d8d8d8;
}

table.imitationPulldown tr:hover {
    background: #808080;
    color: white;
}

/* td(共通) */
table.imitationSelect td,
table.imitationPulldown td {
    vertical-align: middle;
}

td.imitationImage {
    /* 使われる複数imgの中の最大値　+α */
    width:5em;
    text-align: center;
    border-bottom: solid 0.1em #aaa;
}

.imitationPulldown td.imitationImage {
width:3em;
}

.imitaisionSelect>tbody .imitationImage{
    border: solid 0.1em #aaa;
    width: 4em;
}

.imitaisionSelect>tbody td:last-child{
    width: 1.75em;
    line-height: 1.5;
    padding-left: 0.35em;
}

td.imitationImage img {
    vertical-align: middle;
    padding-right: 0.4rem;
    width: 50px;
    height: auto;
    width:100%;
}

td.imitationText {
    text-align: left;
}

#sel3 table.imitationPulldown{
    right: -1.3em;
    left: auto;
}

table.imitationPulldown tbody{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 34em;
    width: 9em;/*4行なら18？*/
}

td.imitationImage {
    width:3em;
}


/* ----------------------------------------
プルダウンメニューここまで
------------------------------------------*/

.icon-select__left-pulldown,
.icon-select__right-pulldown {
    display: flex;
    align-items: center;
    gap: 0 0.8em;
    margin-right: 2em;
}

.icon-none {
    width: 6em;
    cursor: pointer;
    line-height: 0;
}

.icon-none:hover{
    opacity:0.4;
    cursor:pointer;
}

.icon-none:before{
    content:url(../img/maru.svg);
    display: block;
    width: 1em;
    position: absolute;
    left: -1.1em;
    top: 0.4em;
}



/* サイズ選択　バンド幅・円周 */

.box4__title-area {
    display: flex;
    width: 94%;
    justify-content: space-between;
}

.box4__size {
   padding-right: 0.8rem;
}

.box4__size-area {
    display: flex;
    gap: 0 1.6rem;
}

.box4__size-area div {
    font-size: 1em;
}


.size-select__band {
    gap: 0;
     margin-bottom:0em;
}

.size-select__band dt {
    width: 25%;
    min-width: 7.5em;
    margin-right: 2em;
   
}
.size-select__band div {
    padding-left: 0.2em;
    padding-right: 0.4em;
}

.size-select__band div:last-child{
    margin-right: 2em;
}


.size-select__band div.active{
    border:solid red;
    border-radius: 0.5em;
}

.size-select__circle {
    align-items: center;
    gap: 0;
}

.size-select__circle dt {
    width: 25%;
   
}



.size-select__circle dd {
    margin-bottom:0em;
}


.band {
    border: solid #0000ff 2px;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
}

.band-circle.active .band{
    border: solid #ff0000 2px;
}

.band-circleS {
    position: relative;
}

.band.S span,
.band.M span,
.band.L span {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box5__title:after{
    content:"腕に装着するイメージを見てみてみよう！";
    display:block;
    position:absolute;
    right: 2.5em;
    font-size: 0.9em;
    line-height: 2.15;
    color: #999;
}

.box6__title:after{
    content:"背景を変えてみよう！";
    display:block;
    position:absolute;
    right: 2.5em;
    font-size: 0.9em;
    line-height: 2.15;
    color: #999;
}




/* 背景メニュー */

.add-bg {
    margin-bottom: 1.6rem;
}


.add-bg__buttons {
    display: flex;
    /*width: 300%;
    width: 509%;*/
    width: 468%;   
    overflow: hidden;
    transition: transform 0.3s;
}

/* スライド */
.add-bg__slide {
    position: relative;
    overflow:hidden;
    margin-bottom: 0.5em;
}

.add-bg__buttons img{
    display:block;
}

/*  移動量 */
.add-bg__buttons.slide1 {
      transform: translateX(0);
}
.add-bg__buttons.slide2 {
    transform: translateX(-6.22%);
}
.add-bg__buttons.slide3 {
     transform: translateX(-12.52%);
}
.add-bg__buttons.slide4 {
     transform: translateX(-18.8%);
}
.add-bg__buttons.slide5 {
     transform: translateX(-24.98%);
}
.add-bg__buttons.slide6 {
     transform: translateX(-31.25%);
}
.add-bg__buttons.slide7 {
    transform: translateX(-37.5%);
}
.add-bg__buttons.slide8 {
     transform: translateX(-43.75%);
}

.add-bg__buttons.slide9 {
     transform: translateX(-50%);
}

.add-bg__buttons.slide10 {
    transform: translateX(-56.25%);
}

.add-bg__buttons.slide11 {
     transform: translateX(-62.5%);
}

.add-bg__buttons.slide12 {
     transform: translateX(-68.75%);
}

.add-bg__buttons.slide13 {
     transform: translateX(-75%);
}

.add-bg__buttons.slide14 {
     transform: translateX(-78.65%);
}

.add-bg__buttons.slide15 {
     transform: translateX(-77.77%);
    transform: translateX(-78.65%);
}

.add-bg__buttons.slide16 {
     transform: translateX(-80.2%);
}



.add-bg__buttons img.active{
    border:solid red 2px;
}


/* 左右の矢印 */

.add-bg__next,
.add-bg__prev{
    position: absolute;
    padding: 2em 1.25em;;
    right: 0;
    bottom: calc(50%);
    z-index: 10;
    cursor: pointer;
    width: 15px;
    height: 100%;
    transform: translateY(50%);
}

.add-bg__prev{
    left: 0;
}



.add-bg__prev-inner,
.add-bg__next-inner{
    border-top: solid 3px #2271f5;;
    border-right: solid 3px #2271f5;
    width: 15px;
    height: 15px;
     -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    left: 0.25em;
}

.add-bg__next-inner{
    -webkit-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%);
    left: auto;
    right: 0.5em;
}


/*グレーの丸 */
.add-bg__indicator {
    width: 100%;
    display: flex;
    column-gap: 0.6em;
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding-bottom: 1em;
}

.add-bg__indicator li {

    width: .8em;
    height: .8em;
    border-radius: 50%;
    list-style: none;
    background-color: #fff;
    border: 1px #808080 solid;
    cursor: pointer;
}

.add-bg__indicator li:first-of-type {
    background-color: #808080;
}



/* 腕のメニュー */
.add-hand__box {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    gap: 0.2rem;
    padding-bottom: 0em;
    width:255%;
    transition:transform 0.3s; 
   

}
 

#hand-menu--inner{
    width:100%;
}



#hand-menu--inner:before,
.add-bg__slide:before{
    content:"";
    position:absolute;
    display:block;
    height:calc(100% - 0em);
    left:0;
    top:0;
    border-left:solid #999 1px;
    z-index: 1;
}

#hand-menu--inner:after,
.add-bg__slide:after{
    content:"";
    position:absolute;
    display:block;
    height:calc(100% - 0em);
    right:0;
    top:0;
    border-left:solid #999 1px;
    z-index: 1;
}

#hand__indicator{
    padding-top: 0.65em;
    padding-bottom: 1.5em;
}



/*  移動量 */
.add-hand__box.slide1 {
      transform: translateX(0);
}
.add-hand__box.slide2 {
    transform: translateX(-11.14%);
}
.add-hand__box.slide3 {
     transform: translateX(-22.25%);
}
.add-hand__box.slide4 {
     transform: translateX(-33.4%);
}
.add-hand__box.slide5 {
     transform: translateX(-44.54%);
}
.add-hand__box.slide6 {
     transform: translateX(-55.67%);
}
.add-hand__box.slide7 {
     transform: translateX(-60.7%);
}

.add-bg__buttons img.active{
    border:solid red 2px;
}





.add-hand__button {
    width: calc(100% / 9);
    border: solid 1px #808080;
    overflow: hidden;
}

.add-hand__text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.add-hand__text.out {
    visibility: hidden;
}

.add-hand__button img {
    position: relative;
}



/* アドバイス */

.advice{
    font-size: 0.8em;
    margin-bottom: 1.15em;
}

.advice__text--blue {
    color: #2271f5;
    /*font-size: 1.2em;*/
    font-size: 1.1em;
    line-height: 1;
}

.advice__text {
    line-height: 1.5;
    font-size: 0.9em;
}

.advice__text>span{
    margin-bottom:0.75em;
    display:inline-block;
}

/* プリントデザイン */

.text-input{
    font-size:1.775em;
     width:100%;
     /* margin-bottom:0.5em; */
    line-height: 1.25;
    padding-left: 0.25em;
    font-family:Noto Sans JP;
    font-weight:600;
}

.text-input.temp-color{
    color:#ddd;
}

.fonts__select--area select {
    width:100%;
    font-size: 1em;
    line-height: 1.25;
    font-family:Noto Sans JP;
    font-weight:400;
    pointer-events:none;
}

.fonts__select--area select.pointerEventEnabled{
     pointer-events:auto;
}

.box8 {
    max-width: 1360px;
    margin: 0 auto;
    padding: 1em ;
    padding-top: 0em;
    margin-bottom:-3em;
    max-width: calc(1260px + 2em);
}

.box8__title {
    gap: 0 1em;
    padding-bottom: 1em;
}

.box8__title--area {
    display: flex;
    align-items: center;
    width: 60%;
}

.box8__btn-area {
    display: flex;
    align-items: center;
    gap: 0 1em;
}

@media screen and (max-width:885px) and (min-width:769px){
    .box8__title--area {
        font-size:0.9em;
    }
}

.box8__number-note{
    font-size: 0.7em;
    font-weight: 400;
    margin-left: 0.5em;
    transform: translateY(1.2em);
}

.number-input__button:first-child{
    margin-right:1em;
}

.number-input.btn {
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    vertical-align: text-bottom;
    margin-right: 0.5em;
    transform: translateY(14%);
}

.number-input.btn:focus {
    outline: none;
    box-shadow: none;
}



.quantity_area {
    font-size: 1em;
    width: 100%;
    height: 1.5em;
    outline:none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: #fff;
    opacity: 0;
    pointer-events:none;
}

.order__title{
    font-weight:bold;
    font-size:0.8em;
    border-bottom: 0.125em solid #2271f5;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.order__output-text{
    font-size:0.7em;
    line-height:1.5;
}


.order__outputs{
        padding-bottom: 2em;
}

.ui-wrap .order__copy{
    position:absolute;
    background-color:#2271f5;
    color:#fff;
    padding:0.5em 0.75em;
    bottom:0;
    right:0;
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1;
    border-radius: 0.5em;
}

.box8__text {
    width: 50%;
    font-size: calc(16px * 0.9 *0.8);
}

.box8__text span{
    display:block;
    text-indent:-1em;
    margin-left:1em;
}

.box8__number {
    padding-right: 0.8em;
}

.box8__textarea {
    display: flex;
    justify-content: space-between;
     margin-bottom: 1em;
     align-items: center;
     flex-direction: row-reverse;

}

.box8__text-info {
    font-weight: 700;
}

.box8__text-info span.delivaly_price,
.box8__text-info span.delivaly_day {
    font-weight: 700;
    color: #ff0000;
    font-size: 2em;
}

.box8__text-info.notget-data span.delivaly_price,
.box8__text-info.notget-data span.delivaly_day,
.box8__date.notget-data span.delivaly_day{
    font-size: 1.35em;
}

.box8__text-info.notget-data span.delivaly_text,
.box8__date.notget-data span.delivaly_text{
    display:none;
}

.box8__amount span.tax {
    position: relative;
    left: -1%;
}

.box8__text-info span.tax {
    font-size: 1em;
}

.number-input__area{
    position:relative;
    width: 11.5em;
}

.number-input__area span{
    display: inline-block;
    margin-left: -1.5em;
    position: absolute;
    pointer-events:none;
}

.box8__quantity {
    position: absolute;
    width: 84%;
    top: -0.25em;;
    left: 0;
    padding: 0;
    background-color: white;
    border: solid 1px black;
    line-height: 2;
    font-size:1.2em;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: right;
    padding-right: 0.2em;
    /*pointer-events:none;*/
}

.box8__quantity.editable{
    font-size:2em;
    line-height: 1.1;
    padding-top: 0.05em;
    pointer-events:auto;
}


.box8__quantity--list{
    position:absolute;
    top: -0.3em;
    width: 84%;
    background: #fff;
    border: solid 1px;
    visibility:hidden;
}

.box8__quantity--list.show{
    visibility:visible;
        z-index: 1;
}

.box8__quantity--list li{
    border-bottom:solid 1px;
    padding-left: 0.5em;
    user-select:none;
}

.box8__quantity--list li:last-child{
     border-bottom:none;
}

.box8__quantity--list li.active{
    background-color:#ccc;
}

.block__temp{
    position:fixed;
    bottom:0;
    pointer-events:none;
    opacity:0;
    width: 500px;
    bottom: 0;
    top: 0;
    z-index: 100;
    overflow:hidden;
    right: 0;
}



.box__temp {
    z-index: 2;
    pointer-events: none;
    position: relative;
    left: 0;
    width: 100%;
    opacity: 0;
    top: 0;
}

.marble__wrap {
    margin-bottom: 1em;
    position: relative;
    top: 0;
}

.marble__canvas {
    width: 100%;
    display: block;
    /*border:solid green 2px;*/
}

.specular__canvas{
    width: 100%;
    display: block;
    /*border:solid red 2px;*/
}

.opacity__canvas{
    width: 100%;
    display: block;
    /*border:solid blue 2px;*/
}

.emissive__canvas{
    width: 100%;
    display: block;
    /*(border:solid violet 2px;*/
}

.ao__canvas{
    width: 100%;
    display: block;
    /*border:solid lightblue 2px;*/
}


.temp__text-output{
    position:fixed;
    white-space: nowrap;
    right: 0;
}



/***** test用　*******/

/*
.rw_modal{
    display:none;
}

.view__modal {
    display:none;
}


.block__temp,
.box__temp{
    opacity:1;
}
*/  
 


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



.temp__text-output{
    top:0;
}

.text-output__area canvas{
    width:100%;
}

.temp__text-output .temp__text{
    /*letter-spacing:-0.1em;*/
   white-space: pre-wrap;
}

.temp__videos{
    width:300px;
}

.temp__videos video{
    width:100%;
}

.temp__text-output .temp__text {
    line-height: 1 !important;
    display: inline-block;
    white-space: nowrap;
}

.temp__before-img,
.temp__after-img{
    width:auto;
}


.shutter__area{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.shutter__top,
.shutter__bottom{
 position: absolute;
  width: 100%;
   top: 0;
  left: 0;
   height: 50%;
   background-color: rgba(0,0,0,0.3);
   transform-origin: left top;
   transform: scaleY(0);
}

.shutter__bottom{
  top: auto;
  bottom: 0;
  transform-origin: left bottom;
}

.shutter__area.shoot .shutter__top,
.shutter__area.shoot .shutter__bottom{
   transition: transform 0.15s linear;
   transform: scaleY(100%);
}


.rw_modal{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 100;
    transition:opacity 0.6s ease-out;
}


.rw_modal__content{
    width:60%;
    max-width:720px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border:solid #999 2px;
    background:rgba(255,255,255,0.9);
    padding: 1.5em 2.5em;
    border-radius: 1em;
    opacity:0;
    transition:opacity  0.3s ease-out;
}

.rw_modal__content.show{
    opacity:1;
}

.rw_modal__content.show-sharelink{
    opacity:1;
    padding-left: 1em;
    padding-right: 1em;
}

.view__modal-text-wrap{
    width:100%;
    height:auto;
    padding:1em 0.5em;
    position:rerative;
    
    pointer-events:none;
    padding-bottom: 2em;
    display:none;
}

.view__modal-text-wrap{
     display:block;
     pointer-events:auto;
}

.rw_modal__content.show-sharelink .view__modal-text-wrap{
    display:block;
    opacity:1;
}

.view__modal-text.copied span {
    padding-top: 1.5em;
    overflow-wrap: break-word;
}

.view__modal-text{
    font-size: 1.1em;
    text-align: center;
    line-height: 1.5;
}

.view__modal-text span{
    font-size: 0.85em;
    display:block;
    line-height:1.75;
    padding-top: 1em;
    overflow-wrap: break-word;
}


.view__modal-close{
    width:1.5em;
    position:absolute;
    border: solid 1.5px;
    border-radius: 50%;
    padding: 0.15em;
    top:0.5em;
    right:0.5em;

}

.view__modal-close img{
    display:block;
}

.view__modal-copy{
    position:absolute;
    background-color:#2271f5;
    padding: 0.25em 0.75em;
    line-height: 1.5;
    font-size: 0.85em;
    color: #fff;
    right: 0.75em;
    bottom: 0.75em;
    user-select:none;
    border-radius: 0.5em;
    font-weight: bold;
}

.view__modal-copy:hover{
    cursor:pointer;
}

.share-messgae{
    display:none;
    border: solid orange 2px;
    width: 18em;
    padding: 0.25em;
    margin: -0.5em auto;
    border-radius: 0.5em;
}

.view__modal-text.copied .upload-messgae{
    display:none;
}

.view__modal-text.copied .share-messgae{
    display:block;
    margin-top: calc(-0.5em + 3px);
    margin-bottom: calc(-0.5em - 6px);
}



.rw_modal__content.show-sharelink .rw_modal__firstnote{
    display:none;
}


.rw_modal.hide{
    opacity:0;
    pointer-events:none;
}

.rw_modal__title{
     font-size:1.45em;
     font-weight:bold;   
     text-align:center;
     color:#2271f5;
}

.rw_modal__discription{
margin-bottom: 1.5em;
font-size: 1.13em;
    font-weight: bold;
}

@media screen and (max-width:1200px) and (min-width:769px){
    .rw_modal__discription{
        font-size: 1.34vw;
    }
}

.rw_modal__note{
    margin: 0 auto 1em;
    width: 28em;
}

.rw_modal__note dt{
    font-size:1.0em;
    font-weight:bold;
    color:#666;
        letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 0.25em;
}

.rw_modal__note dd{
    font-size:0.85em;
           
    text-indent: -1.25em;
    margin-left: 1.25em;
    color: red;
    font-weight:600;
    margin-bottom: 0.8em;

}

.rw_modal__title .pc-only{
    display:inline;
}

.rw_modal__check{
   
    width: 12em;
    text-align: center;
    margin: 1em auto 2em;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 0.5em;
    border: solid #999 1px;
    border: double #999 4px;
    opacity:0;
    transition:opacity 0.3s ease-out;
    pointer-events:none;
}

.rw_modal__check.active{
    opacity:1;
    pointer-events:auto;
}



.rw_modal__check span{
    border: solid 1px #000;
    border-radius: 0.75em;
    margin-left: 0.5em;
    text-align: center;
    line-height: 1;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
}

.rw_modal__close{
    display: block;
    width: 0.75em;
    transform: translate(7.5%, 7.5%);
}

.rw_modal__close-rev{
    display:none;
    width: 0.75em;
    transform: translate(7.5%, 7.5%);
}

.rw_modal__check:hover{
     background-color:#999;
     color:#fff;

}

.rw_modal__check:hover .rw_modal__close{
    display:none;
}

.rw_modal__check:hover .rw_modal__close-rev{
    display:block;
}

.rw_modal__check:hover span{
     border: solid 1px #fff;
}



.rw_modal__information{
    text-align:center;
    text-align: center;
    width: 27em;
    margin: 0 auto;
    font-size: 0.85em;
}

.rw_modal__information a{
    display:inline-block;
}

.rw_modal__content.showTextCopy{
    opacity: 1;
    pointer-events: auto;
}

.rw_modal__firstnote,
.view__modal-text-wrap{
    display:none;
}

.rw_modal__firstnote.show,
.view__modal-text-wrap.show,
.rw__modal-copy-wrap.show{
    display:block;
}




.rw__modal-copy-wrap{
    display:none;
    padding-bottom: 0.25em;
}

.rw__modal-copy-title{
    color: #2271f5;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 0.2em;
    padding-bottom: 0.1em;
}

.rw__modal-copy-note{
    text-align: center;
    margin-bottom: 1em;
}

.rw__modal-copy-text{
    font-size: 0.85em;
    border: solid #999 1px;
    padding: 0.5em 1em;
    border-radius: 0.5em;
}

.rw__modal-copy-close,
.rw__modal-overcolor-close,
.rw__modal-overtext-close,
.rw__modal-order-close,
.rw__modal-confirm-close{
    width:1.5em;
    position:absolute;
    border: solid 1.5px;
    border-radius: 50%;
    padding: 0.15em;
    top:0.5em;
    right:0.5em;
}

.rw__modal-copy-close img,
.rw__modal-overcolor-close img,
.rw__modal-overtext-close img,
.rw__modal-order-close img,
.rw__modal-confirm-close img{
    display:block;
}

.rw__modal-overcolor-wrap,
.rw__modal-overtext-wrap{
    display:none;
    padding-top: 1em;
}

.rw__modal-overcolor-wrap.show,
.rw__modal-overtext-wrap.show{
    display:block;
}

.rw__modal-overcolor-title,
.rw__modal-overtext-title{
    color: #2271f5;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 1em;
    padding-bottom: 0.1em;
}


.rw__modal-overcolor-title.type1,
.rw__modal-overcolor-title.type2{
    display:none;
}

.rw__modal-overcolor-title.type1.show,
.rw__modal-overcolor-title.type2.show{
    display:block;
}

.rw__modal-overcolor-text,
.rw__modal-overtext-text{
    font-size: 0.85em;
    border: solid #999 1px;
    padding: 0.5em 1em;
    border-radius: 0.5em;
}

.rw__modal-overcolor-text{
    margin: auto;
    margin-bottom: 1.5em;
    max-width: 28em;
   
}

.rw__modal-overcolor-note,
.rw__modal-overtext-note{
    text-align: center;
    margin-bottom: 0.75em;
}

.rw__modal-overtext-note{
     margin-bottom: 1em;
}

.rw__modal-order-text{
    text-align:center;
}

@media screen  and (max-width:1000px) and (min-width:769px){
    .rw__modal-overtext-note{
        font-size:1.35vw;
    }
}


.go-order{
    position:fixed;
    background:#2271f5;
    color:#fff;
    right: 0.5em;
    width: 7em;
    height: 7em;
    bottom: -4em;
    border-radius: 3.5em;
    text-align: center;
    line-height: 2.5;
    font-size: 0.75em;
    padding: 0.5em;
    font-weight: bold;
    letter-spacing: 0.1em;
    z-index: 10;
    cursor:pointer;
    transition:transform 0.3s ease-in-out;
}

.go-order.hide{
    transform:translateY(50%)
}

.go-ordersite{
    width: 13em;
    margin: 0 auto;
    text-align: center;
    padding: 0.5em 0.5em;
    border: solid #2271f5 4px;
    color: white;
    border-radius: 1em;

}




.go-ordersite__title{
    color:#2271f5;
    line-height: 1;
    padding-top: 0.5em;
}


.go-ordersite img{
    width:90%;
    display:block;
    margin: 0.15em auto 0;
}

.go-ordersite .go-ordersite__img-rev{
     display:none;
}

.go-ordersite:hover{
    background: #2271f5;
}
.go-ordersite:hover .go-ordersite__title{
     color: #ffffff;
}

.go-ordersite:hover .go-ordersite__img{
    display:none;
}

.go-ordersite:hover  .go-ordersite__img-rev{
    display:block;
    opacity: 1;
}


.copy{
    display:none;
}

.fonts__select--area select,
.text-input__area input,
.temp__text-output{
    font-family:Noto Sans JP;
}

.fonts__select--area.f1 select,
.text-input__area.f1 input,
.temp__text-output.f1{
    font-family:Noto Serif JP;
}

.fonts__select--area.f2 select,
.text-input__area.f2 input,
.temp__text-output.f2{
    font-family:Mochiy Pop One;
}

.fonts__select--area.f3 select,
.text-input__area.f3 input,
.temp__text-output.f3{
    font-family:Rampart One;
}

.fonts__select--area.f4 select,
.text-input__area.f4 input,
.temp__text-output.f4{
    font-family:'M PLUS Rounded 1c';
}

.fonts__select--area.f5 select,
.text-input__area.f5 input,
.temp__text-output.f5{
    font-family:Hachi Maru Pop;
}

.fonts__select--area.f6 select,
.text-input__area.f6 input,
.temp__text-output.f6{
    font-family:Caveat;
}

.fonts__select--area.f7 select,
.text-input__area.f7 input,
.temp__text-output.f7{
    font-family:Momo Trust Display;
}

.fonts__select--area.f8 select,
.text-input__area.f8 input,
.temp__text-output.f8{
    font-family:Trade Winds;
    letter-spacing:0.05em;
}

.fonts__select--area.f9 select,
.text-input__area.f9 input,
.temp__text-output.f9{
    font-family:Fugaz One;
}

.fonts__select--area.f10 select,
.text-input__area.f10 input,
.temp__text-output.f10{
    font-family:Monoton;
    font-weight:400;
}

.fonts__select--area.f11 select,
.text-input__area.f11 input,
.temp__text-output.f11{
    font-family:Zilla Slab Highlight;
}

.fonts__select--area.f12 select,
.text-input__area.f12 input,
.temp__text-output.f12{
    font-family:Creepster;
    letter-spacing:0.05em;
}

.fonts__select--area.f13 select,
.text-input__area.f13 input,
.temp__text-output.f13{
    font-family:Sansation;
}

/*****************************/
/*
/*  FORM
/*
/*****************************/


.sendBtn{
	border:solid 2px;
}

.orderFormArea{
	pointer-events:none;
	position:absolute;
	/*z-index: -1;*/
	opacity:0.0;
    top:0;
    width:100%;
    background: #fff;
    padding-left:1em;
    padding-top: 9em;
    overflow:hidden;
}

.orderFormArea label {
    display: block;
    margin: 0.5em 0;
}

.orderFormArea fieldset {
    margin: 1em 0;
}

.orderFormArea select,
.orderFormArea input {
    padding: 0 0.25em;
    font-size: 0.8em;
}

.rw__modal-confirm-send{
    width: 15em;
    margin: 0 auto 0.5em;
    text-align: center;
    padding: 0.5em 0.5em;
    border: solid #2271f5 4px;
    color: white;
    border-radius: 1em;
}

.rw_modal__confirm-note{
    color:#ff0000;
    font-weight:bold;
    text-align: center;
    margin: 0 auto 1em;
}

.rw__modal-confirm-send:hover{
    background-color:#2271f5
}

.rw__modal-confirm-send .go-ordersite__title{
    font-size: 1.145em;
}

.rw__modal-confirm-send:hover .go-ordersite__title{
    color:#fff;
}

.rw__modal-confirm-send img {
    width: 90%;
    display: block;
    margin: 0.15em auto 0;
}

.rw__modal-confirm-send img {
    width: 90%;
    display: block;
    margin: 0.15em auto 0;
}

.rw__modal-confirm-send .go-ordersite__img-rev {
    display: none;
}

.rw__modal-confirm-send:hover .go-ordersite__img {
    display: none;
}

.rw__modal-confirm-send:hover .go-ordersite__img-rev {
    display: block;
    opacity: 1;
}

.rw__modal-confirm-text{
    margin-bottom: 1em;
    
    text-align: center;
    
}

.rw__modal-confirm-title{
    color:#2271f5;
    font-size:1.1em;
    margin-bottom:0.5em;
}

.rw__modal-confirm-otder{
    font-weight:bold;
    margin-bottom:1em;
}

.rw__modal-confirm-text span{
    font-weight:bold;
    display:block;
    
}

.rw__modal-confirm-order{
    margin-bottom: 1.5em;
    text-align: left;
}

.rw_modal.opaque {
        background: rgba(255, 255, 255, 0.8);
}

/*左側文字のボリュームを下げる*/
div.advice__text{
    overflow-y: scroll;
    max-height: 10em;
    font-size: 0.85em;
}

.ui-wrap .order__output-text {
     font-size: 0.85em;
}

div.advice__title,
div.order__title{
    padding-bottom: 0.15em;
    margin-bottom: 0.5em;
}

