@charset "UTF-8";

/***************************************
全体レイアウト
***************************************/
html {
    background-color: #d62720;
}

body {
    max-width: 1200px;
    margin: 0 auto;
}

a:hover {
    opacity: 0.6;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: inline-block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: inline-block !important;
    }
}

/***************************************
ナビデザイン
***************************************/
.navbar .container-fluid {
    flex-wrap: nowrap;
}

.navbar img {
    flex: 1;
}

.openbtn {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.openbtn:hover {
    opacity: 0.7;
}

/*ボタン内側*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #000;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

/*activebtnクラスが付与されると線が回転して×に*/

.openbtn.activebtn span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.activebtn span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
}

.openbtn.activebtn span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*オフキャンバス*/
.offcanvas {
    max-width: 50%;
    background-color: rgba(250, 252, 252, 0.9);
}

.offcanvas-header h5 {
    margin: 0 auto;
    padding-left: 32px;
}

.offcanvas-body a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.offcanvas-body p {
    border-bottom: 1px dotted #d62720;
}

.collapse-button {
    position: relative;
}

.collapse-button::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 30%;
    width: 0;
    height: 0;
    border-left: 10px solid black;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transform: rotate(0deg);
    transition: all .3s;
}

.collapse-button.collapse-active::before {
    transform: rotate(90deg);
}

