﻿@charset "utf-8";
@font-face {
    font-family: 'ta-karuta-b';
    src: url('/font/TA-KARUTA-B.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Makinas-Scrap-5';
    src: url('/font/Makinas-Scrap-5.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'icomoon';
	src:url('/font/icomoon.eot?-qz7pb2');
	src:url('/font/icomoon.eot?#iefix-qz7pb2') format('embedded-opentype'),
		url('/font/icomoon.woff?-qz7pb2') format('woff'),
		url('/font/icomoon.ttf?-qz7pb2') format('truetype'),
		url('/font/icomoon.svg?-qz7pb2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body {
	height: 100%;
	margin:0;
	width: 100%;
	font-family: 'hiragino kaku gothic pro', meiryo, helvetica, arial, sans-serif;
	background-color: #FAFAFA;
	overflow-x:hidden;
}
h1 {
	margin: 0;
    padding: 0;
    line-height: 0;
}
h2 {
    margin: 0;
    padding: 0;
}
h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
	font-size:12px;
}

html, body {

}
.spwnd {
    background-color: #DCDCDC;
    /*height:93%;*/
}
.spwnd .container {
    background-color: #DDD;
    top:0;
}
.ad {
    display:none;
}

.pcwnd #share-btn-set {
    width:85%;
}
.pcwnd #makecomp {
    border-radius: 10px;
}
.pcwnd #makecomp .btn {
    width:85%;
    /*padding-left: 75px;*/
    margin-bottom: 2%;
	text-align:center;
}
.pcwnd #download {
    width:84%;
}
#makecomp .btn {
    width:65%;
    margin-bottom:0;
}
#share-btn-set {
    width:78%;
}
#share-btn-set .s-tw {
    width: 45%;
    margin-right: 2%;
    float: left;
}
.pcwnd #share-btn-set .s-tw {
    width: 30%;
	float: none;
    display: inline-block;
}
#share-btn-set .btn-retry {
    width: 36%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}
#share-btn-set .s-fa {
    width: 45%;
    margin-left: 2%;
    float: left;
}
.pcwnd #share-btn-set .s-fa {
    width: 30%;
	float: none;
    display: inline-block;
}
#make-comp-entry {
    width:84%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
#make-comp-entry div {
    float:left;
    color:#7E9FC8;
    font-size: 16px;
    width:100%;
}
#make-comp-entry div a {
    text-decoration:none;
    color:#7E9FC8;
}
.left-menu {
    width: 32%;
    max-width: 150px;
    height:100%;
    position:absolute;
    z-index:10;
    display:none;
    top:0;
    overflow:hidden;
}
.spwnd .left-menu {
    z-index:10000;
}
.left-menu .leftmenu-close-wrap {
    background-color: #444;
    text-align: right;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.left-menu .main {
    width: 74%;
    overflow: auto;
    overflow-x: hidden;
    height: 93%;
    position:relative;
    float: left;
    direction: rtl;
    background-color: rgba(30,30,30,0.8);;
}
.pcwnd .left-menu .main {
    direction:inherit;
    overflow: auto;
    overflow-x: hidden;
    padding-left: 0;
    max-width: 107px;
    /*margin-left: 53px;*/
}
.pcwnd .left-menu .main .unit {
    margin-left: auto;
    margin-right: auto;
}

.left-menu #leftmenu-close {
    width: 20%;
    height: auto;
    color: #fafafa;
    position: relative;
    top: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 4px;
    margin-left: auto;
    cursor: pointer;
}
.pcwnd .left-menu #leftmenu-close {
    right: 0;
}
.pcwnd .left-menu .main::-webkit-scrollbar{width:5px;}/*バーの太さ*/
.pcwnd .left-menu .main::-webkit-scrollbar-track{background:#666;}/*バーの背景色*/
.pcwnd .left-menu .main::-webkit-scrollbar-thumb{background:#444;}/*バーの色*/

.left-menu .main .slider {
    width: 100%;
    /*background-color: rgba(30,30,30,0.8);*/
    position: relative;
    float: left;
    -webkit-overflow-scrolling: touch;
    /*overflow-x: hidden;*/
}
.spwnd .left-menu .main .slider {
    padding-left: 0;
    padding-right: 8%;
    left: -10%;
}
.pcwnd .left-menu .main .slider {
    padding-left: 8%;
    padding-right: 4%;
}
#switch-slider-ng-t .unit {
    float:none;
    position: relative;
}
.right-bottom-menu {
    position: absolute;
    width: 30%;
    background-color: #FFF;
    border-top-left-radius: 100%;
    text-align: right;
    height: 25%;
    bottom: 0px;
    right: 0;
    z-index:10000;
    display:none;
}
.right-bottom-menu #switch-random {
    width: 65%;
    right: 0;
    bottom: 0;
    position: absolute;
}
.switch-base {
    background-color:#444;
    padding:10px;
    position:relative;
    z-index:10000;
}
.pcwnd .switch-base {
    /*margin-left:53px;*/
    height:50px;
}
.switch-base .unit {
    width: 16%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    line-height: 0;
    cursor:pointer;
    position:relative;
}
.switch-base .unit .chkmark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#makecomp .ava {
    height: 60%;
}

/* #help-message styles removed — replaced by inline #ava-help */





