@media screen and (min-width: 960px) {
#stitch header {
    width: 100%;
    height: 360px
}
}

@media screen and (max-width: 959px) {
#stitch header:after {
    padding-top: 37.5%;
    display: block;
    content: ""
}
}

@media screen and (min-width: 768px) {
#stitch header .header-inner {/*max-width:960px;*/
    margin: 0 auto;
    position: relative
}
#stitch header .header-inner .visual {
    width: 100%;
    z-index: 1
}
#stitch header .header-inner h1 {
    width: 75%;
    z-index: 1;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
#stitch header {
    position: relative
}
#stitch header:after {
    padding-top: 56%;
    display: block;
    content: ""
}
#stitch header .header-inner {/*max-width:960px;*/
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}
#stitch header .header-inner .visual {
    width: 96%;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 1
}
#stitch header .header-inner h1 {
    width: 96%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 1
}
}
section .use-box {
    overflow: hidden
}
section .use-box .sns-ico {
    float: right;
    text-align: right
}
section .use-box h2 {
    margin: 0 auto
}
section .use-box .txt {
    text-align: center
}
section .use-box .btn {
    border-radius: 30px;
    background-color: #1da1f2;
    position: relative;
    transition: opacity .5s
}
section .use-box .btn a {
    display: block
}
section .use-box .btn a p {
    color: #ffffff;
    text-align: center
}
section .use-box .btn a p:after {
    content: "\f105";
    color: #fadc3b;
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}
section .use-box .btn:hover {
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
section .use-box .btn {
    width: 350px;
    height: 50px;
    margin: 0 0 0 auto;
	padding-bottom: 1rem;
    padding-top: 1rem;
		
}
section .use-box .btn a p {
    line-height: 20px;
    font-size: 16px;
}
}

@media screen and (max-width: 767px) {
section .use-box .btn {
    width: 100%;
    height: 100%;
    max-width: 605px;
    margin: 0 auto;
}
section .use-box .btn a p {
    font-size: 18px;
    line-height: 20px
}
}

@media screen and (max-width: 410px) {
section .use-box .btn {
    height: 100%;
}
section .use-box .btn a p {
    font-size: 14px;
    line-height: 20px
}
}

@media screen and (min-width: 768px) {
section .use-box {
    margin-bottom: 35px
}
section .use-box h2 {
    line-height: 1.0
}
section .use-box .txt {
    font-size: 18px;
    margin: 20px 0 20px
}
section .use-box .use {
    max-width: 900px;
    height: auto
}
section .use-box .btn {
    margin: 33px auto 0
}
}

@media screen and (max-width: 767px) {
section .use-box {
    margin-bottom: 10%
}
section .use-box .txt {
    font-size: 16px;
    margin: 5% 0
}
section .use-box .btn {
    width: 100%;
    margin-top: 5%;
	padding-top: 0.8rem;
    padding-bottom: 0.9rem;
}
	section .use-box #pati {
    width: 70%;
}
}

@media screen and (max-width: 350px) {
section .use-box .txt {
    font-size: 14px
}
}
section .use-box .sns-ico li {
    vertical-align: middle;
    display: inline-block
}
section .use-box .sns-ico li a {
    display: block
}
section .product-box h3 {
    text-align: left;
    color: #e4007f;
    border-bottom: 3px solid #e4007f
}
section .product-box h3 span {
    color: #dfdfdf;
    display: inline-block;
    vertical-align: middle
}
/*section .product-box .product {
    border-bottom: 1px dotted #999999
}*/
section .product-box .product .txt .btn {
    border-radius: 30px;
    background-color: #e4007f;
    position: relative;
    transition: opacity .5s
}
section .product-box .product .txt .btn a {
    display: block
}
section .product-box .product .txt .btn a p {
    color: #ffffff;
    text-align: center
}
section .product-box .product .txt .btn a p:after {
    content: "\f105";
    color: #fadc3b;
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}
section .product-box .product .txt .btn:hover {
    opacity: 0.5
}

