@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
body{
    font-size: 15px;
    color: #000;
}
*,
*::before,
*::after{
    box-sizing: border-box;
}

img{
    width: 100%;
}

.sp{
    display: none;
}
@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}

#pigma-contest{
    background: #F2EDE3;
}
.bg_white{
    padding-bottom:11.806vw;
    background: #fff;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
}
@media screen and (max-width: 768px) {
    .bg_white{
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}


.l-header {
  display: none !important;
  height: 0 !important;
}

/* --------------------------- */
/* mainArea                    */
/* --------------------------- */

.l-mainArea{
    width: 100%;
    background: #F1EDE6;
    padding:2.778vw;
    height:50vw;
}
.mainArea-inner{
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 40.556vw auto;
    grid-template-rows: 3.889vw auto;
    gap: 2.222vw;
    grid-template-areas:
    "areaA areaB areaB"
    "areaA areaC areaC";
}
.mainArea-header{
    grid-area: areaB;
}
.mainArea-body{
    grid-area: areaC;
}
.mainArea-mainImage{
    grid-area: areaA;
}
.mainArea-header{
    width: 100%;
    height:3.889vw;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainArea-header h1.logo{
    padding-left: 1.389vw;
}
.mainArea-header h1.logo img{
    width: 2.083vw;
    vertical-align: middle;
}
.mainArea-header .nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.4vw;
}
.mainArea-header .nav li + li{
    margin-left: 3.333vw;
}
.mainArea-header .nav li{
    font-size: 1.042vw;
    font-weight: 700;
}
.mainArea-header .nav li a:hover{
    text-decoration: underline;
}
.mainArea-header .translate{
    width: 7.917vw;
    height: 100%;
    background: #CC3939;
    padding: 0 1.736vw 0 1.042vw;
    position: relative;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}
.mainArea-header .translate:hover{
    background: #d54343;
}
.mainArea-header .translate::before{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    content:'';
    width: 1.667vw;
    height: 1.667vw;
    background: url(https://craypas-global.g.kuroco-img.app/files/user/pigma-contest/assets/images/icon_earth.png);
    background-size: contain;
}
.mainArea-header .translate .translate-lang{
    position: absolute;
    top:50%;
    left:52%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.042vw;
    font-weight: 700;
    padding-left: 1vw;
    padding-right: 1.389vw;
}
.mainArea-header .translate .translate-lang::after{
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    content:'';
    width: 0;
    height: 0;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
}
.mainArea-header .translate .translate-list{
    position: absolute;
    top:calc(100% + 16px);
    left:0;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 20px, 0);
    transition: all .6s ease;
    z-index: 10;
    width: 100%;
}
.mainArea-header .translate .translate-list::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
}
.mainArea-header .translate-lang.is-active + .translate-list{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
.mainArea-header .translate .translate-list .item{
    padding: 6px 0;
    font-size: 14px;
}
.mainArea-body{
    display: grid;
    width: 100%;
    height: 38.333vw;
    grid-template-columns: 29.722vw auto;
    grid-template-rows: 18.056vw 18.056vw;
    gap: 2.222vw;
    grid-template-areas:
    "areaD areaE"
    "areaD areaF";
    order: 3;
}
.mainArea-body .body-information{
    grid-area: areaD;
    background: #fff;
    border-radius: 8px;
    padding: 2.222vw 1.736vw 0 1.736vw;
}
.mainArea-body .body-information h3{
    color: #373737;
    font-size: 1.389vw;
    font-weight: 700;
    padding-left: 0.972vw;
    position: relative;
}
.mainArea-body .body-information h3:before{
    position: absolute;
    top:50%;
    left: 0;
    content:'';
    transform: translateY(-50%);
    width: 0.139vw;
    height: 1.667vw;
    background: #373737;
    border-radius: 2px;
}
.mainArea-body .body-information .txt_01{
    color: #CC3939;
    font-size: 3.333vw;
    font-weight: 700;
    margin-top: 0.972vw;
    padding-left: 10.694vw;
    padding-bottom: 1.5vw;
    border-bottom: #C4C4C4 dotted 1px;
    margin-bottom:1.5vw;
}
.mainArea-body .body-information .txt_02{
    color: #CC3939;
    font-size: 1.944vw;
    font-weight: 700;
    margin-top: 2.986vw;
    padding-bottom: 1.5vw;
    border-bottom: #C4C4C4 dotted 1px;
    margin-bottom: 1.5vw;
    white-space: nowrap;
    text-align: center;
}
.mainArea-body .body-information .txt_02 span{
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #CC3939;
    border-style: solid;
    margin:0 5px 5px;
}
.mainArea-body .body-information .image{
    padding-left: 0.903vw;
}
.mainArea-body .body-information .more{
    text-align: right;
}
.mainArea-body .body-information .more span{
    display: inline-block;
    margin-top: 1.042vw;
    text-align: right;
    font-size: 1.111vw;
    font-weight: 700;
    padding-left: 1.528vw;
    position: relative;
}
.mainArea-body .body-information .more span:before{
    position: absolute;
    top:50%;
    left: 0;
    content:'';
    transform: translateY(-50%);
    width: 1.111vw;
    height: 0.069vw;
    background: #000;
}
.mainArea-body .body-information .more a:hover span{
    text-decoration: underline;
}
.body-howToEnter{
    grid-area: areaE;
    background: #CC3939;
    padding: 1.667vw 1.875vw 0;
    border-radius: 8px;
}
.body-howToEnter h3{
    color: #fff;
    text-align: center;
    font-size: 1.389vw;
    font-weight: 700;
    margin-bottom: 1.2vw;
}
.body-howToEnter .box{
    width: 100%;
    padding:0.694vw 1.111vw;
    margin-bottom: 1vw;
    background: #fff;
    border-radius: 8px;
    margin-top: 2em;
}
.body-howToEnter .box .txt_01{
    font-size: 1.111vw;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0.694vw;
}
.body-howToEnter .box ul.icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.694vw;
}
.body-howToEnter .box ul.icon li + li{
    margin-left: 1.389vw;
}
.body-howToEnter .box ul.icon li{
    width:2.778vw;
}
.body-howToEnter .box ul.icon li img{
    width: 100%;
}
.body-howToEnter .box .more{
    font-size: 0.972vw;
    font-weight: 700;
    text-align: right;
}
.body-howToEnter .tag{
    color: #fff;
    font-size: 0.972vw;
    font-weight: 700;
    line-height: 1.667vw;
    text-align: center;
}
.body-photo{
    grid-area: areaF;
    background:#F6F5F9 url(https://craypas-global.g.kuroco-img.app/files/user/pigma-contest/assets/images/top_bg_01.png) no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.body-photo a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.body-photo a:hover{
    opacity:0.7;
}
.body-photo a::after{
    position: absolute;
    top:12.083vw;
    right:1vw;
    content:'';
    width: 0.729vw;
    height: 4.444vw;
    background: url(https://craypas-global.g.kuroco-img.app/files/user/pigma-contest/assets/images/icon_arrow_down.png) no-repeat;
    background-size: auto 100%;
}
.body-photo a p{
    padding-top: 2.083vw;
    font-size: 1.25vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.875vw;
}

@media screen and (max-width: 1024px) {
    .body-howToEnter{
        padding: 1vw 1.875vw 0;
    }
    .body-howToEnter h3{
        margin-bottom: 0.5vw;
    }
    .body-photo a::after{
        top:10vw;
    }
}
@media screen and (max-width: 768px) {
    .mainArea-mainImage {
      order: 2;
    }
    .l-mainArea{
        padding:2.667vw;
        height:auto;
    }
    .mainArea-inner{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    .mainArea-header{
        width: 100%;
        height: 56px;
        margin-bottom: 2.667vw;
    }
    .mainArea-header h1.logo{
        padding-left: 16px;
    }
    .mainArea-header h1.logo img{
        width: 32px;
    }
    .mainArea-header .nav{
        display: flex;
        display: none;
        justify-content: space-between;
        align-items: center;
        padding-left: 2vw;
    }
    .mainArea-header .nav li + li{
        margin-left: 3vw;
    }
    .mainArea-header .nav li{
        font-size: 3.733vw;
        line-height: 1.2;
    }
    .mainArea-header .translate{
        width: 20vw;
        padding: 0 0.5vw 0 1vw;
    }
    .mainArea-header .translate::before{
        width: 3.2vw;
        height: 3.2vw;
    }
    .mainArea-header .translate .translate-lang{
        left:52%;
        font-size: 3.733vw;
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .mainArea-header .translate .translate-list{
        width: 45vw;
        right: 0;
        left: unset;
    }
    .mainArea-header .translate .translate-list::before {
        left: unset;
        right: 0;
    }
    .mainArea-header .translate .translate-list {
        padding: 16px 24px;
    }
    .mainArea-header .translate .translate-list .item {
        padding: 12px 0;
    }
    .mainArea-body{
        display: grid;
        width: 100%;
        height: auto;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 2vw;
        grid-template-areas:
        "areaE areaF"
        "areaD areaD";
        order: 3;
    }
    .mainArea-body .body-information{
        padding: 4.267vw 3.333vw 3.333vw;
    }
    .mainArea-body .body-information h3{
        margin-top: 4vw;
        font-size: 4.2vw;
        padding-left: 1.6vw;
    }
    .mainArea-body .body-information h3:before{
        width: 0.267vw;
        height: 3.2vw;
    }
    .mainArea-body .body-information .txt_01{
        font-size: 6.4vw;
        margin-top: 2vw;
        padding-left: 0;
        text-align: center;
        padding-bottom: 2vw;
        margin-bottom:2vw;
    }
    .mainArea-body .body-information .txt_02{
        font-size: 5.2vw;
        margin-top: 4vw;
        padding-bottom: 6vw;
        margin-bottom: 2vw;
        text-align: center;
    }
    .mainArea-body .body-information .txt_02 span{
        margin:0 5px;
    }
    .mainArea-body .body-information .image{
        padding-left: 1.333vw;
    }
    .mainArea-body .body-information .more span{
        font-size: 4.2vw;
        margin-top: 2vw;
        padding-left: 3.467vw;
    }
    .mainArea-body .body-information .more span:before{
        width: 2.133vw;
        height: 1px;
    }
    .body-howToEnter{
        aspect-ratio: 1/1;
        padding: 2vw;
        border-radius: 8px;
        margin-bottom: 2vw;
    }
    .body-howToEnter h3{
        font-size:4.2vw;
        margin-bottom: 1.5vw;
    }
    .body-howToEnter .box{
        width: 100%;
        padding:1.5vw;
        margin-bottom: 1.5vw;
    }
    .body-howToEnter .box .txt_01{
        font-size: 3.733vw;
        font-weight: 700;
        text-align: left;
        margin-bottom: 1.5vw;
    }
    .body-howToEnter .box ul.icon{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5vw;
    }
    .body-howToEnter .box ul.icon li + li{
        margin-left: 4vw;
    }
    .body-howToEnter .box ul.icon li{
        width:8vw;
    }
    .body-howToEnter .box .more{
        font-size: 3.733vw;
    }
    .body-howToEnter .tag{
        font-size:3.733vw;
        line-height: 1.2;
    }
    .body-photo{
        aspect-ratio: 1/1;
        margin-bottom: 2vw;
    }
    .body-photo a::after{
        position: absolute;
        top:75%;
        right:2vw;
        width: 1.4vw;
        height: 8.533vw;
    }
    .body-photo a p{
        padding-top: 4vw;
        font-size: 4.2vw;
        line-height: 1.2;
    }
}
@media screen and (max-width: 500px) {
    .mainArea-header {
        height: 56px;
    }
}


/* --------------------------- */
/* concept                 */
/* --------------------------- */

#concept.l-concept{
    background: #fff;
    width: 100%;
}
#concept .concept-head{
    padding-top: 6.667vw;
}
#concept h2.title{
    font-size: 3.333vw;
    font-weight: 700;
    margin-bottom: 3.889vw;
    text-align: center;
}
#concept h3.subTitle{
    text-align: center;
    width: 44.583vw;
    margin: 0 auto 5.556vw;
}
#concept .concept-body{
    width: 45.139vw;
    margin: 0 auto 4.861vw;;
}
#concept .concept-body .text{
    font-weight: 400;
    font-size: 1.389vw;
    line-height: 2;
    text-align: center;
}
#concept .concept-body .text + .text{
    margin-top: 2.778vw;
}
@media screen and (max-width: 768px) {
    #concept .concept-head{
        padding-top: 8vw;
    }
    #concept h2.title{
        font-size: 6.4vw;
        margin-bottom: 8vw;
    }
    #concept h3.subTitle{
        width: 85.6vw;
        margin: 0 auto 8vw;
    }
    #concept .concept-body{
        width: 86.667vw;
        margin: 0 auto 8vw;
    }
    #concept .concept-body .text{
        font-size: 4.2vw;
        line-height: 1.6;
    }
    #concept .concept-body .text + .text{
        margin-top: 4vw;
    }
}