.retry-view {
    padding: 6px;
}
.retry-view input[type=radio],
.retry-view input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.retry-view input[type=radio] + label,
.retry-view input[type=checkbox] + label {
    position: relative;

    display: inline-block;
    margin-right: 12px;

    font-size: 14px;
    line-height: 30px;

    cursor: pointer;
}

@media (min-width: 1px) {
    .retry-view input[type=radio],
    .retry-view input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .retry-view input[type=radio] + label,
    .retry-view input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .retry-view input[type=radio] + label::before,
    .retry-view input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    .retry-view input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .retry-view input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .retry-view input[type=radio]:checked + label::after,
    .retry-view input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .retry-view input[type=radio]:checked + label::after {
        left: 5px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #F69;
        border-radius: 8px;
    }
    .retry-view input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #F69;
        border-bottom: 3px solid #F69;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.pcwnd #download {
  display: block;
  text-align: center;
  margin: auto;
  width: 330px;
  height: 50px;

}
#download a {
    text-decoration:none;
}
#download a:hover {
    opacity:0.7;
}
#download div {
  display: block;
  font-size: 13px;
}
#download span {
    display: block;
    color:#333;
    font-size: 16px;
    font-weight:bold;
}
#download span.small {
    font-size: 12px;
}
#download .tbtn {
    color:#fff;
}
#download .first {
    background-color:#333;
}
#download .second {
    background-color:#F69;
}
#download .tbtn div {
    float:left;
}
#download .tbtn div a {
    text-decoration:none;
}
#download .first .down {
    padding-top: 5px;
    /*padding-bottom: 10px;*/
    margin-top: 0;
    background-color:#333;
    width:96%;
    text-align: center;
}
#download .second .dall {
    display:block;
    padding-top: 5px;
    margin-top: 0;
    background-color:#F69;
    height: 96%;
    text-align: center;
}
#download .second .dface {
    display:block;
    padding-top: 5px;
    margin-top: 0;
    background-color:#32b2d1;
    height: 96%;
    text-align: center;
}

.save-btn div {
    display: block;
    font-size: 13px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.save-btn span {
    display: block;
    color:#fff;
    font-size: 16px;
    line-height:1.4;
}
.save-btn span.small {
    font-size: 12px;
}
.save-btn .tbtn {
    color:#fff;
}
.save-btn .first {
    background-color:#F69;
}
.save-btn .second {
    background-color:#F69;
}
.save-btn .tbtn div {
    float:left;
}
.save-btn .tbtn div a {
    text-decoration:none;
}

.save-btn .first .down {
    padding-top: 5px;
    margin-top: 0;
    width:100%;
    text-align: center;
}
.save-btn .second .dall {
    display:block;
    padding-top: 5px;
    margin-top: 0;
    background-color:#32b2d1;
    width: 50%;
    height: 91%;
    text-align: center;
}
.save-btn .second .dface {
    display:block;
    padding-top: 5px;
    margin-top: 0;
    background-color:#FFB336;
    width: 50%;
    height: 91%;
    text-align: center;
}

.icon-facebook:before {
    content: "\e60d";
}
.icon-instagram:before {
    content: "\e610";
}
.icon-twitter:before {
    content: "\e611";
}
#share-btn-set ul{
    height:auto;
}
#share-btn-set li{
    font-size: 10px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
    float: left;
    text-align: center;
    margin-right: 1%;
    border-radius: 3px;
    list-style: none;
    width:82%;
}
#share-btn-set li a{
    color:#fff;
    text-decoration:none;
}
#share-btn-set li.share-twitter{
    background:#55acee;
    box-shadow:0 2px #2795e9;
}
#share-btn-set li.share-twitter:hover{
    background:#83c3f3;
}
#share-btn-set li.share-facebook{
    background:#3b5998;
    box-shadow:0 2px #2d4373;
}
#share-btn-set li.share-facebook:hover{
    background:#4c70ba;
}
#share-btn-set li.retry-back{
    background: #F69;
    box-shadow: 0 2px #F69;
    border-radius: 15px;
}
#share-btn-set li.retry-back:hover{
    background:#FFA8C5;
}

.saveselect {
    z-index: 10000;
    position: absolute;
    display:none;
}
.spwnd .header {
    /* display:none; */
}
.container .maketable {
    height:60%;
}
.container .maketable .left {
/*        max-height:320px;    */
    max-height:300px;
}
.container .maketable .right {
    float: left;
    width: 25%;
    height: 100%;
    position: relative;
    text-align: center;
    right: 0;
    z-index: 9999;
}
.container .maketable .right .rbottom .item {
    left: 3vw;
    right: 0;
    margin-left: 4vw;
    margin-top: 1.5vh;
    margin-bottom: 30%;
    padding: 0;
    z-index: 10001;
}
.switch-base {
    width:100%;
    padding:10px 0 10px 0;
}
.sp-ad {
    position:fixed;
    height: 50px;
    width:100%;
    bottom: 0;
    background-color:#444;
    z-index:10000;
}
#download {
border-top-right-radius: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
line-height: 1.2;
width: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
z-index:10000;
position:relative;
}
.pcwnd #download {
width: 100%;
}
#download .first .down {
padding-top: 9px;
height: 82%;
}
#download .second .dall {
padding-top: 9px;
height: 82%;
}
#download .second .dface {
padding-top: 9px;
height: 82%;
}
.saveselect {
top: -40px;
width: 100%;
height: 100%;
}
.spwnd .saveselect {
    width: 100%;
    height: 100%;
    top: 0;
}
.saveselect .makesavewndwrap {
    position:absolute;
    width:100%;
    height:100%;
    /*background-color:rgba(128,128,128,0.5);*/
    background-color: rgba(32,32,32,0.6);
}
.pcwnd .saveselect .makesavewndwrap {
    position: fixed;
    top: 0;
	left: 0;
}
.saveselect .makesavewndwrap .makesavewnd {
    width: 80%;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 18%;
    bottom: 0;
    position: relative;
    border-radius: 10px;
    padding-top: 1em;
}
.pcwnd .saveselect .makesavewndwrap .makesavewnd {
    width: 460px;
}
.saveselect .makesavewndwrap .makesavewnd .tit {
    text-align: center;
    font-size: x-large;
}