@media screen and (min-width: 768px) {
section .product-box .product .txt .btn {
    width: 300px;
    height: 50px;
    margin: 0 0 0 auto
}
section .product-box .product .txt .btn a p {
    line-height: 50px;
    font-size: 16px
}
}

@media screen and (max-width: 767px) {
section .product-box .product .txt .btn {
    width: 100%;
    height: 60px;
    max-width: 605px;
    margin: 0 auto
}
section .product-box .product .txt .btn a p {
    font-size: 18px;
    line-height: 60px
}
}

@media screen and (max-width: 410px) {
section .product-box .product .txt .btn {
    height: 100%;
}
section .product-box .product .txt .btn a p {
    font-size: 14px;
    line-height: 40px
}
}
section .product-box .product .txt .price span {
    display: block
}

@media screen and (min-width: 768px) {
section .product-box .product .txt h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px
}
section .product-box .product .txt .txt-inner {
    font-size: 14px;
    margin-bottom: 30px
}
section .product-box .product .txt .price {
    text-align: right;
    font-size: 13px;
    margin-bottom: 10px
}
section .product-box .product .txt .price span {
    padding: 10px 0
}
}

@media screen and (max-width: 767px) {
section .product-box .product .txt {
    text-align: left
}
section .product-box .product .txt h4 {
    font-size: 20px;
    margin-bottom: 3%
}
section .product-box .product .txt p {
    font-size: 14px;
    margin-bottom: 8%;
    line-height: 1.7
}
section .product-box .product .txt .price {
    font-size: 16px
}
section .product-box .product .txt .price span {
    padding: 2% 0;
    font-size: 12px
}
}

@media screen and (min-width: 768px) {
section .product-box h3 {
    font-size: 24px;
    padding: 15px 0;
    line-height: 1.0
}
section .product-box h3 span {
    margin-left: 15px;
    font-size: 14px
}
section .product-box .product {
    padding: 50px 0 35px;
    overflow: hidden
}
section .product-box .product .ph {
    width: 315px;
    float: left
}
section .product-box .product .txt {
    width: 57%;
    margin-left: 43%
}
}

@media screen and (max-width: 767px) {
section .product-box {
    padding-bottom: 5%
}
section .product-box h3 {
    font-size: 23px;
    letter-spacing: 0.1em;
    padding: 3% 0
}
section .product-box h3 span {
    margin-left: 2%;
    font-size: 12px;
    letter-spacing: 1
}
section .product-box .product {
    padding: 5% 2%
}
section .product-box .product .ph {
    width: 94%;
    margin: 0 auto
}
section .product-box .product .txt {
    width: 100%;
    margin-top: 5%
}
}

@media screen and (max-width: 350px) {
section .product-box h3 {
    font-size: 20px
}
}
section .product-box .video-box {
    position: relative;
    width: 80%;
    margin: 50px auto 0
}
section .product-box .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}
section .product-box .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}
section .link ul {
    line-height: 1.0
}
section .link ul li {
    display: inline-block;
    vertical-align: middle
}
section .link ul li a {
    display: block
}
section .link .bnr {
    line-height: 1.0
}

@media screen and (min-width: 768px) {
section .link {
    padding: 40px 0
}
section .link ul {
    text-align: center
}
section .link ul li {
    padding: 0 6px
}
section .link .bnr {
    width: 640px;
    margin: 0 auto 30px
}
}

@media screen and (max-width: 767px) {
section .link {
    margin-bottom: 3%
}
section .link ul {
    letter-spacing: -0.5em;
    text-align: left
}
section .link ul li {
    width: 50%;
    letter-spacing: 0;
    margin-bottom: 2%;
    padding: 0 2%
}
}

@media screen and (min-width: 768px) {
section.beads .use-box h2 {
    width: 360px
}
section.pati .use-box h2{
	width: 220px;
}
section.beads .link .bnr {
    margin-bottom: 10px
}
}