/* --------------------------- */
/* archive                 */
/* --------------------------- */
#archive.l-archive{
    width: 100%;
    margin-bottom: 5.556vw;
    overflow: hidden;
}
#archive .archive-inner{
    width: calc(100% -5vw);
    margin-left: 5vw;
}
#archive h2.title{
    font-size: 2.222vw;
    font-weight: 700;
    margin-bottom: 4.028vw;
}
#archive .slide + .slide{
    margin-left: 2.222vw;
}
#archive .slick-list {
    padding: 0 3% 0 0 !important;
}
#archive .slick-slide .slide-caption {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}
@media screen and (max-width: 768px) {
    #archive.l-archive {
        margin-bottom: 15vw;
    }
    #archive .archive-inner{
        width: 100%;
        padding:0 2.667vw;
        margin-left: 0;
    }
    #archive h2.title{
        font-size: 6.4vw;
        margin-bottom: 2vw;
    }
    #archive .slide + .slide{
        margin-left: 0;
    }
    #archive .slick-list {
        padding: 0 !important;
    }
    #archive .slick-slide .slide-caption {
        font-size: 16px;
    }
}

/* --------------------------- */
/* overview                 */
/* --------------------------- */
#overview.l-overview{
    width: calc(100% - 40px);
    margin:0 20px;
    background: #F6F5F9;
    border-radius: 32px;
}
#overview .overview-inner{
    padding:6.042vw 3.958vw 4.167vw;
}
#overview h2.title{
    text-align: center;
    font-size: 3.333vw;
    font-weight: 700;
    margin-bottom: 6.667vw;
}