.pcwnd .saveselect .makesavewndwrap .makesavewnd .tit-sub {
	font-size: 17px;
}
.saveselect .makesavewndwrap .makesavewnd .tit-sub {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.2;
    font-size: 4vw;
}
.saveselect .makesavewndwrap .makesavewnd .save-btn {
    width: 70%;
    background-color: #f69;
    color: #fff;
    padding-left: 5%;
    padding-right: 5%;
    font-size: larger;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 10%;
    margin-right: 10%;
}
.saveselect .makesavewndwrap .makesavewnd .save-btn a {
    color:#fff;
    text-decoration:none;
    width: 100%;
    display: block;
    height: 100%;
    line-height: 3;
}
.saveselect .makesavewndwrap .makesavewnd a:hover {
    opacity:0.7;
    cursor:pointer;
}
.saveselect .makesavewndwrap .makesavewnd .save-close {
    background-color: #000;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 1em;
}
.saveselect .makesavewndwrap .makesavewnd .save-close:hover {
    opacity: 0.7;
    cursor: pointer;
}
#download .down {
    width: 49%;
    background-color: #e3e3e3;
    margin-bottom: 0.5em;
    line-height: 1.3;
    color: #333;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.pcwnd #download .down {
	  width: 100%;
    line-height: 1.5;
}
#download .shareopen {
    width: 49%;
    background-color: #e3e3e3;
    margin-bottom: 0.5em;
    line-height: 1.3;
    color: #333;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
#download .mysave {
    width: 49%;
    float: left;
    background-color: #e3e3e3;
    margin-right: 2%;
    line-height: 1.3;
    color:#333;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
		flex: 1 0 49%;
}
.pcwnd #download .mysave {
    line-height: 1.5;
}
#download .otherapp {
    width: 49%;
    float: left;
    background-color: #e3e3e3;
    line-height: 1.3;
    color:#333;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
		flex: 1 0 49%;
}
.pcwnd #download .otherapp {
    line-height: 1.5;
}
#download .otherapp a {
    text-decoration:none;
}
#otherapp {
    display:none;
}
#otherapp .link-btn {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
}
#otherapp .makesavewndwrap .makesavewnd .tit {
    text-align: center;
    font-size: x-large;
    margin-top: -56px;
    margin-bottom: 50px;
    color: #fff;
}
.pcwnd #otherapp .makesavewndwrap .makesavewnd .tit {
    margin-top: -70px;
    margin-bottom: 50px;
}
#otherapp .makesavewndwrap .makesavewnd .titimg {
    width: 59px;
    margin-top: -112px;
    margin-bottom: 20px;
    margin-left: auto;
}
.pcwnd #otherapp .makesavewndwrap .makesavewnd .titimg {
    width: 100px;
    margin-top: -143px;
}
#otherapp .makesavewndwrap .makesavewnd {
    top: 28%;
}
.pcwnd .btn-retry {
    position: absolute;
    z-index: 10000;
    left: 85px;
    width: 80px;
    top: 25px;
    list-style: none;
}
.btn-retry {
    display:none;
    position: absolute;
    top: 0px;
    width: 54px;
    left: 10px;
    list-style: none;
}
#makecomp .message {
    margin-top: -12vh;
    margin-bottom: 2vh;
    line-height: 1.2;
}
.subset .page {
    float:left;
    width:100%;
    background-color: #fff;
}
.subset #page2 {
    display:none;
}
.subset .page p {
    text-align:center;
    color:#39F;
    margin:0.5em;
}
.subset .page p:hover {
    cursor:pointer;
    text-decoration:underline;
}

/* topに戻る */
#pageTop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1000000;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 8px 8px 8px;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 3.5;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* all */
.maincolor {
	background-color: #DDD;
    background-size: contain;
}

/* index */
a{
        color: cyan;
}

a:hover{
        opacity: 0.7;
}
.spwnd a:hover{
        opacity: 1;
}

