@charset "UTF-8";
/* CSS Document */

.sponsor-lead{
    margin: 0 auto 120px;
}
.sponsor-contents-section{
    text-align:center;
    margin: 0 auto 60px;
}

.sponsor-sign-section{
    text-align:center;
    margin: 0 auto 200px;
}

.sponsor-art-section{
    text-align:center;
    margin: 0 auto 40px;
}
.sponsor-sign-frame,
.sponsor-souvenir-frame{
       background-color: #fff;
    background-image: url(../img/common/bg-check-pink.png);
    box-shadow: 0 0 8px 8px #fdbdd9, inset 0 0 2px 2px #fff;
    border-radius: 50px;
    position: relative;
   padding: 40px 20px 0;
        width: 96%;
        margin: 0 auto;
}
.sponsor-sign-heading,
.sponsor-souvenir-heading{
    position:absolute;
      top: -18%;
    padding-top: 8%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
 width: 70%;
}
.sponsor-souvenir-heading{
      top: -6%;
    padding-top: 5%;
}
.sponsor-art-frame,
.sponsor-drawing-frame{
    position: relative;
        width: 96%;
        margin: 0 auto;
}
.sponsor-art-heading,
.sponsor-drawing-heading{
        position:absolute;
      top: 5%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}
@media only screen and (min-width: 800px) and (min-aspect-ratio: 10/8) {
/*
    .sponsor-sign-heading,
.sponsor-souvenir-heading{
    max-width: 500px;
        top: -90px;
}
    .sponsor-art-heading,
.sponsor-drawing-heading{
    top:40px;
    max-width: 500px;
}
*/
}
.contents-frame-star{
        background-color: #fff;
    background-image: url(../img/common/bg-check-pink.png);
    box-shadow: 0 0 8px 8px #fdbdd9, inset 0 0 2px 2px #fff;
    border-radius: 50px;
    position: relative;
    padding: 40px;
        width: 96%;
    margin: 0 auto;
}
.contents-frame-star-inner{
    position:relative;
    z-index: 10;
}
.contents-frame-star:before{
    position:absolute;
    content: "";
    width: 240px;
    height: 240px;
    background: url(../img/common/frame-star-icon-top.webp);
    left: -60px;
    top: -80px;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}
.contents-frame-star:after{
    position:absolute;
    content: "";
    width: 240px;
    height: 240px;
    background: url(../img/common/frame-star-icon-bottom.webp);
    right: -60px;
    bottom: -60px;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
    .contents-frame-star {
    padding: 20px;
        border-radius: 25px;
    }
    .contents-frame-star:before{
    width: 180px;
    height: 180px;
    left: -40px;
    top: -60px;
}
.contents-frame-star:after{
    position:absolute;
    content: "";
    width: 180px;
    height: 180px;
    right: -40px;
    bottom: -40px;
}
}
@media only screen and (max-width: 400px) {
    .contents-frame-star {
    padding: 15px;
    }
    .contents-frame-star:before{
    width: 120px;
    height: 120px;
    left: -30px;
    top: -40px;
}
.contents-frame-star:after{
    position:absolute;
    content: "";
    width: 120px;
    height: 120px;
    right: -30px;
    bottom: -20px;
}
}
.contents-wrapper-right.sponsor{
        background: url(../img/common/bg/bg5.png), linear-gradient(to bottom, #04a9fc, #04a9fc);
        overflow: hidden;
}
.contents-wrapper-right.sponsor .contents-wrapper-right-inner{
    background: url(../img/common/bg-star-blue-purple.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
        background-position: 50% 0;
}
.footer-copyright.sponsor {
    background-color:#04a9fc;
    color: #5f5f5f;
}
.sponsor-section{
    margin-bottom:60px;
}
.sponsor-image-container{
    margin-bottom:60px;
}
.sponsor-present1{
    margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
.sponsor-present1{
    margin-bottom: 60px;
}
}
@media only screen and (max-width: 500px) {
    .sponsor-apply-step-list {
    font-size: 16px;
    }
}
/*
.sponsor-apply-step-list span{
    display: inline-block;
    background-color:#d871f1;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100px;
    color: #fff;
    text-align: center;
}*/
