@charset "UTF-8";

.title-sub {
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

.navi {
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: solid 1px #9e9e9e;
    margin: 0 auto 32px;
    padding: 16px 0 24px;
}

.navi ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    gap: 4px;
}

.navi ul li {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: calc((100% - 8px )/3);
}

.navi ul li a {
    display: block;
    width: 100%;
    color: #fff;
    /* padding: 3% 0; */
}

.navi img {
    width: 100%;
}

img.anchor {
    margin-bottom: 10px;    
    width: 24px;
}

.no-1-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
}

.rank-crown {
    font-family: "Marcellus", "BIZ UDPMincho", serif;
    grid-area: ttl;
    width: 56px;
    align-self: center;
    vertical-align: bottom;
    position: relative;    
}

.rank-crown::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30%;
    left: -36px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url('crown_gold.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.four-items img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
}

.ranking-list {
    background: #fff;
    box-sizing: border-box;
    color: #666;
    font-family: "Times", "Times New Roman", serif;
    font-size: 18px;
    font-style: oblique;
    height: 45px;
    background: linear-gradient(135deg, #f8f8f8 0%, #f8f8f8 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
    padding: 1px 0 0 7px;
    position: absolute;
    text-align: left!important;
    vertical-align: middle;
    width: 45px;
    top: 0;
    left: 0;
}

.no-1-wrapper .ranking-list {
    background: #e5cfa5;
  background: linear-gradient(135deg, #e5cfa5 0%, #e5cfa5 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
  /* color: #fff; */
}

.no-2-wrapper .ranking-list {
    background: #d5d5d5;
    background: linear-gradient(135deg, #d5d5d5 0%, #d5d5d5 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.no-3-wrapper .ranking-list {
    background: #ddb4a0;
    background: linear-gradient(135deg, #ddb4a0 0%, #ddb4a0 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}

.content-btn {
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 16px auto 24px;
    padding: 20px 0;
    text-align: center;
    width: 80%;
    max-width: 320px;
    line-height: 1.6em;
    font-weight: bold;
}

.btn-more {
    clear: both;
    margin: 40px 0 50px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.btn-more a {
    background: #dd2b30;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 30px 10px 0;
    padding: 14px 0;
    text-align: center;
    width: 300px;
}

.balloon-container {
    display: inline-block;
    grid-area: ttl;
    font-size: 13px;
    align-self: center;
    vertical-align: bottom;
    position: relative;
}

.balloon-1 {
    position: absolute;
    left: 10%;
    top: -120px;
}

.balloon-2 {
    position: absolute;
    left: 50%;
    top: -50px;
}

.balloon-1 span {
    padding: 10px;    
    background-color: #f5d6e3;
    display: inline-block;
    border-radius: 12px;
    text-align: center;
    position: relative;
}

.balloon-2 span {
    padding: 10px;    
    display: inline-block;
    border-radius: 12px;
    text-align: center;
    position: relative;    
    background-color: #f5d6e3;
}


.balloon-1 span::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: 20px;
  border-right: 14px solid #f5d6e3;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: rotate( 55deg);
}

.balloon-2 span::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: 20px;
  border-right: 14px solid #f5d6e3;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: rotate( 55deg);
}


.container {
    padding: 80px 0 60px;
}

.m-link-archive-img img {
    height: auto;
}

.tfslive_box img {
    height: auto;
}



@media screen and (min-width: 641px){
    

.title {
    width: 1000px;
    
    margin: 0 auto;
}

.title img {
    display: block;
    max-width: 640px;
    margin: 0 auto;
}

.title-sub {
    display: block;
    text-align: center;
    background-color: #eee;
    padding: 2% 0;
    margin: 24px 0;
}

.title-sub p {
    font-size: 14px;
}

.navi {
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: solid 1px #9e9e9e;
    margin: 0 auto 32px;
    padding: 24px 0 20px;
}

.navi ul {
    width: 700px;
    display: flex;
    margin: 0 auto;
}

.navi ul li {
    width: calc((700px - 16px) / 5);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

/* .navi ul li::after{
    display: block;
    position: absolute;
    content: "";
    background-image: url(../esw240924_edit/anchor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 12px;
    left: 45%;
    margin: 6px 0 0;
} */

.navi ul li a:hover {
    opacity: .6;
}

.container {
    padding: 40px 0 60px;
}


.section-inner {
    width: 1000px;
    display: grid;
    grid-template-columns: auto auto auto 210px 210px;
    grid-template-rows: repeat(8,auto);
    grid-template-areas: "ttl ttl ttl ttl ttl"
        "text text text text text"
        "no1 no1 . no2 no3"
        "no1 no1 . no2 no3"
        "no1 no1 . no4 no5"
        "no1 no1 . no4 no5"
        "no1 no1 . . .";
    margin: 24px auto 40px;
    justify-content: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
         row-gap: 8px;
}

.section-inner a:hover {
    opacity: .7;
}

.section-inner.reverse {
    width: 1000px;
    display: grid;
    grid-template-columns: 210px 210px auto auto auto ;
    grid-template-rows: repeat(8,auto);
    grid-template-areas: "ttl ttl ttl ttl ttl"
        "text text text text text"
        "no2 no3 . no1 no1"
        "no2 no3 . no1 no1"
        "no4 no5 . no1 no1"
        "no4 no5 . no1 no1"
        ". . . no1 no1";
    margin: 24px auto 40px;
    justify-content: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
         row-gap: 8px;
}

.section-inner h2 {
    grid-area: ttl;
    font-size: 50px;
    font-family: "Marcellus", "BIZ UDPMincho", serif;
    padding: 0 0 0 72px;
}

.rank-crown {
    grid-area: ttl;
    font-size: 24px;
    margin-top: 16px;
    align-self: center;
    vertical-align: bottom;
}


.rank-crown::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -8px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);  
    background-image: url('crown_gold.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.section-inner h2 span {
    display: inline-block;
    font-size: 18px;
    padding-left: 8px;
}

.rank-desc {
    grid-area: text;
    width: 900px;
    font-size: 14px;
    padding: 0 2% 1%;
}


.no-1-wrapper {
    grid-area: no1;
}

.no-1-wrapper img {
    width: 500px;
    aspect-ratio: 5/6;
    vertical-align: bottom;
}

.no-1-text-wrapper {
    padding: 4px 0 0;
}

.no-1-wrapper .ranking-list {
    font-size: 24px;
    height: 60px;
    padding: 0 11px;
    width: 60px;
}

.no-2-wrapper {
    grid-area: no2;
}

.no-3-wrapper {
    grid-area: no3;
}

.no-4-wrapper {
    grid-area: no4;
}

.no-5-wrapper {
    grid-area: no5;
}

.item-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: subgrid;
}

.no-2-wrapper a, .no-3-wrapper a, .no-4-wrapper a, .no-5-wrapper a{
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto 60px 30px;
        grid-template-areas: "img"
            "items"
            "btn";
} 

.four-items img {
    width: 100%;
    aspect-ratio: 5/6;
    vertical-align: bottom;
}


.item-wrapper p {
    padding: 4px 0 0;
}

.item-wrapper a::after {
    display: block;
    content: 'check';
    background-color: #3e3e3e;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    margin-left: auto;
    width: 17%;
    text-align: center;
}

.no-1-wrapper.item-wrapper a::after {
    width: 8%;
    margin-top: -7%;
}

.btn-more {
    clear: both;
    margin: 0 0 50px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.btn-more a:hover,
.taglink li a:hover {
    opacity: .6;
}


.balloon-1 {
    position: absolute;
    left: 380px;
    top: -70px;
}

.balloon-2 {
    position: absolute;
    left: 540px;
    top: -40px;
}

.balloon-1.doubleline {
    left: 360px;
    top: -80px;
}

#sec_5 .balloon-2.doubleline {
    left: 560px;
    top: -20px;
}



.balloon-1 span::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: 46px;
  border-right: 14px solid #f5d6e3;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: rotate( 55deg);
}

.balloon-2 span::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: 46px;
  border-right: 14px solid #f5d6e3;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: rotate( 55deg);
}

.balloon-1.singleline span::after,
.balloon-2.singleline span::after {
  left: 20px;
  top: 24px;
}

#sec_1 .balloon-container,
#sec_3 .balloon-container,
#sec_4 .balloon-container {
    position: relative;
    right: 60px;
}

#sec_5 .balloon-container {
    position: relative;
    right: -60px;
}

}