#overview .overview-body {
    display: flex;
    flex-wrap: wrap;
}
#overview .overview-body .block {
    padding: 32px;
    border-radius: 32px;
    background: #fff;
}
#overview .overview-body .block .title {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
    line-height: 1;
    margin-bottom: 48px;
}
#overview .overview-body .block .title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: #CC3939;
    border-radius: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#overview .overview-body .block .theme {
    text-align: center;
    font-size: 128px;
    color: #CC3939;
    font-weight: bold;
    margin-bottom: 56px;
}
#overview .overview-body .block .start,
#overview .overview-body .block .end {
    text-align: center;
    font-size: 48px;
    color: #CC3939;
    font-weight: bold;
    margin-bottom: 56px;
    position: relative;
}
#overview .overview-body .block .end {
    margin-top: 48px;
}
#overview .overview-body .block .end::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #CC3939;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}
#overview .overview-body .block .award {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 56px;
}
#overview .overview-body .block .awardInfo {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}
#overview .overview-body .block dl {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
}
#overview .overview-body .block dl dt {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 12px;
}
#overview .overview-body .block dl dd {
    font-size: 16px;
    margin-bottom: 24px;
    width: 100%;
}
#overview .overview-body .block .prizeImage {
    width: 60%;
    margin-left: 40%;
}

#overview .overview-body .block .subText {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}
#overview .overview-body .block a {
    color: #CC3939;
}

#overview .overview-body .block.is-brown {
    background: #F2EDE3;
}
#overview .overview-body .block.is-red {
    background: #CC3939;
}
#overview .overview-body .block.is-red * {
    color: #fff;
}
#overview .overview-body .block:nth-child(n+2) {
    margin-top: 24px;
}
#overview .overview-body .block:nth-child(1),
#overview .overview-body .block:nth-child(4) {
    width: calc(816 / 1316 * 100%);
}
#overview .overview-body .block:nth-child(2),
#overview .overview-body .block:nth-child(3) {
    width: calc(472 / 1316 * 100%);
}
#overview .overview-body .block:nth-child(2n) {
    margin-left: calc(24 / 1316 * 100%);
}