.headerm {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

.header{
	position: fixed;
	width: 100%;
	top: 1%;
	left: 0;
	z-index: 1000;
}
.footer {
	width: 100%;
	font-family: 'hiragino kaku gothic pro', meiryo, helvetica, arial, sans-serif;
	font-size: small;
	background-color: #656565;
	color: #fafafa;
	text-align: center;
}


.container-indexsp {
	height: 100%;
	width: 100%;
	position: relative;
	top: 11%;
    /*
	  background-image: url(img/images/top_bg_s.png);
      background-size: contain;
	*/
}

.container {
	height: 100%;
	width: 100%;
	position: relative;
	/*top: 36px;*/
}

.container .headerm {
	background-color: #F69;
	height: 1%;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
.container .header {
	background-color: #F69;
	height: 10%;
	position: fixed;
	width: 100%;
	top: 1%;
	left: 0;
	z-index: 1000;
}
.container .header .left {
	background-color: #F69;
	float: left;
	width: 44%;
	margin-left:3%;
	margin-right:3%;
	height:80%;
}
.container .header .left img{
	width: auto;
	height:100%;
}
.container .header .right {
	background-color: #F69;
	float: left;
	width: 40%;
	margin-right:3%;
	margin-left:7%;
	text-align:right;
	height:80%;

}

.container .maketable {
	height: 66%;
	width: 100%;
	position:relative;
}




.container .maketable .lleft {
	float: left;
	width: 24%;
	height:100%;
	position: relative;
	text-align: center;
}
.container .maketable .lleft .rtop {
	height: 40%;
}
.container .maketable .lleft .rbottom {
	height: 60%;
	width: 100%;
    bottom: 35%;
}
.container .maketable .lleft .rbottom .item {
	height: 50%;
    left: 7vw;
    position: absolute;
    width: 20vw;
    z-index: 10001;
}
.container .maketable .lleft .rbottom #mypage{
	top:20%;
}
.container .maketable .lleft .rbottom #random{
    position: absolute;
    width: 20vw;
    height: auto;
    bottom: 0vw;
    left: 7vw;
    margin: auto;
    z-index: 10001;
}

.container .maketable .left {
	float: left;
	width: 50%;
	height:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 8%;
	position: relative;
}

.container .maketable .right {
	float: left;
	width: 24%;
	height:100%;
	position:relative;
	text-align: center;
}

.container .maketable .right .rtop {
	height: 40%;
}
.container .maketable .right .rbottom {
    position: absolute;
    width: 77%;
    top: 3%;
    right: 0;
}
.pcwnd .container .maketable .right .rbottom {
    width: 70%;
}
.container .maketable .right .rbottom .item {
    left: 3vw;
    right: 0;
	margin-left: 4vw;
    margin-top: 2vh;
	margin-bottom: 44%;
    padding: 0;
    z-index: 10001;
}
.container .maketable .right .rbottom #back {
	position:absolute;
    z-index: 10002;
	display:none;
	height: 32%;
    margin-left: 0;
}

.container .maketable .right .rbottom #save {
    top: 37vw;
    bottom: 0;
    width: 15vw;
}
.container .maketable .right .rbottom #flip {
    top: 37vw;
    bottom: 0;
    width: 16vw;
	display:none;
}
.container .maketable .right .rbottom #pallet {
    top: initial;
	bottom: 0vw;
    width: 16vw;
	display:none;
}

.container .switch-parts .slider-yal {
	width: 8%;
	margin-right: 3%;
	margin-left: 0%;
	margin-top: 2%;
	position: absolute;
	z-index: 50;
}
.container .switch-parts .slider-yar {
	width: 8%;
	margin-right: 0%;
	margin-left: 3%;
	margin-top: 2%;
	position: absolute;
	z-index: 50;
	left: 89%;
}

.container .slider-wrapper .slider-yal {
	width: 8%;
	margin-right: 3%;
	margin-left: -5%;
	margin-top: 10%;
	position: absolute;
	z-index: 1500;
}
.container .slider-wrapper .slider-yar {
	width: 8%;
	margin-right: 0%;
	margin-left: 3%;
	margin-top: 10%;
	position: absolute;
	z-index: 1500;
	left: 89%;
}

.pcwnd .container .content {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(220, 220, 220);
    padding-top: initial;
}
.pcwnd .container .maketable {
    /*height: 370px;*/
    height: 448px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.pcwnd .container .switch-container {
    position: relative;
}
.pcwnd .container .switch-base .unit {
    width: 52px;
    margin-left: 20px;
    margin-right: 20px;
}
.pcwnd .pcarea {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pcwnd .sparea {
    position: relative;
    margin: 0 auto;
    height: 536px;
    width: 319px;
    padding-left: 30px;
    padding-right: 34px;
    padding-top: 16px;
    padding-bottom: 202px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/images/03_gawa.png);
    background-size: cover;
}
.pcwnd .footer-member {
    bottom: 60px;
    z-index:100;
}
.pcwnd .container .maketable .left {
    margin-top:-15px;
    height:100%;
    width: 54%;
    min-width:280px;
}

.pcwnd .container .maketable .lleft {
    width: 18%;
    min-width:155px;
}
.pcwnd .container .maketable .rleft {
    width:480px;
    height: 160px;
    position:absolute;
    top:370px;
    left:110px;
    float: left;
    overflow: hidden;
    background-image: url(/img/images/pc/ico_charat4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
}
.pcwnd .container .maketable .right {
    width: 100%;
    height: auto;
    position: absolute;
}
.pcwnd .container .maketable .right .rbottom {
    width: initial;
	right: 8px;
}
.pcwnd .container .maketable .lleft .rbottom #random {
    width: 83%;
    bottom: 0;
    left: 21px;
}
.pcwnd .container .maketable .right .rbottom .item {
    left: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    z-index: 10001;
    position: relative;
    width: 100%;
    max-width:64px;
}
.pcwnd .container .maketable .right .rbottom #back {
    top: 18px;
    width: 80%;
    margin-left: 7px;
}
.pcwnd .container .maketable .right .rbottom #save {
    top: inherit;
    width: 70%;}
