@charset "UTF-8";

div#wa-suta_pc section.main-contents .inner .cnt01 .info-title_2 {
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family: 'Noto Serif JP', serif; */
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto 50px;
    color:#ffffff;
    background: linear-gradient(135deg,rgba(200, 0, 0, 1.0) 3%,rgba(0, 200, 14, 1.0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent; 
}

div#wa-suta_pc section.main-contents .inner .cnt01 .info-text .color-01 {
    color: #e13e92;
    font-weight: bold;
}


div#wa-suta_pc section.main-contents .inner .cnt01 .img-2 img {
    width: 860px;
    height: auto;
    border: solid 5px #ffffff;
    border-image: linear-gradient(135deg,rgba(255, 0, 0, 0.4),rgba(255, 20, 172, 0.4),rgba(90, 40, 255, 0.4),rgba(60, 120, 255, 0.4),rgba(80, 255, 237, 0.4),rgba(100, 255, 169, 0.8),rgba(170, 255, 120, 0.4),rgb(100, 255, 169, 0.4),rgba(80, 255, 237, 0.4),rgba(60, 120, 255, 0.4),rgba(90, 40, 255, 0.4),rgba(255, 20, 172, 0.4));
    border-image-slice: 1;
}

div#wa-suta_pc section.main-contents .youtube-box {
    width: 850px;
    margin: 0 auto;
    margin-bottom: 50px;
    border: none;
    box-shadow: none;
}

div#wa-suta_pc section.main-contents .inner .cnt01 .present_text{
    font-family:'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color:#ff2c8a;
    margin:50px 0;
}

div#wa-suta_pc section.main-contents .inner .cnt01 .present_open{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin: 50px 0;
    padding: 10px 60px;
    background: #ff2c8a;
    width: 30%;
    margin: auto;
    border-radius: 50px;
}

div#wa-suta_pc section.main-contents .inner .cnt01 .present_open:hover{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin: 50px 0;
    padding: 10px 60px;
    background: #EA71A7;
    width: 30%;
    margin: auto;
    border-radius: 50px;
}

div#wa-suta_pc section.main-contents .inner .cnt01 a{
    color: #ffffff;
    text-decoration:none;
}

div#wa-suta_pc section.main-contents .inner .cnt01 a:hover{
    color: #ffffff;
    text-decoration:underline;
}