@media screen and (max-width: 640px) {
    .title img {
        display: block;
        width: 100%;
        margin: 0 auto;
        aspect-ratio: 8/3;
    }

    .title-sub {
        display: block;
        text-align: left;
        background-color: #eee;
        padding: 7% 12px;
        margin: 24px 0 0;
    }
    
    .title-sub p {
        font-size: 14px;
    }


    .rank-crown {
        margin-bottom: 50px;
        margin-left: 38px;
    }


    .section-inner {
        display: grid;
        grid-template-columns: repeat(auto-fit, 45%);
        grid-template-rows: repeat(7, auto);
        grid-template-areas: "ttl ttl" "text text" "no1 no1" "no-1-text no-1-text" "no2 no3" "no4 no5";
        justify-content: center;
        row-gap: 8px;
        -moz-column-gap: 8px;
             column-gap: 8px;
             margin: 0 auto 48px;
    }
    

    .item-wrapper a::after {
        display: block;
        content: 'check';
        background-color: #3e3e3e;
        color: #fff;
        padding: 5px 8px;
        border-radius: 4px;
        width: 25%;
        text-align: center;
        margin-left: auto;
        margin-top: auto;
    }

    .no-1-wrapper.item-wrapper a::after {
        width: 17%;
    }
    

    .section-inner h2 {
        grid-area: ttl;
        font-size: 35px;
        font-family: "Marcellus", "BIZ UDPMincho", serif;
    align-self: end;    
    }



    .section-inner h2 span {
        display: inline-block;
        font-size: 14px;
        padding-left: 8px;
    }
    

    .rank-desc {
        grid-area: text;
        font-size: 14px;
        padding: 0 2% 1%;
    }


    .no-1-wrapper {
        grid-area: no1;
    }

    .no-1-wrapper .ranking-list {
        font-size: 24px;
        height: 60px;
        padding: 0 11px;
        width: 60px;
    }

    .no-1-text-wrapper {
        margin: 4px auto 8px;
    }

    .no-2-wrapper {
        grid-area: no2;
    }

    .no-3-wrapper {
        grid-area: no3;
    }

    .no-4-wrapper {
        grid-area: no4;
    }

    .no-5-wrapper {
        grid-area: no5;
    }

    .item-wrapper {
        position: relative;
    }

    .four-items {
        display: flex;
    }

    .four-items a {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }


    #sec_2 .balloon-1 {
        position: absolute;
        left: 10%;
        top: -100px;
    }   
    
    #sec_4 .balloon-2 {
        left: 40%;
        top: -50px;        
    }

    .balloon-2.doubleline {
        position: absolute;
        left: 38%;
        top: -75px;
    }    

    .balloon-1.doubleline span::after,
    .balloon-2.doubleline span::after {
    left: 20px;
    top: 38px;
    }    


    
}

@media screen and (max-width: 350px) {

.balloon-container {
    font-size: 12px;
}

}