.pcwnd .container .maketable .right .rbottom #flip {
    top: inherit;
    width: 110%;
}
.pcwnd .container .maketable .right .rbottom #pallet {
    top: inherit;
    width: 120%;
}
.pcwnd .making {
    position:absolute;
}
.pcwnd #making .icon {
    margin-top: 10%;
    max-width: 100px;
}
.pcwnd #making .text {
    max-width: 400px;
}
.pcwnd .makecomp {
    bottom: -54px;
    position: absolute;
    left: 0;
    right: 0;
}
.pcwnd .makecomp .message {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
    font-size: 10px;
    /*font-family:f1-tombo;*/
    /*font-family:ta-karuta-b;*/
    font-family:Makinas-Scrap-5;
    top:-4%;
    color:#444;
}
.pcwnd .makecomp .message span {
    font-size: 25px;
}

.pcwnd .container .content .main {
    width:100%;
}
.pcwnd .container .content .pc-ad {
    width: 100%;
}
.pcwnd .container .content .wrapper {
    text-align:center;
    height:inherit;
    background-color: #fafafa;
    display: flex;
    flex-wrap: nowrap;
    height: 300px;
}
.pcwnd .container .content .pc-ad .wrapper .pain {
    width: 336px;
    height: 280px;
    margin:20px;
    display:inline-block;
}
.pcwnd .right-bottom-menu {
    max-width: 120px;
    max-height: 120px;
}
.left-menu .leftmenu-close-wrap .yaji-up {
    width: 45px;
    position: absolute;
    left: 37px;
    top: 10px;
    z-index: 100;
}
.left-menu .leftmenu-close-wrap .yaji-down {
    width: 45px;
    position: absolute;
    left: 37px;
    bottom: 0px;
    z-index: 11000;
}
#m-3 {
    background-image:url(/img/images/watermark.svg);
    background-repeat:repeat;
    z-index:9999;
    opacity:0.02;
    max-width: 280px;
}
.container .switch-color .slider-yal {
	width: 8%;
	top: 27%;
	position: absolute;
	z-index: 1500;
	display:none;
}
.container .switch-color .slider-yar {
	width: 8%;
    top: 27%;
	position: absolute;
	z-index: 1500;
	left: 92%;
	display:none;
}


.container .switch-container .switch-detail {
	height: 100%;
    margin-top: 3%;
	position:relative;
	display: none;
}
.container .switch-container .switch-detail .item {
	height: 100%;
	width: 16%;
	border: 1px solid #00F;
	margin: 1em;
	float: left;
}

.container .switch-detail .slider-wrapper {
  width: 90%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2%;
}
.pcwnd .container .switch-detail .slider-wrapper {
  padding-bottom: 0;
}

.container .switch-container .switch-color {
    height: 100%;
    margin-top: 2%;
    position: relative;
	display: none;
}
.container #slider-wrapper-color {
  width: 90%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2%;
}
.pcwnd .container #slider-wrapper-color {
  padding-bottom: 0;
}

.container .switch-detail .slider-yal {
	width: 8%;
	top: 28%;
	position: absolute;
	z-index: 50;
	display:none;
}
.container .switch-detail .slider-yar {
	width: 8%;
	position: absolute;
	z-index: 50;
    left: 92%;
    top: 28%;
	display:none;
}

.fb-container {
	padding-left: 20px;
}

.logo-container {
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
}

.logo-container img {
	width: 70%;
}

.button-container{
	width: 100%;
        margin: 0 auto;
	display: block;
	text-align: center;
}
.button-container  .button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	border: solid 3px #fff;
	color: #fff;
	line-height: 50px;
        width: 300px;
        height: 60px;
}
.button-container .button .make-button {
        position: absolute;
        top: 5px;
        left: 20px;
}
.button-container .button .make-button img {
        width: 40px;
}
.button-container .button .make {
        line-height: 2;
}
.button-container .button .start {
        line-height: 1;
        font-size: 14px;
}
.button:hover {
	background-color: #fff;
	border-color: #fff;
	color: #F69;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #F69;
}

.top-chara {
	text-align:center;
	display: flex;
	overflow: hidden;
	padding-bottom: 20px;"
}

.top-chara img {
	width: 33%;
	height: 33%;
}

.setumei {
	width: 100%;
	background-color: #fafafa;
	text-align: center; display:
	inline-block;
	padding-top:15%;
}

.setumei img {
	width: 20%;
	padding-top: 30px;
}

.setumei h2 {
	color:#F69;
	font-family: "Rounded Mplus 1c", "Yu Gothic", YuGothic,"Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 30px;
}

.setumei p {
	color: #59b1eb;
	font-family: "Rounded Mplus 1c", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	padding-bottom: 30px;
}