/***************************************
コンセプト
***************************************/
.back01 {
    background-image: url("../img/sec01-img01.png"), url("../img/sec01-img02.png"), url("../img/sec01-img03.png"), url("../img/sec01-back.png");
    background-position: top 5% left 5%, top 0 right 0, bottom 0 left 0, top 0 left 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.sec01 h2,
p {
    text-align: center;
}

.sec01 {
    position: relative;
    padding: 20px 0;
}

.sec01 .position01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.concept {
    background-image: url("../img/concept-back.png");
    background-size: cover;
    line-height: 1.8em;
}

.concept h2 {
    font-size: 28px;
    margin: 20px 0 40px;
    line-height: 1.5em;
}

.concept {
    width: 100%;
    margin: 0 auto;
    padding: 160px 50px 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media only screen and (max-width: 499px) {
    .concept h2 {
        font-size: 20px;
    }

    .concept p {
        font-size: 15px;
    }

    .back01 {
        background-size: 0%, 0%, 20%, 0%;
    }
}

@media only screen and (min-width: 666px) {
    .concept p {
        background-color: #f1eecf;
        border-radius: 10px;
        padding: 40px 10px;
        max-width: 720px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 665px) {
    .concept {
        background-image: url("../img/sec01-contents-sp.png");
        line-height: 1.5em;
        background-size: contain;
    }

    .concept p {
        max-width: 300px;
        margin: 0 auto;
    }

}

/***************************************
動画
***************************************/
.sec02 {
    background-image: url("../img/sec02-img03.png"), url("../img/sec02-img02.png"), url("../img/sec02-img01.png"), url("../img/sec02-img04.png"), url("../img/sec02-img05.png"), url("../img/sec01-img04.png");
    background-position: top 60% left 0, top 8% right 0, top 8% left 0, bottom 0 left 0, bottom 0 right 0, top right;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.movie-title {
    position: relative;
    height: 67px;
    margin: 40px 0;
}

.movie-title img {
    max-width: 431px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.movie-title h2::before {
    content: url("../img/movie-icon.png");
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

}

.movie-title h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-60%) translateX(-50%);
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.movie-title p {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateY(-40%) translateX(-50%);
    font-size: 28px;
    margin: 0;
}

.movie {
    width: 100%;
    text-align: center;
}

.movie-ichiran {
    margin: 40px auto;
    text-align: center;
    background: url("../img/movies.png") no-repeat center;
    height: 50px;
    line-height: 50px;
}

.movie-ichiran a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.subscription {
    margin: 40px;
    height: 300px;
    padding: 10px 60px 30px;
    background-image: url("../img/subscription.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.subscription h3 {
    color: #fff;
    margin-bottom: 30px;
}

.subscription p {
    margin-top: 100px;
    margin-bottom: 25px;
    font-size: 22px;
}

.oubo-button {
    text-decoration: none;
    color: #fff;
    background-color: #d62720;
    border-radius: 10px;
    padding: 10px 20px;

}

.oubo-button:hover {
    color: #fff;
    opacity: 0.8;
}

@media only screen and (max-width: 920px) {
    .sec02 {
        background-size: 20%, 20%, 20%, 15%, 20%, 20%;
    }
}

@media only screen and (max-width: 750px) {
    .sec02 {
        background-size: 20%, 20%, 20%, 20%, 20%, 20%;
    }

    .subscription {
        background: url("../img/subscription-sp.png") no-repeat top / contain;
        min-height: 330px;
        padding-top: 30px;
    }

    .subscription img {
        max-width: 100%;
    }

    .subscription h4 {
        font-size: 18px;
    }

    .movie-title h2 {
        font-size: 16px;
    }

    .movie-title p {
        font-size: 16px;
    }

    .subscription p {
        margin-top: 0;
        font-size: 18px;
    }
}

@media only screen and (max-width: 499px) {
    .movie iframe {
        width: 80%;
    }

    .movie-title img {
        width: 90%;
    }
}

/***************************************
コンテスト結果
***************************************/
.kashi01 {
    position: absolute;
    top: 120px;
    right: 10%;
}

.sec03 {
    background-image:
        url("../img/sec03-img01.png"),
        url("../img/sec03-img02.png"),
        url("../img/sec03-img03.png"),
        url("../img/sec03-img04.png"),
        url("../img/sec03-img05.png"),
        url("../img/sec03-img06.png"),
        url("../img/sec03-img07.png"),
        url("../img/sec03-img08.png"),
        url("../img/sec03-img09.png"),
        url("../img/sec03-img10.png"),
        url("../img/sec03-img11.png"),
        url("../img/sec03-back.png"),
        url("../img/sec04-back.png");
    background-position:
        top 5% left,
        top 10% right,
        top 33% left,
        top 43% right,
        top 66% left,
        top 76% right,
        bottom 10% left,
        top left,
        top 25% right 10%,
        bottom left,
        bottom right,
        top left,
        bottom left;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    min-height: 1920px;
    padding-top: 150px;
    position: relative;
}

.kekka {
    background-image: url("../img/kekka-back.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    margin: 0 10%;
}

.img-top {
    margin-top: 120px;
    margin-bottom: 40px;
}

.kekka02-title-sp,
.kekka02-logo {
    display: none !important;
}

.box-style {
    margin: 30px 120px;
}

.item-back01 {
    background: url("../img/sweets-back.png") no-repeat center;
    height: 262px;
}

.item-back01 img {
    height: 100%;
    padding: 20px;
}

.backimg01 {
    background: url("../img/1st-back.png") no-repeat top;
}

.backimg02 {
    background: url("../img/2nd-back.png") no-repeat top;
}

.backimg03 {
    background: url("../img/3rd-back.png") no-repeat top;
}

.backimg04 {
    background: url("../img/3rd-back.png") no-repeat top;
}

.backimg01 p {
    margin-top: 80px;
    font-size: 20px;
}

.backimg02 p {
    margin-top: 50px;
    font-size: 19px;
}

.backimg03 p {
    margin-top: 70px;
    font-size: 20px;
}

.backimg04 p {
    margin-top: 70px;
    font-size: 20px;
}

.item-back02 {
    margin-top: 10px;
    height: 262px;
}

.item-back02 a {
    display: block;
    width: 214px;
    margin: 30px auto 0;
}

.prize {
    margin-left: 5%;
    margin-right: 5%;
}

.prize1 {
    margin: 0 15%;
}

.prize-box {
    margin-bottom: 20px;
}

.prize-contents {
    padding: 20px;
    background-color: #fbefbd;
    outline: 1px dotted rgb(218, 213, 145);
    outline-offset: -8px;
}

.prize-contents img {
    max-width: 150px;
}

.nyuushou-front {
    margin: 60px 0;
}

.nyuushou-back {
    margin: 60px 0;
}

@media only screen and (max-width: 991px) {
    .img-top {
        display: none !important;
    }

    .kekka02-title-sp {
        display: block !important;
    }

    .kekka02-logo {
        display: inline-block !important;
        margin-top: -13px;
    }

    .kekka02-title-sp {
        display: block !important;
        padding: 40px 0 60px;
    }

    .kekka02-title-sp h2 {
        background: linear-gradient(transparent 70%, yellow 30%);
        display: inline-block;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .kekka02-title-sp h3 {
        position: relative;
        letter-spacing: 0.1em;
        font-size: 20px;
    }

    .kekka02-title-sp h3:after {
        content: url("../img/titile-underline.png");
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .kekka {
        background-image: none;
        background-color: #fff;
        margin: 0 20px 20px;
        border-image: url("../img/kekka-moyou.png") 1% / 15px 10px / 0 repeat;
    }

    .prize1 {
        margin: 0 5%;
    }

    .prize-contents {
        max-width: 250px;
        margin: 0 auto;
    }

    .box-style {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .item-back02 {
        margin-bottom: 40px;
    }

    .nyuushou-front {
        object-fit: contain;
        width: 175px;
    }
}

@media only screen and (max-width: 750px) {
    .img-top {
        width: 90%;
        margin-top: 200px;
    }

    .kashi01 {
        right: 0;
    }
}

@media only screen and (max-width: 499px) {
    .kashi01 {
        width: 20%;
    }

    .kashi01 img {
        width: 100%;
    }
}

/***************************************
お客様の声
***************************************/
.sec04 {
    background: url("../img/sec04-back.png") repeat-y;
    margin-top: -1px;
}

.voice-title {
    text-align: center;
    padding-top: 80px;
    max-width: 430px;
    margin: 0 auto 80px;
}

.kikan {
    text-align: center;
    margin: 0 auto 80px;
}
.kikan img{
    max-width: 600px;
}

.box {
    margin: 20px auto;
    text-align: center;
}

.voice-box {
    position: relative;
    margin: 80px;
    outline: 5px solid #d62720;
    padding: 80px 20px 40px;
    background-color: #fff;
}

.voice-box img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.voice-box span {
    font-size: 18px;
    line-height: 2em;
    text-align: left;
    display: block;
    border-bottom: 3px dotted rgb(218, 213, 145);
    letter-spacing: 0.5em;
}

.voice-box .text-name {
    text-align: right;
}

.voice-box .center {
    text-align: center;
}

.spansp {
    display: none !important;
}

@media only screen and (max-width: 944px) {
    .voice-box span {
        letter-spacing: 0.1em;
    }
}

@media only screen and (max-width: 730px) {
    .voice-box span {
        letter-spacing: 0em;
    }

    .voice-box {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 460px) {
    .spansp {
        display: block !important;
    }

    .spanpc {
        display: none !important;
    }
}

/*もっと見るボタン*/
.cp_box *,
.cp_box *:before,
.cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_box {
    position: relative;
}

.cp_box label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 140px;
    /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box input:checked+label {
    background: inherit;
    /* 開いた時にグラデーションを消す */
}

.cp_box label:after {
    font-family: "MS Pゴシック","Hiragino Kaku Gothic ProN" ;
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 16rem;
    content: 'もっと見る';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 20px;
    background-color: rgba(27, 37, 56, 1);
}

.cp_box input {
    display: none;
}

.cp_box .cp_container {
    overflow: hidden;
    height: 250px;
    /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
}

.cp_box input:checked+label {
    color: #000;
    /* display: none ; 閉じるボタンを消す場合解放 */
}

.cp_box input:checked+label:after {
    font-family: FontAwesome;
    content: '閉じる';
}

.cp_box input:checked~.cp_container {
    height: auto;
    padding-bottom: 80px;
    /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}

/***************************************
フッター
***************************************/
footer {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
}

footer img {
    max-width: 600px;
}

/*トップへ戻るボタン*/
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 280px;
}

#pageTop i {
    padding-top: 6px
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 3px 0 0 0px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #ff3d35;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/***************************************
movie.html
***************************************/
.backcolor {
    background-color: #bc1921;
}

.movie-sec {
    background: url("../img/douga_haikei_2647px.png") no-repeat center;
    min-height: 2700px;
    padding: 40px 100px;
}

.movie-contents {
    margin-top: 40px;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 100px;
}

.flex-box img {
    width: 30%;
}

.flex-box p {
    width: 65%;
    padding: 0;
    margin: 20px 40px 20px 0px;
    border-bottom: 3px dotted #d62720;
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
}
.movie-box-style{
    margin: 60px 120px;
}
@media only screen and (max-width: 1215px) {
    .flex-box {
        flex-direction: column;
        align-items: center;
    }

    .flex-box img {
        z-index: 1;
    }

    .flex-box p {
        border-top: 3px dotted #d62720;
        margin: 20px;
    }
}
@media only screen and (max-width: 944px) {
    .movie-sec {
        padding: 40px 0 0;
    }
    .movie-box-style{
        margin: 0;
    }


}

@media only screen and (max-width: 453px) {
    .flex-box {
        margin: 0;
    }
}

.movie-name {
    background: url("../img/movie-title.png") no-repeat center / contain;
    padding: 10px;
    margin-top: 20px;
}

.movie-box {
    padding-top: 12px;
    padding-bottom: 12px;
}

.movie-box p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .backcolor {
        background-color: #fff;
        border: 10px solid #d62720;
    }

    .movie-sec {
        background: url("../img/movie-sec-sp.png");
        border-image: url("../img/moyou.png") 33% / 0 15px / 0 repeat;
        margin: 0 5px;
    }

    .movie-box {
        margin-bottom: 40px;
    }

    .box-style {
        margin: 0 auto;
    }

    .hidden-box{
        display: none;
    }
    footer {
        margin: 0;
    }
}

/***************************************
contests_2021.html
***************************************/
.sec-dai1kai {
    background-color: #F9CBAD;
    padding: 40px 0;
}

.sec-dai1kai .kekka01 {
    min-height: 2300px;
}

.kekka01 {
    background-image: url("../img/dai1kai-back.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    margin: 0 auto;
    max-width: 940px;
}

.kekka-title-sp {
    display: none !important;
}

.kekka-logo {
    display: none !important;
}

.kekka01-style {
    padding-top: 400px;
}

.sec-dai1kai .backimg01 {
    background: url(../img/1st-back-red.png) no-repeat top;
}

.sec-dai1kai .backimg02 {
    background: url(../img/2nd-back-red.png) no-repeat top;
}

.sec-dai1kai .backimg03 {
    background: url(../img/3rd-back-red.png) no-repeat top;
}

.sec-dai1kai .backimg04 {
    background: url(../img/4th-back-red.png) no-repeat top;
}

.sec-dai1kai .prize-contents {
    background-color: #F9E1E1;
}

@media only screen and (max-width: 991px) {
    .sec-dai1kai .kekka01-style {
        padding-top: 0px;
    }

    .kekka01 {
        background-image: none;
        background-color: #fff;
        margin: 0 20px 20px;
        border-image: url("../img/aka-moyou.png") 1% / 15px 10px / 0 repeat;
    }

    .kekka-logo {
        display: inline-block !important;
        margin-top: -13px;
    }

    .kekka-title-sp {
        display: block !important;
        padding: 40px 0 60px;
        background-image: url("../img/sec03-img01.png"), url("../img/sec03-img03.png"), url("../img/sec03-img00.png"), url("../img/sec03-img07.png"), url("../img/sec03-img04.png"), url("../img/sec02-img05.png"), url("../img/ten1.png"), url("../img/ten2.png"), url("../img/ten3.png");
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: top 5% left 10%, top left 30%, top right 20%, bottom 10% left 20%, bottom 10% right 25%, bottom 10% right 10%, bottom left 5%, top 30% right 7%, bottom left 45%;
        background-size: 12%, 12%, 15%, 15%, 12%, 12%, 12%, 12%, 12%;
    }

    .kekka-title-sp h2 {
        background: linear-gradient(transparent 70%, yellow 30%);
        display: inline-block;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .kekka-title-sp h3 {
        position: relative;
        letter-spacing: 0.1em;
        font-size: 20px;
    }

    .kekka-title-sp h3:after {
        content: url("../img/titile-underline.png");
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
}


/*nanami*/

.backimg03 p{
    margin-top: 65px;
    font-size: 20px;
}
.backimg02 p{
    margin-top: 55px
}

/*トップへ戻るボタン*/
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 143px;
}

.row{
    justify-content: center;
}

@media only screen and (max-width: 765px) {
    #pageTop {
        position: fixed;
        bottom: 20px;
        right: 45px;
    }
    .kei-pc{
        display: none !important;
    }
    .kei-sp{
        display: block !important;
        margin: 40px auto;
        text-align: center;
    }
}
.kei-sp{
    display: none;
}
.kei-sp img{
    margin: 40px auto;
}
.kei-pc img{
    display: block !important;
    margin: 40px auto;
}


.cp_box input:checked+label:after {
    font-family: "MS Pゴシック","Hiragino Kaku Gothic ProN";
    content: '閉じる';
}

"MS Pゴシック","Hiragino Kaku Gothic ProN"



/*2023.11*/

/***************************************
contests_2022.html
***************************************/
.sec-dai1kai {
    background-color: #F9CBAD;
    padding: 40px 0;
}

.sec-dai1kai .kekka02 {
    min-height: 2300px;
}

.kekka02 {
    background-image: url("../img/dai2kai-back.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    margin: 0 auto;
    max-width: 940px;
}

.kekka-title-sp {
    display: none !important;
}

.kekka-logo {
    display: none !important;
}

.kekka02-style {
    padding-top: 400px;
}

.sec-dai1kai .backimg01 {
    background: url(../img/1st-back-red.png) no-repeat top;
}

.sec-dai1kai .backimg02 {
    background: url(../img/2nd-back-red.png) no-repeat top;
}

.sec-dai1kai .backimg03 {
    background: url(../img/3rd-back-red.png) no-repeat top;
}

.sec-dai1kai .backimg04 {
    background: url(../img/4th-back-red.png) no-repeat top;
}

.sec-dai1kai .prize-contents {
    background-color: #F9E1E1;
}

@media only screen and (max-width: 991px) {
    .sec-dai1kai .kekka02-style {
        padding-top: 0px;
    }

    .kekka02 {
        background-image: none;
        background-color: #fff;
        margin: 0 20px 20px;
        border-image: url("../img/aka-moyou.png") 1% / 15px 10px / 0 repeat;
    }

    .kekka-logo {
        display: inline-block !important;
        margin-top: -13px;
    }

    .kekka-title-sp {
        display: block !important;
        padding: 40px 0 60px;
        background-image: url("../img/sec03-img01.png"), url("../img/sec03-img03.png"), url("../img/sec03-img00.png"), url("../img/sec03-img07.png"), url("../img/sec03-img04.png"), url("../img/sec02-img05.png"), url("../img/ten1.png"), url("../img/ten2.png"), url("../img/ten3.png");
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: top 5% left 10%, top left 30%, top right 20%, bottom 10% left 20%, bottom 10% right 25%, bottom 10% right 10%, bottom left 5%, top 30% right 7%, bottom left 45%;
        background-size: 12%, 12%, 15%, 15%, 12%, 12%, 12%, 12%, 12%;
    }

    .kekka-title-sp h2 {
        background: linear-gradient(transparent 70%, yellow 30%);
        display: inline-block;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .kekka-title-sp h3 {
        position: relative;
        letter-spacing: 0.1em;
        font-size: 20px;
    }

    .kekka-title-sp h3:after {
        content: url("../img/titile-underline.png");
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
}


/*2023.11*/

/***************************************
contests_2022.html
***************************************/


.kekka02 {
    background-image: url("../img/dai2kai-back.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    margin: 0 auto;
    max-width: 940px;
}

.kekka-title-sp {
    display: none !important;
}

.kekka-logo {
    display: none !important;
}

.kekka02-style {
    padding-top: 400px;
}

.sec-dai1kai .backimg01 {
    background: url(../img/1st-back-red.png) no-repeat top;
}

.sec-dai1kai .backimg02 {
    background: url(../img/2nd-back-red.png) no-repeat top;
}

.sec-dai1kai .backimg03 {
    background: url(../img/3rd-back-red.png) no-repeat top;
}

.sec-dai1kai .backimg04 {
    background: url(../img/4th-back-red.png) no-repeat top;
}

.sec-dai1kai .prize-contents {
    background-color: #F9E1E1;
}

@media only screen and (max-width: 991px) {
    .sec-dai1kai .kekka02-style {
        padding-top: 0px;
    }

    .kekka02 {
        background-image: none;
        background-color: #fff;
        margin: 0 20px 20px;
        border-image: url("../img/aka-moyou.png") 1% / 15px 10px / 0 repeat;
    }

    .kekka-logo {
        display: inline-block !important;
        margin-top: -13px;
    }

    .kekka-title-sp {
        display: block !important;
        padding: 40px 0 60px;
        background-image: url("../img/sec03-img01.png"), url("../img/sec03-img03.png"), url("../img/sec03-img00.png"), url("../img/sec03-img07.png"), url("../img/sec03-img04.png"), url("../img/sec02-img05.png"), url("../img/ten1.png"), url("../img/ten2.png"), url("../img/ten3.png");
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: top 5% left 10%, top left 30%, top right 20%, bottom 10% left 20%, bottom 10% right 25%, bottom 10% right 10%, bottom left 5%, top 30% right 7%, bottom left 45%;
        background-size: 12%, 12%, 15%, 15%, 12%, 12%, 12%, 12%, 12%;
    }

    .kekka-title-sp h2 {
        background: linear-gradient(transparent 70%, yellow 30%);
        display: inline-block;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .kekka-title-sp h3 {
        position: relative;
        letter-spacing: 0.1em;
        font-size: 20px;
    }

    .kekka-title-sp h3:after {
        content: url("../img/titile-underline.png");
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
}

/***************************************
contests_2023.html
***************************************/
@media only screen and (min-width: 992px) {
	.kekka02.dai3kai{
	    background-image: url("../img/dai3kai-back.png") !important;
	}
}


/***************************************
contests_2024.html
***************************************/
.kekka03.dai4kai{
	
}
.sec-dai1kai.kekka03{
	min-height:2300px;
}
@media only screen and (min-width: 992px) {
	.kekka03.dai4kai{
	    background-image: url("../img/dai4kai-back.png") !important;
	}
}
.kekka03{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	margin: 0 auto;
	max-width: 940px;

}