@charset "UTF-8";

.page {
    position: relative;
    width: 94%;
    margin: 0 3% 0 3%;
    padding: 5% 0 0 0;
}

/** メインコンテンツ */
main {
    width: 100%;
    height: auto;
}

.main-container {
    position: relative;
}

.main-picture {
    width: 100%;
    display: block;
}

.main-toto {
    position: absolute;
    width: 10%;
    top: 45%;
    right: -2%;
    z-index: -1;
}

.main-eru {
    position: absolute;
    width: 20%;
    top: 32%;
    left: -5%;
    z-index: -1;
}

/** バナー */
.banner {
    width: 100%;
    height: auto;
    top: 34%;
}
.banner-container {
    width: 90%;
    margin: 3% 5% 0 5%;
}
.banner h2 > img {
    width: 100%;
    height: auto;
}
.banner-profile {
    position: relative;
    width: 100%;
    margin-top: 8%;
}
.border-banner {
    position: absolute;
    width: 100%;
    bottom: -2%;
    z-index: 1;
}
.banner-siru {
    position: absolute;
    width: 28%;
    left: 4%;
    bottom: 0;
}
.banner-inner-sp {
    padding-top: 3%;
}
.banner-inner-sp a {
    display: block;
    position: relative;
}
.banner-inner-sp img {
    margin: 4% 0 3% 0;
}
.banner-inner-sp .balloon-dl {
    position: absolute;
    top: -10%;
    left: 7%;
    width: 16%;
}


.banner-miru-container-sp {
    position: relative;
    width: 96%;
    margin: 3% 2% 0 2%;
}

.banner-miru-container-sp > img {
    position: absolute;
    width: 22%;
    top: -53%;
    right: 1%;
    z-index: -1;
}

.banner-toy-sp {
    position: relative;
    z-index: -2;
}

.banner-inner {
    margin-top: 2%;
}

.banner-inner:after {
    content: '';
    display: block;
    clear: both;
}

.banner-inner div {
    width: 47%;
    height: auto;
    float: left;
}

.banner-last {
    margin-left: 6%;
}

.banner-miru-container {
    position: relative;
}

.banner-miru-container > img {
    position: absolute;
    width: 40%;
    top: -40%;
    right: -15%;
    z-index: -1;
}

.banner-download {
    position: relative;
    z-index: -2;
}
.banner-block{
    position: relative;
    z-index: -2;
}
.banner-link {
    width: 96%;
    margin: 0 2% 0 2%;
}

.banner-link:after {
    content: '';
    display: block;
    clear: both;
}

.banner-link div {
    float: left;
}

.banner-link img {
    width: 100%;
}
.banner-download-block {
    position: relative;
}
.banner-download-block .balloon_dl {
    position: absolute;
    top: -15%;
    right: 12%;
    width: 35%;
    z-index: 3;
}

/** クリエイター紹介 */
.creator-container {
    position: absolute;
    width: 64%;
    display: none;
    top: 75%;
    background-color: rgba(208,243,185,0.8);
    border-radius: 10px 10px 10px 10px;
    padding: 3% 0 3% 0;
    z-index: 1;
	left: 18%;
    right: 18%;
}
.creator-border {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.creator-inner-container {
    position: relative;
    width: 92%;
    margin: 0 4% 0 4%;
    padding-bottom: 2%;
    border: dashed 0.2em #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
}
.character-wrapper {
    width: 90%;
    margin: 8% 5% 0 5%;
}
.character-wrapper:after {
    content: '';
    display: block;
    clear: both;
}
.character-content {
    width: 33.3333%;
    float: left;
}
.usagi-picture {
    width: 80%;
    margin: 32% 0 0 20%;
}
.negi-picture {
    width: 100%;
}
.toto-picture {
    width: 65%;
    margin: 30% 20% 0 15%;
}
.profile-container {
    margin: 3% 0 3% 0;
}
.profile-container p {
    font-size: 0.9rem;
    color: #2a5aad;
    text-align: center;
    letter-spacing: -0.1em;
    line-height: 120%;
    margin: 0;
}
.profile-container a:hover {
    text-decoration: underline;
    color: #2a5aad;
}
.profile-first {
    margin-bottom: 3%;
}
.profile-container a {
    text-decoration: none;
}
.creator-name {
    position: absolute;
    width: 40%;
    top: -5%;
    left: 30%;
}
.close {
    position: absolute;
    width: 10%;
    top: -3%;
    right: -3%;
}

/** タブレットサイズ */
@media (min-width: 768px) {
    .page {
        width: 800px;
        margin: 0 auto 0 auto;
    }

    .profile-container p {
        font-size: 1.5rem;
    }
    .creator-container {
        border-radius: 20px 20px 20px 20px;
	    left: 18%;
        right: 18%;
    }
    .creator-inner-container {
        border-radius: 20px 20px 20px 20px;
    }
}

/** PCサイズ */
@media (min-width: 968px) {
    .page {
        width: 1100px;
        margin: 0 auto 0 auto;
    }
    .banner {
        width: 800px;
        margin: 100px 150px 0 150px;
    }

    .balloon {
        width: 6%;
        right: 17%;
        bottom: 15%;
    }
    .main-picture {
        width: 100%;
    }

    .creator-container {
        top: 80%;
		left: 18%;
        right: 18%;
    }
    .profile-container p {
        font-size: 1.6rem;
    }
    .banner-profile {
        margin-bottom: 5%;
    }
    .creator-container {
        border-radius: 25px 25px 25px 25px;
    }
    .creator-inner-container {
        border-radius: 25px 25px 25px 25px;
    }

    .creator-guide {
        position: absolute;
        width: 13%;
        top: 25%;
        right: 27%;
    }
	
}

/** twitter設置 pc */
     .twitter-widget{
         background:url(../images/twitter_background.png) no-repeat;
         width: 700px;
         height: 440px;
         padding: 35px;
         margin-top: 4%;
	 }
	 
	 
     .jutaku_banner {
	    width: 50%;
        margin-left: 2%;
		margin-top: 2%;
	 }
	 
	 .jutaku_banner > img {
	    width: 100%;
		height: auto
	 }
	 
/** twitter設置 sp */
	 .jutaku_banner_sp img {
		 width: 100%;
		 margin-top: 3%; 
	 }
	 .twitter-widget_sp iframe {
		 width: 90% !important;
         margin: 0 5% 0 5%;
	 }
	 .twitter-widget_sp {
	     padding-top: 5%;
	 }