@media screen and (max-width: 767px) {
section .use-box .sns-ico li {
    padding: 0 2%
}
section .product-box .video-box {
    position: relative;
    width: 100%;
    margin: 5% auto 0
}
section .link {
    width: 104%;
    margin: 0 -2%
}
section.beads .use-box h2 {
    width: 73.38%;
    margin: 0 auto
}
section.beads .use-box .sns-ico {
    width: 24%
}
section.beads .link {
    margin-bottom: 5%
}
section.beads .link .bnr {
    margin-top: 3%
}
}
#stitch .content {
    background: url("../img/stitch_bg.jpg") repeat top center;
    position: relative;
    z-index: 5
}
#stitch section {
    position: relative;
    z-index: 1
}
#stitch section .inner {
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.1)
}
#stitch section .use-box .btn {
    background-color: #1c9cea
}
#stitch section h3 {
    color: #000000;
    border-bottom: 3px solid #1c9cea
}
#stitch section .txt .btn {
    background-color: #ce45c0e3;
}
#stitch section .minion {
    position: absolute
}

@media screen and (min-width: 961px) {
#stitch .content {
    padding-top: 70px
}
#stitch section .num2 {
    top: 490px;
    right: -140px;
    z-index: 3
}
#stitch section .num3 {
    width: 223px;
    left: -175px;
    bottom: -123px;
    z-index: 3
}
#stitch section .num4 {
    position: absolute;
    right: -122px;
    top: 266px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    z-index: 1
}
#stitch section.puzzle {
    margin-bottom: 130px
}
#stitch .md {
    display: none
}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
#stitch .content {
    padding-top: 100px
}
#stitch section .num1, #stitch section .num3.pc, #stitch section .num5 {
    display: none
}
#stitch section .num2 {
    top: -77px;
    left: 38px;
    z-index: 3
}
#stitch section.puzzle {
    padding-bottom: 0px
}
#stitch .num3 {
    width: 270px;
    margin: 40px auto 60px
}
#stitch .num4 {
    width: 307px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 1
}
}

@media screen and (min-width: 768px) {
#stitch section {
    max-width: 960px;
    margin: 0 auto;
    border-radius: 10px
}
#stitch section>.inner {
    padding: 40px 40px 0;
    position: relative;
    border-radius: 10px;
    z-index: 2
}
#stitch section.beads .product .ph {
    width: 360px
}
#stitch section.puzzle .product-box:first-of-type {
    margin-bottom: 30px
}
#stitch section .use-box {
    margin-bottom: 15px
}
#stitch section .use-box .use {
    max-width: 880px
}
#stitch section .use-box .sns-ico li {
    padding: 0 5px
}
#stitch section .num1 {
    top: 97px;
    left: -86px;
    z-index: 3
}
#stitch section .num5 {
    left: -371px;
    bottom: -36px;
    z-index: 3
}
#stitch .bnr {
    width: 640px;
    margin: 40px auto 30px
}
}

@media screen and (max-width: 767px) {
#stitch .content {
    padding-top: 12%
}
#stitch section .inner {
    background-color: #ffffff;
    padding: 0 4%;
    position: relative;
    z-index: 2
}
#stitch section.beads .inner {
    padding-top: 5%
}
#stitch section.puzzle {
    padding-bottom: 25%
}
#stitch section.puzzle .inner {
    padding-top: 3%
}
#stitch section .use-box {
    margin-bottom: 3%
}
#stitch section .num2 {
    width: 24.53%;
    top: -4%;
    left: 3.5%;
    z-index: 2
}
#stitch .link {
    padding-bottom: 5%
}
#stitch .bnr {
    width: 74%;
    margin: 5% auto 0
}
#stitch .num3 {
    width: 38%;
    margin: 3% auto 5%
}
#stitch .num4 {
    width: 43.33%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 1
}
}
.bottom {
    text-align: center;
    margin: 0 auto
}
.bottom .bnr {
    line-height: 1.0
}
.bottom span {
    display: block;
    color: #FFF;
}
.bottom .btn {
    border-radius: 30px;
    background-color: #094;
    position: relative;
    transition: opacity .5s
}
.bottom .btn a {
    display: block
}
.bottom .btn a p {
    color: #ffffff;
    text-align: center
}
.bottom .btn a p:after {
    content: "\f105";
    color: #fadc3b;
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}
.bottom .btn:hover {
    opacity: 0.5
}