.footer {
	width: 100%;
	font-family: 'hiragino kaku gothic pro', meiryo, helvetica, arial, sans-serif;
	font-size: small;
	color: #fafafa;
	text-align: center;
}

.making {
	background-color: rgba(64,64,64,0.55);
	height: 100%;
	width: 100%;
	position:fixed;
	z-index: 16000;
	left: 0px;
	top: 0px;
	display:none;
}
#making .icon {
	width: 20%;
	margin-top: 44%;
	margin-right: auto;
	margin-left: auto;
}
#making .text {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#making .save {
	display:none;
	margin-top: 60%
}
.pcwnd #makecomp .btn {
    height: 10%;
}
#makecomp .btn {
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	width: 63%;
    height: 7%;
}
#download {
	border-top-right-radius:20px;
}
#makecomp {
	position:absolute;
	background-color: #FFF;
	height: 91%;
	width: 100%;
	display: none;
	left: 0px;
	top: 2em !important;
}
.pcwnd #makecomp {
	height: 100%;
}
#makecomp .ava {
	height: 56% !important;
	background-color: #F69;
}
#makecomp .message {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	background-color:#F69;
    font-size: 10px;
	font-family:Makinas-Scrap-5;
	/*font-family:f1-tombo;*/
	/*font-family:ta-karuta-b;*/
	top:-4%;
}
#makecomp .message span {
    font-size: 24px;
}
#download .dall {
	float: left;
	width: 50%;
	display:none;
}
#download .dface {
	float: left;
	width: 50%;
	display:none;
}
#makecomp #share .s-fa {
	float: left;
	width: 33.3%;
	display:none;
}
#makecomp #share .s-tw {
	float: left;
	width: 33.3%;
	display:none;
}
#makecomp #share .s-ln {
	float: left;
	width: 33.3%;
	display:none;
}
#makecomp #datasave .save1 {
	float: left;
	width: 33.3%;
	display:none;
}
#makecomp #datasave .save2 {
	float: left;
	width: 33.3%;
	display:none;
}
#makecomp #datasave .save3 {
	float: left;
	width: 33.3%;
	display:none;
}

.container-indexsp .content {
	height: 100vh;
	/*margin-top:36px;*/
}

.container .content {
	height: 92%;
	background-color:#F69;
}
.container .cmargin {
	height: 1.5%;
	width: 100%;
	background-color: #F69;
}
.warningwnd {
	display: none;
}

.switch-parts .slider-wrapper {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	float: left;
    padding-top: 103px;
    margin-top: -100px;
}
/*
.pcwnd .switch-parts .slider-wrapper {
	width: 100%;
	overflow:inherit;
	float: left;
    padding-top:inherit;
    margin-top:inherit;
	height: 60px;
	position: relative;
}
*/
.pcwnd .switch-parts .slider-wrapper .mask{
    width: 100%;
    height: 60px;
    background-color: rgba(255, 102, 153, 0.6);
    position: absolute;
	display:none;
}

.switch-parts .slider {
	width: 200%;
	position: relative;
}
.switch-parts .unit {
  float: left;
  width: 8%;
  margin: 0.2%;
  position:relative;

}
.selectionjs {
	width: 80%;
}
.container #switch-slider-ng {
	margin-left: 8%;
}
.container .switch-parts {
	width: 100%;
	text-align:right;
}
.slider {
  width: 1000px;
  -webkit-overflow-scrolling: touch;
}
.slider-color .unit {
  float: left;
  width: 19%;
  margin-left: 0.3%;
  margin-right: 0.3%;
}
.unit {
  float: left;
  width: 19%;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 3px;
}
.unit p {
  margin-bottom: 1px;
    -webkit-margin-before: 1px;
    -webkit-margin-after: 1px;
}
.unit .img {
  text-align: center;
  border-radius: 18%;
  overflow: hidden;
}
.unit .img img {
  width: 100%;
}
.munit {
	width:100%;
	height:100%;
	background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
}
.munit img {
	height:100%;
	position:absolute;
}

.spwnd .munit {
    left: -13%;
}
.aunit  {
	display: block;
	text-indent: 100%;
    white-space: nowrap;
	overflow: hidden;
	position:relative;
	background-repeat:no-repeat;
}
.cunit  {
	display: block;
	text-indent: 100%;
    white-space: nowrap;
	overflow: hidden;
	position:relative;
	background-repeat:no-repeat;
}


.clearfx {
	float:none;
	clear:both;
}