#overview .overview-body dl{
    display: flex;
    flex-wrap: wrap;
}
#overview .overview-body dl dt{
    width: 25.6%;
    text-align: right;
}
#overview .overview-body dl dt span{
    display: inline-block;
    font-size: 3.333vw;
    font-weight: 700;
    padding-left: 1.667vw;
    white-space: nowrap;
    position: relative;
}
#overview .overview-body dl dt span::before{
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    content:'';
    width: 0.417vw;
    height: 3.333vw;
    background: #CC3939;
    border-radius: 8px;
}
#overview .overview-body dl dd{
    width: calc(100% - 25.6%);
    padding-left: 5.278vw;
    margin-bottom: 4.861vw;
}
#overview .overview-body dl dd:last-child{
    margin-bottom: 0;
}
#overview .overview-body dl dd .txt_01{
    color: #cc3939;
    font-weight: 700;
    font-size: 3.333vw;
    margin-bottom: 2.5vw;
}
#overview .overview-body dl dd .txt_01 .arrow{
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #CC3939;
    border-style: solid;
    margin:0 1.389vw 0.347vw;
}
#overview .overview-body dl dd .txt_01 .font_small{
    font-size: 1.667vw;
    font-weight: 700;
}
#overview .overview-body dl dd .txt_02{
    color: #404040;
    font-size: 1.667vw;
    font-weight: 700;
    line-height: 1.5;
}
#overview .overview-body dl dd .txt_02 a{
    color: #cc3939;
    text-decoration: underline;
}
#overview .overview-body dl dd .image{
    width: 41.389vw;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    #overview.l-overview{
        width: calc(100% - 5.333vw);
        margin:0 2.667vw;
        border-radius: 20px;
    }
    #overview .overview-inner{
        padding:8vw 2.667vw 8vw;
    }
    #overview h2.title{
        font-size: 6.4vw;
        margin-bottom: 4vw;
    }
    #overview .overview-body .block {
        border-radius: 20px;
    }
    #overview .overview-body .block .title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    #overview .overview-body .block .title::before {
        height: 20px;
    }
    #overview .overview-body .block .theme {
        font-size: 20vw;
        margin-bottom: 32px;
    }
    #overview .overview-body .block .start,
    #overview .overview-body .block .end {
        font-size: 24px;
        margin-bottom: 32px;
    }
    #overview .overview-body .block .end {
        margin-top: 24px;
    }
    #overview .overview-body .block .end::before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #CC3939;
        top: -16px;
    }
    #overview .overview-body .block .award {
        font-size: 24px;
        margin-bottom: 32px;
    }
    #overview .overview-body .block .awardInfo {
        font-size: 18px;
        margin-bottom: 12px;
    }
    #overview .overview-body .block dl {
        padding-left: 14px;
    }
    #overview .overview-body .block dl dt {
        font-size: 20px;
        margin-bottom: 12px;
    }
    #overview .overview-body .block dl dd {
        font-size: 14px;
        margin-bottom: 16px;
    }
    #overview .overview-body .block .prizeImage {
        width: 100%;
        margin-left: 0;
    }
    #overview .overview-body .block .subText {
        font-size: 14px;
    }


    #overview .overview-body .block:nth-child(1),
    #overview .overview-body .block:nth-child(4) {
        width: 100%;
    }
    #overview .overview-body .block:nth-child(2),
    #overview .overview-body .block:nth-child(3) {
        width: 100%;
    }
    #overview .overview-body .block:nth-child(2n) {
        margin-left: 0;
    }
    #overview .overview-body .block {
        margin-top: 24px;
    }


    #overview .overview-body dl dt{
        width: 100%;
        margin-bottom: 2vw;
        text-align: left;
    }
    #overview .overview-body dl dt span{
        text-align: left;
        font-size: 6.4vw;
        padding-left: 3.2vw;
    }
    #overview .overview-body dl dt span::before{
        width: 0.8vw;
        height: 6.4vw;
    }
    #overview .overview-body dl dd{
        width: 100%;
        padding-left: 2vw;
        margin-bottom: 8vw;
    }
    #overview .overview-body dl dd .txt_01{
        font-size: 6.4vw;
        margin-bottom: 2.5vw;
        line-height: 1.6;
    }
    #overview .overview-body dl dd .txt_01 .arrow{
        margin:0 2.667vw 0.667vw;
    }
    #overview .overview-body dl dd .txt_01 .font_small{
        font-size: 3.733vw;
    }
    #overview .overview-body dl dd .txt_02{
        font-size: 4.2vw;
    }
    #overview .overview-body dl dd .image{
        width: 79.467vw;
    }
}

/* --------------------------- */
/* logoAnimation             */
/* --------------------------- */
.logoAnimation{
    margin:7.5vw 0;
    overflow: hidden;
    width: 100%;
}
.logoAnimation .logoAnimation-list {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
    white-space: nowrap;
}
.logoAnimation .logoAnimation-item {
    font-size: 144px;
    font-weight: bold;
    color: #F2EDE3;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logoAnimation .logoAnimation-item {
    margin: 0 1em;
}
@media screen and (max-width: 768px) {
    .logoAnimation{
        margin:10.667vw 0;
    }
    .logoAnimation .logoAnimation-item {
        font-size: 72px;
    }
}
/* --------------------------- */
/* photo                 */
/* --------------------------- */
#photo.l-photo{
    width: calc(100% - 40px);
    margin:0 20px;
    background: #F2EDE3;
    border-radius: 32px;
}
#photo .photo-inner{
    padding:6.458vw 2.778vw 2.778vw;
}

#photo .photo-head{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#photo .photo-head-main{
    width: 41.667vw;
    margin-left: 10.417vw;
}
#photo .photo-head-main h2.copy{
    width: 100%;
    font-size: 4.028vw;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    margin-bottom:3.056vw;
}
#photo .photo-head-main .text{
    width: 33.681vw;
    font-size: 1.111vw;
    line-height: 2;
    margin: 0 auto 3.056vw 2.778vw;
}
#photo .photo-head-figure{
    width: calc(100% - 41.667vw);
}
.photo-slider{
    width: 20.833vw;
    margin-left: 10.625vw;
}
.slide-item img{
    width: 100%;
}