@media screen and (min-width: 768px) {
.bottom .btn {
    width: 300px;
    height: 50px;
    margin: 0 0 0 auto
}
.bottom .btn a p {
    line-height: 50px;
    font-size: 16px
}
}

@media screen and (max-width: 767px) {
.bottom .btn {
    width: 100%;
    height: 60px;
    max-width: 605px;
    margin: 0 auto
}
.bottom .btn a p {
    font-size: 18px;
    line-height: 20px
}
}

@media screen and (max-width: 410px) {
.bottom .btn {
    height: 40px
}
.bottom .btn a p {
    font-size: 14px;
    line-height: 10px
}
}
.bottom .btn a p:after {
    content: ""
}
.bottom .follow {
    background-color: #eaf0f3;
    transition: opacity .5s
}
.bottom .follow a {
    color: #000000;
    display: block
}
.bottom .follow a img {
    display: inline-block;
    vertical-align: middle
}
.bottom .follow:hover {
    opacity: 0.7
}

@media screen and (min-width: 768px) {
/*.bottom {
    max-width: 900px
}*/
.bottom .bnr {
    width: 640px;
    margin: 0 auto 30px
}
.bottom .follow {
    width: 360px;
    margin: 0 auto
}
.bottom .follow a {
    display: block;
    padding: 15px 30px
}
.bottom .follow a p img {
    margin-right: 5px
}
.bottom span {
    padding: 20px 0 10px
}
.bottom .btn {
    width: 225px;
    height: 100%;
}
.bottom .btn a p {
    line-height: 100%;
    font-size: 13px
}
}

@media screen and (max-width: 767px) {
.bottom {
    padding: 5% 4%
}
.bottom .bnr {
    margin: 0 auto 5%
}
.bottom .follow a {
    padding: 3% 0
}
.bottom .follow a p {
    font-size: 14px
}
.bottom .follow a p img {
    margin-right: 5px
}
.bottom span {
    padding: 5% 0;
    font-size: 16px;
		color:#FFF;
}
.bottom .btn {
    width: 70.17%;
    margin: 0 auto
}
}

@media screen and (max-width: 410px) {
.bottom .follow a p {
    font-size: 12px
}
.bottom .btn a p {
    font-size: 14px
}
}

@media screen and (min-width: 768px) {
#stitch .bottom {
    padding-bottom: 30px;
    margin-top: 40px
}
#stitch .bottom .follow {
    border-radius: 40px
}
#stitch .bottom .btn {
    margin: 20px auto 0
}
}

@media screen and (max-width: 767px) {
#stitch .bottom .follow {
    border-radius: 3px
}
#stitch .bottom .bnr {
    width: 80.88%;
    margin: 0 auto 5%
}
#stitch .bottom .num5 {
    width: 47.06%;
    margin: 5% auto 0
}
}
/*# sourceMappingURL=layout.css.map */



/*CAI*/
* {
     margin: 0;
     padding: 0;
}
#stitch #menu {
    width: 100%;
    background-color: rgba(247,244,251,0.6);
    ;
    max-width: 100%;
}
.menubox {
    margin: 0 auto;
    padding: 1% 0;
    text-align: center;
}
.menu {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
}
.menu > div {
    width: 16%;
    margin: 1% 2%;
    text-align: center;
}
#stitch section .use-box {
    margin-bottom: 9%;
}
#stitch section.beads .inner, #stitch section.nail .inner, #stitch section.pati .inner {
    padding: 40px 40px 0;
    margin-bottom: 0px;
    position: relative;
    border-radius: 10px;
    z-index: 2;
}
#footer {
    background-color: #f39800;
}
.ribbon {
    width: 100%;
    height: 25px;
	background-color: #f29600;
}
.product-box .sns-ico {
    float: right;
}
section .product-box .txt {
    text-align: center;
}
.txt-inner {
    text-align: left;
}