/* avamake-pc */
.pcwnd {
	width: 100%;
	/*background-color: #323232;*/
    position: absolute;
    top: 0;
}
.pcwnd .header {
	position:relative;
	width:100%;
	top: 0;
	z-index: 10003;
}
.pcwnd .header .header-container {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
.pcwnd .header .mark {
    width: 115px;
    height: 45px;
    float: left;
    margin-right: 490px;
}

.pcwnd .header .snsmenu {
	float:right;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
}
.pcwnd .header .snsmenu ul{
	margin:0;
}
.pcwnd .header .snsmenu a:hover{
        opacity: 0.7;
}
.pcwnd .header .login {
	float:left;
	margin-top:30px;
	margin-left:20px;
	color:#FFFFFF;
}
/*
.pcwnd .header  li {
	float: left;
	width:32px;
	list-style:none;
	margin-right: 10px;
}
*/
.pcwnd .header-index {
	width:100%;
	height:80px;
	position:fixed;
	top: 0;
	padding-top:10px;
	margin-bottom: 10px;
       z-index: 100;
}
.pcwnd .header-index .header-container {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
.pcwnd .header-index .mark {
	width:115px;
	float:left;
	margin-right:490px;
	margin-bottom: 10px;
}

.pcwnd .header-index .snsmenu {
	float:left;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
}
.pcwnd .header-index .snsmenu a:hover{
        opacity: 0.7;
}
.pcwnd .header-index .login {
	float:left;
	margin-top:30px;
	margin-left:20px;
	color:#FFFFFF;
}

.pcwnd .header-index  li {
	float: left;
	width:32px;
	list-style:none;
	margin-right: 10px;
}



/*-- avamake SP --*/
.spwnd {
	height:100%;
	background-color:#FAFAFA;
	overflow:hidden;
}
.spwnd .header {
	width:100%;
	position:relative;
	top: 0;
	margin-bottom: 0;
    z-index: 15000;
}
.spwnd .header .cmark {
    width: 25%;
    margin: 2%;
    position: absolute;
	z-index:1000;
}
.spwnd .header .left {
    background-color: #F69;
    float: left;
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
    height: 80%;
}
.spwnd .header .left img {
    width: auto;
    height: 100%;
}
.spwnd .header .right {
    background-color: #F69;
    float: left;
    width: 40%;
    margin-right: 3%;
    margin-left: 7%;
    text-align: right;
    height: 80%;
}


.container .switch-container {
	position: relative;
}

.container .switch-container .switch-detail .mask{
    width: 90%;
    height: 100%;
    background-color: rgb(250,250,250);
    position: absolute;
    display: none;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center;
    top: 0%;
    left: 5%;
}

.pcwnd .container-index {
	top: 90px;
}
.pcwnd .container-index .content .topimg .button-container {
        width: 500px;
        margin: 0 auto;
        margin-top: 60px;

}
.pcwnd .container-index .content .topimg .button-container .button {
        width: 500px;
        height: 60px;
}
.pcwnd .container-index .content .topimg .button-container .button .make-button {
        position: absolute;
        top: 5px;
        left: 120px;
}
.pcwnd .container-index .content .topimg .button-container .button .make-button img {
        width: 40px;
}
.pcwnd .container-index .content .topimg .button-container .button .make {
        line-height: 2;
}
.pcwnd .container-index .content .topimg .button-container .button .start {
        line-height: 1;
        font-size: 14px;
}

.pcwnd .container-index .content {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FAFAFA;
}

.pcwnd .container-index .content .topimg {
	background-image:url(/img/images/top_bg_s.png);
	background-size: contain ;
	width: 100%;
	min-height: 800px;
	height: 92vh;
	position: relative;
}
.pcwnd .container-index .content .topimg .logo {
	width: 350px;
        margin: 0 auto;
        padding-top: 180px;
}

.pcwnd .container-index .content .topimg .top-h1 {
        color: #fff;
        font-size: xx-small;
        text-align: center;
	width: 600px;
        margin: 0 auto;
        margin-top: 50px;
}

.pcwnd .container-index .content .topimg .top-avatars {
        padding-top: 50px;
        width: 600px;
        height: 200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
}

.pcwnd .container-index .content .topimg .top-avatars img{
        width: 140px !important;
        height: 180px !important;
}

.pcwnd .container-index .content .whats-container{
        width: 100%;
        position: relative;
        background-color: indigo;
}

.pcwnd .container-index .content .whats-container .whats-img{
        width: 600px;
        padding-top: 70px;
        margin: 0 auto;
}

.pcwnd .container-index .content .whats-container .whats-img img{
        width: 600px;
}

.line{
        width: 800px;
        margin: 0 auto;
}

.line img{
        width: 800px;
}

.pcwnd .container-index .content .whats-txt{
        width: 800px;
        font-size: 16px;
        color: #fff;
        margin: 0 auto;
        margin-top: 70px;
        padding-bottom: 60px;
}

.pcwnd .container-index .content .toriatukai{
        width: 100%;
        background-color: indigo;
        color: #fff;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 120px;
        position: relative;
        height: 760px;
}
.pcwnd .container-index .content .toriatukai h2{
        position: relative;
        font-size: xx-large;
        z-index: 10;
}
.pcwnd .container-index .content .toriatukai .txt{
        position: relative;
        z-index: 10;
}

.pcwnd .container-index .content .toriatukai .torisetu{
        width: 700px;
        padding-top: 340px;
        position: absolute;
        margin: auto auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;

}

.pcwnd .container-index .content .toriatukai .torisetu img{
        width: 600px;
        margin: 0 auto;

}

.pcwnd .container-index .content .toriatukai .gamen{
        width: 800px;
        margin: auto auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 280px;
}

.pcwnd .container-index .content .toriatukai .gamen img{
        width: 820px;
        margin: 0 auto;
}

.pcwnd .container-index .content .avatars{
        width: 100%;
        /*height: 700px;*/
}

.pcwnd .container-index .content .avatars .sample-txt {
	text-align: center;
        line-height: 0;
}

.pcwnd .container-index .content .avatars .sample-txt h2 {
        padding-top: 60px;
	font-size: xx-large;
}

.pcwnd .container-index .content .avatars .sample-txt2 {
	text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
}

.pcwnd .container-index .content .avatars .sample-img {
        padding-top: 100px;
	text-align: center;
}

.pcwnd .container-index .content .avatars .sample-img img{
	text-align:center;
}

.pcwnd .container-index .content .avatars .txt {
        padding-top: 50px;
	text-align:center;
}

.pcwnd .container-index .content .avatars .button-container {
        width: 500px;
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 60px;

}

.pcwnd .container-index .content .avatars .button-container .button {
        width: 500px;
        height: 60px;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	border: solid 3px #fff;
	color: #fff;
	line-height: 50px;
}

.pcwnd .container-index .content .avatars .button-container .button:hover {
	background-color: #fff;
	border-color: #F69;
	color: #F69;
}
.pcwnd .container-index .content .avatars .button-container .button::before,
.pcwnd .container-index .content .avatars .button-container .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
}
.pcwnd .container-index .content .avatars .button-container .button,
.pcwnd .container-index .content .avatars .button-container .button::before,
.pcwnd .container-index .content .avatars .button-container .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pcwnd .container-index .content .avatars .button-container .button::before {
	right: 0;
	background-color: #F69;
}
.pcwnd .container-index .content .avatars .button-container .button::after {
	left: 0;
	background-color: #F69;
}
.pcwnd .container-index .content .avatars .button-container .button:hover::before,
.pcwnd .container-index .content .avatars .button-container .button:hover::after {
	width: 0;
	background-color: #F69;
}

.pcwnd .container-index .content .avatars .button-container .button .make-button {
        position: absolute;
        top: 5px;
        left: 120px;
}
.pcwnd .container-index .content .avatars .button-container .button .make-button img {
        width: 40px;
}
.pcwnd .container-index .content .avatars .button-container .button .make {
        line-height: 2;
}
.pcwnd .container-index .content .avatars .button-container .button .start {
        line-height: 1;
        font-size: 14px;
}

.pcwnd .container-index .content .sns {
        width: 100%;
        position: relative;
        background-color: indigo;
        color: #fff;
        text-align: center;
        padding-top: 60px;
}

.pcwnd .container-index .content .sns h2 {
        font-size: xx-large;
        color: #fff;
        text-align: center;

}

.pcwnd .container-index .content .sns .sns-container {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        padding-top: 60px;
}

.pcwnd .container-index .content .sns .sns-container .tw-container {
        width: 400px;
        height: 500px;
}

.pcwnd .container-index .content .sns .sns-container .tw-container .twitter-timeline {
        width: 300px;
        height: 500px;
}

.pcwnd .container-index .content .sns .sns-container .fb-container {
        width: 400px;
        height: 500px;
}

.sns-button-container {
        margin-top: 40px;
        width: 900px;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        padding-bottom: 60px;
}

.sns-button {
        margin-top: 40px;
        width: 400px;
        height: 80px;
        background-color: #F69;;
        line-height:70px;
        color: #fff;
        border-radius: 10px;
        text-decoration: none;
        font-size: x-large;
        margin-bottom: 30px;
}

.sns-button-container a{
        text-decoration: none;
        color: #fff;
}

.sns-button-container a:hover{
        text-decoration: none;
        opacity: 0.7;
}

.pcwnd .container-index .content .contact {
        position: relative;
        padding-top: 50px;
        text-align: center;
        height: 500px;
        background-color: dimgrey;
        color: #fff;
}

.pcwnd .container-index .content .contact .contact-txt {
        text-align: center;
        line-height: 0;
}

.pcwnd .container-index .content .contact .contact-txt2 {
        text-align: center;
        padding-top: 60px;
}

.pcwnd .container-index .content .contact .contact-txt h2{
        text-align: center;
        font-size: xx-large;
}

.pcwnd .container-index .content .contact .button-container{
        text-align: center;
}

.pcwnd .container-index .content .contact .button-container .button{
        width: 600px;
        height: 80px;
        text-align: center;
        margin-top: 50px;
}

.pcwnd .container-index .content .contact .button-container{
        text-align: center;

}

.pcwnd .container-index .content .contact .button-container .contact-button-txt{
        text-align: center;
        font-size: large;
}

.pcwnd .container-index .content .contact .button-container .contact-button-txt-en{
        text-align: center;
        font-size: small;
        line-height: 0;
}

#back {
	display:none;
}


.spwnd .sp-ad {
	position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    z-index: 100;
	background-color:#444;
}
.spwnd .share2 {
	display:none;
}

/*
@media screen and (orientation: landscape) {
*/
@media all and (min-width: 430px) {
	.warningwnd {
		display:block;
		position:relative;
		width:100%;
		height:100%;
		background-color:#F69;
		z-index:15500;
	}
	.warningwnd .tate {
		display:block;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;

		width:40%;
		height:40%;
	}
	.warningwnd .tate img {
		width:100%;
	}
	.spwnd {
		display:none;
	}
}


@media all and (min-width: 768px) {
	.container .warningwnd {
		display: block;
		position:absolute;
		width:100%;
		height:100%;
		background-color:#F69;
	}
}
#svg-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
}
.sp-koukoku {
  width:100%;
  max-width: 336px;
  height: 280px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