#photo .photo-body{
    background: #fff;
    border-radius: 32px;
    margin-top: 2.778vw;
    padding: 40px 32px;
}
#photo .photo-body-information{
    text-align: center;
}
#photo .photo-body-information .lede{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 64px;
}
#photo .photo-body-information .information-block{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
#photo .photo-body-information .information-block .information-block-main{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#photo .photo-body-information .information-block .information-block-main .access {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    text-align: center;
}
#photo .photo-body-information .information-block .information-block-main .access .access-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 16px;
}
#photo .photo-body-information .information-block .information-block-main .access .access-block .banner {
    background: #CC3939;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    padding: 8px 16px;
    margin-top: 16px;
}
#photo .photo-body-information .information-block .information-block-main .access-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#photo .photo-body-information .information-block .information-block-main .access-info .text{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 32px;
}
#photo .socials{
    display: flex;
    margin-bottom: 24px;
}
#photo .socials li {
    width: 40px;
}
#photo .socials li + li{
    margin-left: 24px;
}
#photo .tag{
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #CC3939;
}
#photo .photo-body-information .information-block .information-block-figure{
    margin-right: 10%;
    display: flex;
}
#photo .photo-body-information .information-block .information-block-figure .figure{
    display: flex;
    flex-direction: column;
    margin: 0 16px;
}
#photo .photo-body-information .information-block .information-block-figure .figure .text{
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
}
#photo .qr{
    width: 6.111vw;
    height: 6.111vw;
    display: block;
}
#photo .information-block-figure .figure {
    width: 196px;
}


#photo .photo-foot{
    background: #fff;
    border-radius: 32px;
    margin-top: 2.778vw;
}
#photo .howToUse{
    padding:53px 0;
}
#photo .howToUse h3.title{
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 93px;
}
#photo .howToUse .list {
    display: flex;
    justify-content: space-around;
    padding: 0 24px;
}
#photo .howToUse .list .step{
    border: 1px solid #000;
    border-radius: 32px;
    padding: 32px;
    position: relative;
    margin: 0 24px;
}
#photo .howToUse .list .step .no{
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 72px;
    font-weight: bold;
    color: #ddd;
    line-height: 1;
}
#photo .howToUse .list .step .text{
    position: relative;
    z-index: 2;
    margin: 1em;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
#photo .howToUse .list .step .step-body{
    margin: 40px auto 0;
    text-align: center;
}
#photo .step01 .step-body {
    width: 162px;
}
#photo .step02 .step-body {
    width: 247px;
}
#photo .step03 .step-body {
    width: 273px;
}


@media screen and (max-width: 768px) {
    #photo.l-photo{
        width: calc(100% - 5.333vw);
        margin:0 2.667vw;
        border-radius: 20px;
    }
    #photo .photo-inner{
        padding:8vw 5.333vw 8vw;
    }
    #photo .photo-head-main{
        width:100%;
        margin-right: 0;
        margin-bottom: 8vw;
        margin-left: 0;
    }
    #photo .photo-head-main h2.copy{
        width: 100%;
        font-size: 7.733vw;
        margin-bottom:4vw;
    }
    #photo .photo-head-main .text{
        width: 100%;
        font-size:4.2vw;
        margin: 0 auto 2vw;
    }
    #photo .photo-head{
        display: block;
    }
    #photo .information{
        width: 100%;
        margin: 0 auto 8vw;
    }
    #photo .information h3.lede{
        margin-top: 6vw;
        font-size: 4.2vw;
        margin-bottom: 4vw;
    }

    #photo .photo-body {
        padding: 32px 16px;
    }
    #photo .photo-body-information .lede {
        font-size: 20px;
        margin-bottom: 32px;
    }
    #photo .photo-body-information .information-block{
        flex-direction: column-reverse;
    }
    #photo .photo-body-information .information-block .information-block-figure {
        margin-right: 0;
    }
    #photo .photo-body-information .information-block .information-block-main {
        margin-top: 16px;
    }
    #photo .photo-body-information .information-block .information-block-main .access-info .text{
        font-size: 16px;
    }
    #photo .access{
        display: flex;
        justify-content: space-between;
        margin-bottom: 4vw;
    }
    #photo .qr{
        width: 75%;
        height: auto;
        margin-right: 0;
    }
    #photo .banner{
        width: 100%;
        font-size: 12px;
        line-height: 1.25;
    }
    #photo .tag{
        font-size: 4.2vw;
        margin-right: 3.2vw;
    }
    #photo .socials {
        width: 100%;
        justify-content: space-around;
    }
    #photo .socials li + li{
        margin-left: 0;
    }
    #photo .socials li{
        width: 8vw;
    }
    #photo .socials li img{
        width: 100%;
    }
    #photo .photo-head-figure{
        width: 100%;
        margin-bottom: 16vw;
    }
    #photo .photo-slider{
        width: 40vw;
        margin: 0 auto 8vw;
    }

    #photo .photo-foot{
        border-radius: 20px;
        padding: 32px 16px;
    }
    #photo .howToUse{
        padding:0 0 8vw;
    }
    #photo .howToUse h3.title{
        font-size: 6.4vw;
        margin-bottom: 8vw;
    }

    #photo .howToUse .list {
        flex-direction: column;
        padding: 0;
    }
    #photo .howToUse .list .step {
        border: 0;
        border-radius: 0;
        padding: 32px 0;
        margin: 0;
    }
    #photo .howToUse .list .step .step-body {
        margin: 24px auto 0;
    }
    #photo .step01 .step-body {
        width: 50%;
    }
    #photo .step02 .step-body {
        width: 50%;
    }
    #photo .step03 .step-body {
        width: 75%;
    }


}



/* --------------------------- */
/* details                 */
/* --------------------------- */
#details.l-details{
    padding-top: 4.167vw;
    width: calc(100% - 40px);
    margin:0 20px 8.333vw;
}
#details .details-block{
    width: 100%;
    border:#000 2px solid;
    border-radius:32px;
    padding:0 2.778vw;
}
#details .details-block + .details-block{
    margin-top: 4.028vw;
}
#details .details-block .accordion{
    width: 100%;
  }
#details .details-block .accordion .sample-img{
    width: 50%;
}
#details .accordion dt{
    padding-top: 3.889vw;
    font-size: 3.333vw;
    font-weight: 700;
    width:100%;
    text-align:left;
    padding-bottom: 3.889vw;

    cursor:pointer;
    position: relative;
  }
