@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Coiny&display=swap');
.fadein {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1500ms;
}
.fadein2 {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1500ms;
}
.fadein3 {
    opacity: 0;
    transform: translate(0, 15px);
    transition: all 3000ms;
}
.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}



/*-------------------
Tシャツグランプリ2025
-------------------*/

body.result2507_tg #contents .inner {
    max-width: 1200px;
    background: #7ecef4;
}


body.result2507_tg #contents .inner .contents-main-inner .txt-main h3{
    text-align: center;
    margin-top: -160px;
    font-weight: bold;
    font-size: 24px;
    padding: 20px 0 40px;
    line-height: 2.6rem;
}
body.result2507_tg #contents .inner .contents-main-inner .txt-main h3 span{
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}

body.result2507_tg #contents .inner .contents-main-inner .fv-box {
    margin-bottom: 40px;
}

body.result2507_tg #contents .inner .contents-main-inner .fv-box img{
    width: 100%;
}

body.result2507_tg #contents .inner .contents-main-inner .contents-result {
    margin: 15px auto 70px;
    padding: 20px 40px 50px;
    background: #fff;
    border-radius: 30px;
    border: 6px solid #1e2380;
    width: 80%;
    box-sizing: border-box;
}

.rank-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.rank-box > img {
    margin-top: -35px;
    width: 17%;
}
.rank-box .vote_num {
    font-size: 30px;
    margin-bottom: 25px;
}
.rank-box .vote_num span{
    font-size: 66px;
    color: #e4007f;
    margin: 0 15px 0;
}
.rank-box > div {
    width: auto;
    flex: 1;
    padding-left: 20px;
}
.rank-box p.shop_name {
    display: inline-block;
    font-size: 35px;
    border-bottom: 10px solid #fff100;
    font-weight: bold;
}
.rank-box figure {
    width: 20%;
    margin: 0;
    padding: 0;
}
.rank-box p.result_logo {
   width: 165px;
   height: 90px;
   background-position: center center;
   background-size: contain;
   background-repeat: no-repeat;
   margin: 20px auto;
}
.grid-box {
    display: grid;
    grid-template-columns: 40% 60%;
    box-sizing: border-box;
    background: rgba(255, 241, 0, 0.15);
    border-radius: 20px;
    margin-bottom: 40px;
}
.grid-box-fig {
    border: 8px solid #ddd;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.grid-box-fig img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px;
}
.grid-box-detail {
    padding: 20px;
    font-weight: bold;
}
.grid-box-detail > p{
    font-size: 22px;
    border-bottom: dotted 6px #ddd;
    padding-bottom: 20px;
    line-height: 2rem;
}
.grid-box-detail > p > span{
    
font-weight: 100;
    
font-size: 16px;
    
text-align: right;
    
display: block;
}

.grid-box-detail .item-detail p {
    font-size: 18px;
    padding-top: 15px;
    line-height: 1.8rem;
}

.comment-box p {
    display: flex;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}
.comment-box p::before {
    content:"";
    display: block;
    width:23px;
    background:#ddd;
    height: 6px;
    position: relative;
    left: -50px;
}
.comment-box p::after {
    content:"";
    display: block;
    width:23px;
    background:#ddd;
    height: 6px;
    position: relative;
    right: -50px;
}

ul.comment-box-item {
    display: grid;
    grid-template-columns: calc(100%/2 - 10px ) calc(100%/2 - 10px );
    grid-gap: 20px;
}
ul.comment-box-item li{
    background: rgba(126,206,244, 0.25);
    border-radius: 10px;
    padding: 20px 20px 45px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3rem;
    position: relative;
    text-align: justify;
}
ul.comment-box-item li span{
    font-weight: 100;
    display: block;
    text-align: right;
    position: absolute;
    width: calc(100% - 40px);
    bottom: 15px;
}

ul.comment-box-item li:nth-child(6n+2), ul.comment-box-item li:nth-child(6n+3), ul.comment-box-item li:nth-child(6n+6){
    background: rgba(228,0,127, 0.15);
}

.winning {
    width: 90%;
    margin: auto;
    padding-bottom: 50px;
}



/*-------------------
スマホ
body.sp
-------------------*/


body.sp.result2507_tg #contents .inner {
    padding: 0;
}
body.sp.result2507_tg #contents .inner .contents-main-inner .txt-main h3{
    font-size: 18px;
    padding: 20px 40px 0;
    line-height: 1.8rem;
    margin-top: 0;
}
body.sp.result2507_tg #contents .inner .contents-main-inner .txt-main h3 span{
    font-size: 30px;
    margin-bottom: 10px;
}

body.sp.result2507_tg #contents .inner .contents-main-inner .contents-result {
    margin: 15px auto 50px;
    padding: 0px 20px 20px;
    border-radius: 20px;
    border: 4px solid #1e2380;
    width: 90%;
}
body.sp .rank-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
    margin-bottom: 0;
    margin-bottom: 5px;
}
body.sp .rank-box > img {
    margin-top: -18px;
    width: 24%;
}
body.sp .rank-box .vote_num {
    font-size: 16px;
    margin-bottom: 3px;
}
body.sp .rank-box .vote_num span{
    font-size: 30px;
    color: #e4007f;
    margin: 0 5px 0;
}
body.sp .rank-box > div {
    padding-left: 12px;
}
body.sp .rank-box p.shop_name {
    font-size: 20px;
    border-bottom: 5px solid #fff100;
    line-height: 1.3rem;
}
body.sp .rank-box figure {
    width: 90%;
    margin: 15px auto;
    padding: 0;
}
body.sp .rank-box p.result_logo {
   width: 65px;
   height: 50px;
   background-position: center center;
   background-size: contain;
   background-repeat: no-repeat;
   margin: 20px auto;
} 

body.sp .grid-box {
    display: grid;
    grid-template-columns: auto;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 15px;
}
body.sp .grid-box-fig {
    border: 4px solid #ddd;
    border-radius: 10px;
}
body.sp .grid-box-detail {
    padding: 25px 0 10px;
}
body.sp .grid-box-detail > p{
    font-size: 18px;
    border-bottom: dotted 6px #ddd;
    padding-bottom: 10px;
    line-height: 1.6rem;
    text-align: justify;
}

body.sp .grid-box-detail .item-detail p {
    font-size: 16px;
    padding-top: 14px;
    line-height: 1.6rem;
    text-align: justify;
}
body.sp ul.comment-box-item {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
}




/* For modern browsers */
.cf:before, .cf:after {}
.cf:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}




/* For modern browsers */
.cf:before, .cf:after {}
.cf:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}