@media screen and (max-width: 959px) {
#stitch header:after {
    padding-top: 0%;
}
}

@media screen and (min-width: 960px) {
#stitch header {
    width: 100%;
    height: auto;
}
}

@media screen and (min-width: 768px) {
#stitch header .header-inner .visual_pc {
    /*display: flex;*/line-height:0;
    width: 100%;
}
#stitch header .header-inner .visual_sp {
    display: none;
}
#stitch section .num1 {
    top: 120px;
    left: -120px;
}

}

@media screen and (min-width: 768px) {
section.nail .use-box h2 {
    width: 360px;
}
section.pati .use-box h2{
	width: 200px;
}
section.nail .link .bnr {
    margin-bottom: 10px;
}
section.pati .product-box h2 {
    width: 360px;
}
#stitch section {
    margin-bottom: 130px;
    width: 95%;
}
section .product-box .txt {
    font-size: 18px;
    margin: 20px 0 20px;
}
section .product-box .product .txt {
    width: 50%;
}
section .product-box .product .txt .txt-inner {
    letter-spacing: 0.1em;
}
}

@media screen and (max-width: 767px) {
.menu > div {
    width: 40%;/*30*/
    margin: 1% 4%;
}
#stitch .content {
    padding-top: 0%;
}
#stitch section .use-box {
    margin-bottom: 15%;
}
#stitch header .header-inner .visual_sp {
    display: block;
    width: 100%;
}
#stitch header {
    position: relative;
}
#stitch header .header-inner .visual_pc {
    display: none;
}
#stitch section.beads,  #stitch section.nail,  #stitch section.pati {
    margin: 0 auto;
    width: 95%;
}
#stitch section.beads,  #stitch section.nail,  #stitch section.pati {
    padding-bottom: 25%;
}
#stitch section.beads .inner,  #stitch section.nail .inner {
    padding-top: 3%;
}
#stitch section.beads .inner,  #stitch section.nail .inner {
    margin-bottom: 0px;
}
#stitch section.beads .inner,  #stitch section.nail .inner,  #stitch section.pati .inner {
    padding: 10px 40px 0;
}
#stitch section.pati .num2 {
    top: -1.8%;
}
#stitch header .header-inner .visual {
    width: 100%;
    top: 45%;
    left: 50%;
}
#stitch section .num2 {
    width: 26%;
    top: -10%;
}
#stitch header:after {
    padding-top: 70%;
    display: block;
    content: "";
}
section .product-box {
    padding-bottom: 15%;
}
section .product-box .product {
    padding: 10% 0;
}
section .product-box .product .txt .btn {
    margin-bottom: 30px;
}
section .product-box .txt {
    font-size: 16px;
    margin: 5% 0;
}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
#stitch .content {
    padding-top: 0px;
}
}

@media screen and (min-width: 961px) {
#stitch .content {
    padding-top: 0px;
}
#stitch section.beads, #stitch section.nail, #stitch section.puzzle {
    margin-bottom: 130px;
}
#stitch section .num3 {
    width: 230px;
    left: -175px;
    bottom: -30px;
    z-index: 3;
}
}

.pagetop {
	width:23%;
	max-width:150px;
	z-index: 9999;
    position: fixed;
    bottom: 0.1%;
    right: -2%;
	}

.ep-sns-icon-area{
	padding: 0px;
	margin: 30px auto 0;
	text-align:center;
	}
.ep-sns-icon-area img{
	/*width: 35%;*/
	max-width: 35px !important;
	margin: 0 5px;
	}

.copyright-text {
    text-align: center;
    color: #000000;
}