#details .accordion dd{
    border-top:#000 2px solid;
    display:none;
    padding-bottom: 3.889vw;
}
#details .accordion dt:before{
    display: block;
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background: #000;
    transition: all 0.2s ease-in-out;
}
#details .accordion dt:after{
    display: block;
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background: #000;
    transition: all 0.2s ease-in-out;
}
#details .accordion dt.active:after{
    content: none;
    transition: all 0.2s ease-in-out;
}
#details .guideline-lede{
    margin-top: 4.44vw;
    background: #F6F5F9;
    padding:2.222vw;
    border-radius:24px;
    margin-bottom: 3.889vw;
}
#details .guideline-lede{
    background: #F6F5F9;
    padding:2.222vw;
    border-radius: 1.667vw;
    margin-bottom: 3.889vw;
}#details .guideline-lede li{
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.6;
    padding-left: 1.389vw;
    position: relative;
}
#details .guideline-lede li::before{
    position: absolute;
    top:0.694vw;
    left:0;
    content:'';
    width: 0.347vw;
    height: 0.347vw;
    background: #000;
    border-radius: 50%;
}
#details .guideline-lede li a{
    color: #cc3939;
    text-decoration: underline;
}
#details .guideline-list li h3{
    font-size: 1.667vw;
    font-weight: 700;
    margin-bottom: 1.111vw;
}
#details .guideline-list li + li{
    margin-top: 4.028vw;
}
#details .guideline-list li .text{
    padding-left: 1.389vw;
}
#details .guideline-list li .text a{
    color: #cc3939;
    text-decoration: underline;
}
#details .num-list li{
    list-style: decimal inside;
    line-height: 1.66;
}
#details .num-list li + li{
    margin-top: 0 !important;
}
#details .num-list li span{
    color: #cc3939;
}
@media screen and (max-width: 768px) {
    #details.l-details{
        padding-top: 8vw;
        width: calc(100% - 5.333vw);
        margin:0 2.667vw 7.733vw;
    }
    #details .details-block{
        padding:0 2.667vw;
        border-radius: 20px;
        padding-left: 5.333vw;
    }
    #details .details-block + .details-block{
        margin-top: 7.733vw;
    }
    #details .details-block .accordion .sample-img{
        width: 100%;
    }
    #details .accordion dt{
        padding-top: 5.333vw;
        font-size: 5.333vw;
        padding-bottom: 5.333vw;
    }
    #details .accordion dd{
        padding-top: 8.533vw;
        padding-bottom: 7.467vw;
        font-size: 4.2vw;
    }
    #details .accordion dt:before{
        right:0.533vw;
        width: 4vw;
        height: 0.533vw;
    }
    #details .accordion dt:after{
        right:2.267vw;
        width: 0.533vw;
        height: 4vw;
    }
    #details .guideline-lede{
        background: #F6F5F9;
        padding:4.267vw;
        margin-bottom: 7.467vw;
    }
    #details .guideline-lede li{
        font-size: 4.2vw;
        padding-left: 2.667vw;
    }
    #details .guideline-lede li::before{
        top:3.4vw;
        left:0;
        width: 0.667vw;
        height: 0.667vw;
    }
    #details .guideline-list li h3{
        font-size: 4.2vw;
        margin-bottom: 2.133vw;
    }
    #details .guideline-list li + li{
        margin-top: 7.733vw;
    }
    #details .guideline-list li .text{
        padding-left: 2.667vw;
    }
}

/* --------------------------- */
/* links                 */
/* --------------------------- */
#links.l-links{
    width: calc(100% - 40px);
    margin:0 20px;
}
#links .links-body{
    display: flex;
    justify-content: space-between
}
#links .links-block{
    width: 48%;
    height: 11.111vw;
}
#links .links-block a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    border: #000 solid 2px;
    overflow: hidden;
    position: relative;
}
#links .links-block a:hover{
    opacity: 0.7;
}
#links .links-block a span{
    position: absolute;
    top:50%;
    left: 2.778vw;
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: 700;
}
#links .links-block a.pigma{
    color: #fff;
    background: url(https://craypas-global.g.kuroco-img.app/files/user/pigma-contest/assets/images/banner_01.jpg) no-repeat;
    background-size: cover;
}
#links .links-block a.anniversary{
    color: #000;
    background: url(https://craypas-global.g.kuroco-img.app/files/user/pigma-contest/assets/images/banner_02.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    #links.l-links{
        width: calc(100% - 5.333vw);
        margin:0 2.667vw;
    }
    #links .links-body{
        flex-direction: column;
    }
    #links .links-block{
        width: 100%;
        height: 20.667vw;
        border-radius: 24px;
    }
    #links .links-block a{
        border-radius: 20px;
    }
    #links .links-block + .links-block{
        margin-top:  7.733vw;
    }
    #links .links-block a span{
        left: 5.333vw;
        font-size: 5.333vw;
    }
}

/* --------------------------- */
/* footer                   */
/* --------------------------- */
.l-footer.pigma-contest{
    width: 100%;
    background: #F2EDE3;
    position: fixed !important;
    bottom: 0;
    z-index: -1;
}
.l-footer.pigma-contest small,
.l-footer.pigma-contest a {
    color: #000;
}
.l-footer.pigma-contest .footer-main .footer-column .footer-subItem a::before {
    border-left-color: #000;
}
.footer-inner{
    padding: 2.514vw 0 1.111vw 5vw;
}
.footer-main{
    display: flex;
    margin-bottom: 3.264vw;
}
.footer-column + .footer-column{
    margin-left: 6.667vw;
}
.footer-list li.footer-item{
    font-size: 1.389vw;
    font-weight: 700;
    line-height: 3;
}
.footer-list li .footer-subList{
    padding-left: 0.694vw;
}
.footer-list li .footer-subList li.footer-subItem{
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 2;
}
.footer-list li a:hover{
    text-decoration: underline;
}
.footer-foot-copyright{
    text-align: center;
}
.footer-foot-copyright small{
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .l-footer.pigma-contest{
        width: 100%;
        background: #F2EDE3;
        position: relative !important;
        bottom: unset;
        z-index: 1;
    }
    .footer-inner{
        padding: 4vw 2.667vw 4vw;
    }
    .footer-main{
        display: flex;
        margin-bottom: 4vw;
        flex-direction: column;
    }
    .footer-column{
        width: 100%;
    }
    .footer-column + .footer-column{
        margin-left: 0;
    }
    .footer-list li{
        text-align: center;
    }
    .footer-list li.footer-item{
        font-size: 4.2vw;
    }
    .footer-list li .footer-subList{
        padding-left: 1.333vw;
    }
    .l-footer.pigma-contest .footer-main .footer-column .footer-subList {
        margin-top: 16px;
    }
    .l-footer.pigma-contest .footer-main .footer-column .footer-item {
        margin-bottom: 0;
    }

    .footer-list li .footer-subList li.footer-subItem{
        font-size: 4.2vw;
    }
    .footer-foot-copyright small{
        font-size: 12px;
    }



}



/* add */
.cont h2 {
    margin-top: 4.444vw;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 3%;
  padding-bottom: 1%;
  position: relative;
  border-bottom: 2px solid #333;
}
.cont + .cont {
    margin-top: 1em;
}
.cont ul {
    margin: 1em 0 0 1.4em;
}
.cont li {
    list-style-type: disc;
    margin-bottom: 1em;
}
.cont ul .child_list li {
    list-style: none;
  }
.agl-num_c > li {
    list-style: decimal;
    padding-left: 0;
  }
.agl-num_c > li::before {
    content: none;
  }
.agl-bar li {
    padding-left: 16px;
  }
  .agl-bar li + li{
    margin-top: 2vw !important;
  }
.agl-bar li:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
    margin-left: -16px;
}
.details-guidelines ul.guideline-list h4{
    margin-top: 1vw;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.details-guidelines ul.guideline-list ul.list-latin{
    margin-bottom: 4vw;
}
.details-guidelines ul.guideline-list ul.list-latin li{
    margin-left: 20px;
    list-style: lower-latin;
    line-height: 1.6;
}
.details-guidelines ul.guideline-list ul.list-latin li + li{
    margin-top: 1em !important;
}
.details-guidelines ul.guideline-list ul.list-latin li .agl-bar li{
    list-style: none !important;
}
.details-guidelines ul.guideline-list ul.list-latin li .agl-bar{
    margin-top: 1em;
}
#details .accordion dd .text a{
    color: #cc3939;
    text-decoration: underline;
}
#details .accordion dd .link-txt a{
    color: #cc3939;
    text-decoration: underline;
}


/* --------------------------- */
/* Result                      */
/* --------------------------- */
.results-nav {
    padding: 3em 3%;
    border-bottom: 1px dotted #ccc;
}
.results-nav ul {
    display: flex;
    justify-content: center;
}
.results-nav ul li {
    margin: 10px 1em;
}
.results-nav ul li a {
    display: block;
    border: 2px solid #2A292C;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 14px;
    padding: 10px 20px;
}

/* --------------------------- */
/* results                     */
/* --------------------------- */
.l-results {
  width: 92%;
  max-width: 1000px;
  margin: 80px auto 240px;
}
@media screen and (max-width: 767px) {
  .l-results {
    margin: 40px auto 80px;
  }
}

.l-resultsNav {
  margin: 0 auto;
  width: 80%;
  padding: 80px 8px 32px;
}
.l-resultsNav .resultsNav-title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  width: 10em;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
    .l-resultsNav .resultsNav-title {
        width: 100%;
    }
}
.l-resultsNav .resultsNav-list {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.l-resultsNav .resultsNav-link {
  margin: 0 2em;
}
.l-resultsNav .resultsNav-link a {
  position: relative;
  padding-right: 1em;
}
.l-resultsNav .resultsNav-link a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0;
  border-color: #e60012 transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}
@media screen and (max-width: 820px) {
  .l-resultsNav .resultsNav-list {
    flex-wrap: wrap;
  }
  .l-resultsNav .resultsNav-link {
    margin: 0 0 1em 0;
    width: 50%;
  }
}
.l-results .results-heading {
  text-align: center;
}
.l-results .results-heading-title {
  font-size: 64px;
  letter-spacing: 0.05em;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .l-results .results-heading-title {
    font-size: 24px;
  }
}
.l-results .results-heading-text {
  margin-top: -24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .l-results .results-heading-text {
    font-size: 16px;
  }
}
.l-results .results-block .results-block-head {
  width: 100%;
  display: block;
  font-size:4px;
  letter-spacing: 0.05em;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(to right, #ba7802 0%, #f5d06f 50%, #ba7802 100%);
  border-bottom: 4px solid #ba7802;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .l-results .results-block .results-block-head {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.l-results .results-block .results-block-head .title {
  color: #4c3203;
  font-size: 40px;
  font-weight: bold;
  padding: .15em 0;
}
.l-results .results-block.silver .results-block-head {
  background: linear-gradient(to right, #aab1b5 0%, #f4fbfe 50%, #aab1b5 100%);
  border-bottom: 4px solid #aab1b5;
}
.l-results .results-block.silver .results-block-head .title {
  color: #474a4c;
}
.l-results .results-block.bronze .results-block-head {
  background: linear-gradient(to right, #b86d4a 0%, #eaac81 50%, #b86d4a 100%);
  border-bottom: 4px solid #b86d4a;
}
.l-results .results-block.bronze .results-block-head .title {
  color: #513122;
}
.l-results .results-block.special .results-block-head {
  background: linear-gradient(to right, #4e4e4e 0%, #cdcdcd 50%, #4e4e4e 100%);
  border-bottom: 4px solid #4e4e4e;
}
.l-results .results-block.special .results-block-head .title {
  color: #4e4e4e;
}


.l-results .results-block.special .results-block-body > .head .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 24px 0 20px;
}

.l-results .results-block .results-block-body {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-results .results-block .results-block-head .title {
    font-size: 28px;
    padding: .25em 0;
  }
  .l-results .results-block .results-block-body {
    margin-bottom: 64px;
  }
}
.l-results .results-block .figure-images {
  max-width: 1000px;
  overflow: hidden;
}
.l-results .results-block .figure-images .swiper-button-next:after,
.l-results .results-block .figure-images .swiper-button-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .l-results .results-block .figure-images .swiper-button-next:after,
.l-results .results-block .figure-images .swiper-button-prev:after {
    width: 16px;
    height: 16px;
  }
}
.l-results .results-block .figure-images .swiper-button-next:after {
  transform: rotate(45deg);
}
.l-results .results-block .figure-images .swiper-button-prev:after {
  transform: rotate(-135deg);
}
.l-results .results-block .contents {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .l-results .results-block .contents {
    margin-top: 16px;
  }
}
.l-results .results-block .contents dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-results .results-block .contents dl {
    flex-wrap: wrap;
  }
}
.l-results .results-block .contents dl dt {
    font-size: 20px;
  font-weight: 600;
  padding-right: 1em;
}
.l-results .results-block .contents dl:not(.artistComment) dt {
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .l-results .results-block .contents dl dt {
    width: 100%;
  }
}
.l-results .results-block .contents dl dt::after {
  content: " : ";
  display: inline-block;
}
.l-results .results-block .contents dl dd {
    font-size: 20px;
}
.l-results .results-block .contents dl dd a {
  text-decoration: underline;
}
.l-results .results-block .contents dl.title dd {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-results .results-block .contents dl.title dd {
    font-size:2px;
  }
}
.l-results .results-block .contents dl.name dd span {
  padding-left: 0.5em;
  font-size: 80%;
}
.l-results .results-block .contents dl.name dd span::before {
  content: "/";
  display: inline-block;
  padding-right: .5em;
}
.l-results .results-block .contents dl.artistComment {
  flex-wrap: wrap;
}
.l-results .results-block .contents dl.artistComment dt {
  font-size: 16px;
}
.l-results .results-block .contents dl.artistComment dd {
  width: 100%;
  font-size: 16px;
}
.l-results .results-block .contents dl.ambassador {
  flex-wrap: wrap;
  margin-top: 1.5em;
  background: #f3f3f2;
  padding: 24px 32px;
  border-radius: 12px;
}
.l-results .results-block .contents dl.ambassador dt {
  width: 100%;
  font-size: 16px;
    color: #4c4c4c;
}
.l-results .results-block .contents dl.ambassador dt::after {
  content: none;
}
.l-results .results-block .contents dl.ambassador .name {
  flex-direction: column;
  width: 240px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-results .results-block .contents dl.ambassador .name {
    width: 100%;
  }
}
.l-results .results-block .contents dl.ambassador .comment {
  flex: 1;
  padding: 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .l-results .results-block .contents dl.ambassador .comment {
    padding: 0;
  }
}
.l-results .results-block .contents .more {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 16px;
  padding: 8px;
  cursor: pointer;
}
.l-results .results-block .contents .moreClose {
  text-align: center;
  margin-top: 16px;
  padding: 8px 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.l-results .results-block .contents .moreClose p {
  position: relative;
  display: inline-block;
}
.l-results .results-block .contents .moreClose p::before, .l-results .results-block .contents .moreClose p::after {
  content: "";
  width: 12px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  background: #242629;
}
.l-results .results-block .contents .moreClose p::before {
  transform: rotate(135deg);
}
.l-results .results-block .contents .moreClose p::after {
  transform: rotate(45deg);
}

/* Selected */
.l-results .results-block.selected .results-block-head {
  background: linear-gradient(to right, #4e4e4e 0%, #cdcdcd 50%, #4e4e4e 100%);
  border-bottom: 4px solid #4e4e4e;
}
.l-results .results-block.selected .results-block-head .title {
  color: #4e4e4e;
}
.l-results .results-block.selected .results-block-body {
  /* display: flex;
  justify-content: center; */
}
.l-results .results-block.selected .result-comment .text {
    font-size: 24px;
    line-height: 2;
    text-align: center;
}
.l-results .results-block.selected .results-list {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 40px 10px;
    justify-content: center;
}
.l-results .results-block.selected .results-list .results-item {
    transition: all 0.6s ease-in-out;
}
.l-results .results-block.selected .results-list .results-item a {
    display: flex;
    flex-direction: column-reverse;
}
.l-results .results-block.selected .results-list .results-item .name {
    padding: 0.5em 0 0;
    font-size: 16px;
    font-weight: bold;
}
.l-results .results-block.selected .results-list .results-item .country {
    font-size: 12px;
    color: #4e4e4e;
}
.l-results .results-block.selected .results-list .results-item .snsLink {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: 0.5em;
}
.l-results .results-block.selected .results-list .results-item .snsLink img {
    width: 100%;
    height: auto;
}
.l-results .results-block.selected .results-list .results-item .figure {
    aspect-ratio: 1;
    overflow: hidden;
}
.l-results .results-block.selected .results-list .results-item .figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-results .results-block.selected .resultsListMore-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.resultsListMore-button {
    background: #F2EDE3;
    color: #000;
    border: none;
    padding: 16px 10px;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 75%;
    text-align: center;
    border-radius: 8px;
    position: relative;
    letter-spacing: .1em;
}


@media screen and (max-width: 767px) {
    .l-results .results-block.selected .results-list {
        display: grid;
        grid-template-columns: repeat(3, auto);
        gap: 40px 10px;
        justify-content: center;
    }
    .l-results .results-block.selected .results-list .results-item .name {
        font-size: 12px;
    }
    .l-results .results-block.selected .results-list .results-item .country {
        font-size: 10px;
    }
    .l-results .results-block.selected .result-comment .text {
        font-size: 18px;
    }
}