/*全体///////////////////////////////////////////////////////////////////////////////////////////*/
html {
    background: none;
}
body {
    min-width: 320px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    font-weight: 500;
    color: #000;
}

a {
    color: #5e86ed;
}
a:hover {
    opacity: 0.8;
    transition: 0.2s ease-out;
}
img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
#Wrapper {
    width: auto;
    margin: 0 auto -100px;
    min-height: 100%;
    height: auto !important;
}
#Wrapper * {
    box-sizing: border-box;
    font-feature-settings: "palt";
}
.pc {
    display: block;
}
.mb {
    display: none;
}

/*ハンバーガーメニュー*/
.hamburger {
    display: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

/*ページトップボタン*/
#pageTop {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    /*opacity: 0.7;*/
    display: block;
}

#pageTop a {
    display: block;
    padding: 10px;
    border-radius: 45px;
    width: 55px;
    height: 55px;
    /*background-color: #dfdfdf;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

#pageTop a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #c0272d;
    font-size: 2.3rem;
    border-radius: 45px;
    width: 45px;
    height: 45px;
}

/*コンテンツ共通///////////////////////////////////////////////////////////////////////////*/
/*デザインフォント-RoG2サンセリフ*/
.font-gsanserif {
    font-family: "GSanSerif-B", "Noto Sans JP", sans-serif;
    font-weight: 700;
}
/*ボタン*/
.bt_more {
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c0272d;
    height: auto;
    min-height: 56px !important;
    padding: 10px 25px;
    border: none;
    border-radius: 100px;
    line-height: 1.5;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(129, 62, 11, 0.2);
}

.bt_more span {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.25;
}
/*共通枠*/
.content--wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    width: 100%;
    padding: 50px;
    border-radius: 20px;
}

/*共通見出しh2*/
.heading--text {
    /*border-top: 4px dotted #daddf3;*/
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 800;
    padding-top: 0;
}

.heading--text span {
    display: inline-block;
}

/*アンカーリンク位置調整*/
#About,
#Prize,
#Software,
#Tips,
#Gallery,
#Archive,
#Youkou {
    padding-top: 80px;
    margin-top: -80px;

}
#Result {
    padding: 60px 40px;
    margin-top: -60px;

}
#Software,
#Gallery,
#Archive {
    padding-bottom: 80px;
}

/*見出し色A*/
.heading--color-a {
    display: inline-block;
    /*background: linear-gradient(90deg, #2b2390, #5e86ed);
    -webkit-background-clip:-webkit-linear-gradient(0deg, #2b2390, #5e86ed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
   color: #c0272d;
}

/*見出し色B*/
.heading--color-b {
    color: #b48d57 !important;
}


/*共通強調カラー*/
.strong--color-a {
    color: #c0272d !important;
}

.strong--color-b {
    color: #b48d57 !important;
}

/*共通改行*/
.br--pc {
    display: block;
}

.br--mb {
    display: none;
}

/*背景1*/
.collabo_bg_01 {
    position: relative;
    padding: 0;
    background: url(/view/promotion/nurimas30/view/img/design/bg_02.webp), linear-gradient(180deg, rgba(253, 220, 113, 0.3), rgba(255, 141, 182, 0.3));
    overflow: hidden;
    background-repeat: repeat;
    background-size: 3%;
    background-attachment:fixed;
    background-position: top center;
}


/*背景2*/
.bg_02 {
    position: relative;
    padding: 60px 40px;
    background: url(/view/promotion/nurimas30/view/img/design/bg_01.webp), url(/view/promotion/nurimas30/view/img/design/bg_02.webp), #ff8db6;
    background-repeat: repeat-y, repeat;
    background-size: 100%, 3%;
    background-attachment:scroll, fixed;
    background-position: top center, top center;
}
.result.bg_05{
    position: relative;
    padding: 60px 40px;
    background: url(/view/promotion/nurimas30/view/img/design/bg_01.webp), url(/view/promotion/nurimas30/view/img/design/bg_02.webp), #fddc71;
    background-repeat: repeat-y, repeat;
    background-size: 100%, 3%;
    background-attachment:scroll, fixed;
    background-position: top center, top center;
}

/*背景3*/
.bg_03 {
    position: relative;
    padding: 60px 40px;
    background: url(/view/promotion/nurimas30/view/img/design/bg_01.webp), url(/view/promotion/nurimas30/view/img/design/bg_02.webp), #fddc71;
    background-repeat: repeat-y, repeat;
    background-size: 100%, 3%;
    background-attachment:scroll, fixed;
    background-position: top center, top center;
}

/*背景4*/
.bg_04 {
    position: relative;
    padding: 60px 40px;
    background: url(/view/promotion/nurimas30/view/img/design/bg_01.webp), url(/view/promotion/nurimas30/view/img/design/bg_02.webp), #ff8db6;
    background-repeat: repeat-y, repeat;
    background-size: 100%, 3%;
    background-attachment:scroll, fixed;
    background-position: top center, top center;
}


.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    pointer-events: none;
}
.bubbles_long {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}
.bubble {
    position: absolute;
    bottom: -40;
    width: 40px;
    height: 40px;
    animation: bubble 3s ease-in infinite;
    animation-direction:reverse;
}
.bubbles_long .bubble {
    position: absolute;
    bottom: -40;
    width: 80px;
    height: 80px;
    animation: bubbles_long 10s ease-in infinite;
    animation-direction:reverse;
}
.bubble:nth-child(1) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 1%;
    animation-duration: 7s;
}
.bubble:nth-child(2) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 20%;
    animation-duration: 13s;
}
.bubble:nth-child(3) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
}
.bubble:nth-child(4) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 60%;
    animation-duration: 11s;
}
.bubble:nth-child(5) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 20%;
    animation-duration: 8.5s;
}
.bubble:nth-child(6) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 70%;
    animation-duration: 10s;
}
.bubble:nth-child(7) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 80%;
    animation-duration: 9s;
}
.bubbles_long .bubble:nth-child(1) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 1%;
    animation-duration: 29s;
}
.bubbles_long .bubble:nth-child(2) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 20%;
    animation-duration: 28s;
}
.bubbles_long .bubble:nth-child(3) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 30s;
}
.bubbles_long .bubble:nth-child(4) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 60%;
    animation-duration: 21s;
}
.bubbles_long .bubble:nth-child(5) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 20%;
    animation-duration: 38s;
}
.bubbles_long .bubble:nth-child(6) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 70%;
    animation-duration: 40s;
}
.bubbles_long .bubble:nth-child(7) {
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 80%;
    animation-duration: 33s;
}
@keyframes bubble {

    0% {
        bottom: -100px;
        transform: translateX(0) ;
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        bottom: 1000px;
    }
}
@keyframes bubbles_long {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        bottom: 3000px;
    }
}
/*flexボックス*/
.box_x2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box_x2 > div {
    width: 48.5%;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-between;
}

.box_x2 > div p,
.box_x2 > div a,
.box_x2 > div img,
.box_x2 > div h3,
.box_x2 > div h4,
.box_x2 > div h5,
.box_x2 > div div {
    /*IEで画像の下に余白ができる問題回避策*/
    min-height: 0;
}

/*メインビジュアル//////////////////////////////////////////////////////////////////////////////////////*/
.visual {
    position: relative;
    overflow: hidden;
    height: auto;
    padding-top: 600px;
    background-color: #fff;
}

.visual .mobile_wrap {
    display: none;
}

.visual .visual_illust {
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    position: relative;
}
.visual_illust.main_illust_01{
    background:rgba(253, 220, 113, 0.5);
}
.visual_illust.main_illust_02{
    background:rgba(255, 141, 182, 0.5);
}
.visual_illust.main_illust_03{
    background:rgba(253, 220, 113, 0.5);
}
.visual_illust.main_illust_04{
    background:rgba(255, 141, 182, 0.5);
}
.visual_illust.main_illust_05{
    background:rgba(253, 220, 113, 0.5);
}
.visual_illust.main_illust_06{
    background:rgba(255, 141, 182, 0.5);
}
.visual_illust .visual-img{
    position: absolute;
    box-sizing: border-box;
    height: 600px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

}

.visual_illust.main_illust_01 .visual-img{
    background:url(/view/promotion/nurimas30/view/img/design/illust_01.webp);
    background-repeat: no-repeat;
    background-size:cover;
    z-index: 2;
    background-position: top center;
}
.visual_illust.main_illust_02 .visual-img{
    background:url(/view/promotion/nurimas30/view/img/design/illust_02.webp);
    background-repeat: no-repeat;
    background-size:cover;
    z-index: 2;
    background-position: top center;
}
.visual_illust.main_illust_03 .visual-img{
    background:url(/view/promotion/nurimas30/view/img/design/illust_03.webp);
    background-repeat: no-repeat;
    background-size:cover;
    z-index: 2;
    background-position: top center;
}
.visual_illust.main_illust_04 .visual-img{
    background:url(/view/promotion/nurimas30/view/img/design/illust_04.webp);
    background-repeat: no-repeat;
    background-size:cover;
    z-index: 2;
    background-position: top right;
}
.visual_illust.main_illust_05 .visual-img{
    background:url(/view/promotion/nurimas30/view/img/design/illust_05.webp);
    background-repeat: no-repeat;
    background-size:cover;
    z-index: 2;
    background-position: top center;
}
.visual_illust.main_illust_06 .visual-img{
    background:url(/view/promotion/nurimas30/view/img/design/illust_06.webp);
    background-repeat: no-repeat;
    background-size:cover;
    z-index: 2;
    background-position: top center;
}
.visual_illust .mainback{
    position: absolute;
    box-sizing: border-box;
    height: 600px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background:url(/view/promotion/nurimas30/view/img/design/bg_02.webp);
    background-repeat: repeat;
    background-size:5%;

    z-index: 1;

}
.btn_colabo{
    background: #c0272d;
    border-radius: 60px;
    padding: 6px 15px;
    text-align: center;
    display: flex;
    text-decoration: none;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    transition-duration: 0.5s;

}
.btn_colabo:hover{

}

.btn_colabo p{
    color: #ffffff;
    margin: 0 auto;
    font-weight: bold;
}
.btn_colabo span{
    white-space: nowrap;
}
.btn_colabo span.star{
    background: url(/view/promotion/nurimas30/view/img/design/btn_star2_toho_before.webp);
    width: 4rem;
    height: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    left: -40px;
}
.btn_colabo span.star2{
    background: url(/view/promotion/nurimas30/view/img/design/btn_star2_toho_after.webp);
    width: 4rem;
    height: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -40px;
}
.prize_header div{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.about_title{
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 60px;
}
.about_title h2{
  display: inline-block;
}
.about_title span.star{
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    width: 3.5rem;
    height: 3.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.prize_header span.star{
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    width: 3.5rem;
    height: 3.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.visual .visual_contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    box-sizing: border-box;
    z-index: 100;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.visual .title {
    display: block;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.visual .title h1{
    padding: 0;
    height: 100%;
    max-height: 600px;
    display: flex;
    align-items: center;
}


.visual .title h1 img{

    width: auto;
    height: 90%;
    box-sizing: border-box;

}

.visual .logo {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.visual .logo.logo_01 {
    top: 15px;
    right: 30px;
    width: 15%;
    max-width: 160px;
}

.visual .logo.logo_02 {
    right: 30px;
    bottom: 40px;
    width: 30%;
    max-width: 420px;
}

.bxslider {
    position: absolute;
    top: 0;
    margin: 0;
}
.bxslider li:not(:first-child){
    display: none;
}

.bx-wrapper {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;

}

.bx-wrapper img {
    width: 100%;
    max-width: 100%;
}

.bx-viewport {
    width: 100%;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}


.bx-wrapper img {
    width: 100%;
}

.bx-controls {
    display: none;
}

.main_logo {
    width: 100%;
    right: 0;
    position: absolute;
    text-align: right;
    box-sizing: border-box;
    height: 100%;
    max-width: 380px;

}

.main_logo img {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 30px;
    box-sizing: border-box;
    max-width: 380px;
}

.main_copyright {
    display: flex;
    align-items: center;
    justify-content: right;
    right: 30px;
    margin: 0 auto;
    font-size: 0.6rem;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1;
    color: #2a2a31;
    background: none;
    position: absolute;
    bottom: 10px;
    max-width: 1200px;
min-height: 10px;
    left: 0;
}


.main_copyright p {
    display: inline-block;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
    -1px 1px 0 #fff,  1px -1px 0 #fff,
    1px 0 0 #fff, -1px  0 0 #fff,
    0 1px 0 #fff,  0 -1px 0 #fff;
}
.main_copyright p{
    word-break: keep-all;
    white-space: nowrap;
    margin-bottom: 0;
}
.main_copyright img {
    max-width: 15%;
}


/*メニュー/////////////////////////////////////////////////////////////////////*/
.menu {
    position: relative;
    background: url(/view/promotion/nurimas30/view/img/design/nav_back_left.webp), url(/view/promotion/nurimas30/view/img/design/nav_back_right.webp), #c0272d;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: left center, right center;
    z-index: 999;
    border-bottom: #fddc71 solid 4px;
}
.fixed .menu {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.menu.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}


.menu.fixed .menu__content {
    padding: 10px;
}

.menu.fixed .content__item a {
    font-size: 1rem;
}

.menu .menu__content {
    max-width: 1200px;
    padding: 10px;
    margin: 0 auto;
}

.menu .menu__content nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    margin-left: 10px;
    justify-content: space-around;
    overflow: hidden;
}

.menu .content__item {
    text-align: left;
    height: 60px;
    width: 14%;
    padding: 0 15px 0 15px;
    display: flex;
    align-items: center;
    border-left: #fddc71 solid 8px;
}
.menu .content__item a {
    color: #ffffff;
    font-size: min(1.6vw, 1.2rem);
    line-height: 1.25;
    text-decoration: none;
    transition: 0.2s ease-out;
}

.menu .content__item:hover {
    opacity: 0.6;
    transition: 0.6s ease-out;
}

.menu:after{
    content: "";
    display: inline-block;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 9px;
    position: absolute;
    background-repeat: repeat-x;
    background-position: center;
    z-index: 999;
}


/*コンテストについて///////////////////////////////////////////////////////////////////////////*/

.about {
    /* position: relative;
    background-image: url(/view/promotion/nurimas30/view/img/design/colabo_bg.jpg);
    background-size: 100%;
    background-position: top center; */
    /* background-repeat: repeat-y; */
    /* background-color: #fff; */
}

.about .about__image {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    margin-top: -50px;
}

.about .about__image img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.about .about__content {
    margin: 0 auto;
    width: 100%;
    max-width: 2440px;
    color: #3c3c3c;
    padding:30px 0 60px;
    background: url(/view/promotion/nurimas30/view/img/design/collabo_back_star.webp);
    box-sizing: border-box;
    background-position: center bottom 15px;
    background-repeat: no-repeat!important;
    background-size: contain;
}

.about .about_title h2{
    text-align: center;
    color: #b48d57;

    margin-bottom: 0;
}
.about .about__box{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;

}
.about_parts1{
    background: url(/view/promotion/nurimas30/view/img/design/about_toho_line.webp);
    width: 100%;
    height: 30px;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 30px auto;
    background-size: contain;
    background-repeat: repeat-x;
    box-sizing: border-box;
}

.about_parts2{
    background: url(/view/promotion/nurimas30/view/img/design/about_toho_line.webp);
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 30px auto;
    background-size: contain;
    background-repeat: repeat-x;
    box-sizing: border-box;
}

.about_parts3{
    background: url(/view/promotion/nurimas30/view/img/design/about_parts1.webp);
    position: absolute;
    width: 200px;
    height: 200px;
    top:-30px;
    right: -34px;
    overflow: hidden;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.about_parts4{
    background: url(/view/promotion/nurimas30/view/img/design/about_parts2.webp);
    position: absolute;
    width: 130px;
    height: 180px;
    bottom: -90px;
    left: -54px;
    overflow: hidden;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.souhyou .about_parts3{
    background: url(/view/promotion/nurimas30/view/img/design/about_parts1.webp);
    position: absolute;
    width: 200px;
    height: 200px;
    top:-70px;
    right: -34px;
    overflow: hidden;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.souhyou .about_parts4{
    background: url(/view/promotion/nurimas30/view/img/design/about_parts2.webp);
    position: absolute;
    width: 130px;
    height: 180px;
    bottom: -70px;
    left: -54px;
    overflow: hidden;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.colabo_text{
    width: 50%;
    padding: 40px 40px 40px 15px;
}

.about .about__box h2 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.about .about__box .colabo_text .colabo_text_inner p{

    line-height: 1.2;
}


.about .about__box .colabo_text .colabo_text_inner h2 {
    padding-bottom: 30px;
}


.about .about__box .colabo_img {
    width: 50%;
    margin: 0 auto;
    position: relative;
    padding: 0 15px 0 0;
}



.about .text__tag {
    font-size: 100%;
    line-height: 1.5;
    text-align: left;
    color: #3c3c3c;
    margin: 20px auto 0;
    padding: 10px;
    background: rgba(255, 245, 151, 0.5);
}

.about .tag__strong {
    font-size:120%;
    color: #c0272d;
}

.about a {
    width: 100%;
    display: block;
    margin: 20px auto 0;
    max-width: 340px;
}

.about a img{
    width: 100%;
    height: auto;
}
.accessory-set{
    margin-top: 30px;
}
.accessory-set a{
margin-top: 0!important;
}

@media screen and (max-width: 1820px) {
    .about .about__content {
        margin: 0 auto;
        width: 100%;
        max-width: 2440px;
        color: #3c3c3c;
        padding:30px 0 60px;
        background: url(/view/promotion/nurimas30/view/img/design/collabo_back_star.webp);
        box-sizing: border-box;
        background-position: center bottom 15px;
        background-repeat: no-repeat!important;
        background-size: cover;
    }
}


/*応募方法///////////////////////////////////////////////////////////////////////////*/
#Oubo {
}

.oubo.content--wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.oubo .oubo__step-heading {
    font-size: 160%;
    font-weight: 800;
}

.oubo .oubo__step-heading span {
    display: inline-block;
    font-size: 82%;
    font-family: 'Francois One', sans-serif;
    font-weight: normal;
    background: #b48d57;
    background-size: 30%;
    padding: 0 15px;
    margin-right: 14px;
    color: #ffffff;
    border-radius: 6px;
    vertical-align: top;
}

.oubo .oubo__senga-wrapper {
    background-color: #fbf7f2;
    padding: 40px 20px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.oubo .senga-wrapper__senga_box {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;

}

.oubo .button {
    display: flex;
    align-items: center;
}

.oubo .oubo__senga-wrapper .agreement {
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

.oubo .h3 {
    color: #646464;
}

.senga {
    width: 100%;
    flex-basis: 30%;
    margin: 0 auto 60px;
    padding: 0;
    box-sizing: border-box;
}

.mfp-bg{
    background:  linear-gradient(45deg, rgba(245, 214, 114, 0.5), rgba(238, 136, 173, 0.5))!important;

    position: fixed !important;
    border-bottom: none;
    background-repeat: repeat;
    background-size: 5%;
    background-attachment: fixed;
    background-position: top center;
}
.download_device {
    color: #ffffff;
    background-color: #ff8db6;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    padding: 2px 15px;
}

.timelapse_box {
    padding: 30px 30px 30px;
    margin: 50px auto 0;
    text-align: center;

    border-top: 30px solid #c0272d;
    border-left: 2px solid #c0272d;
    border-right: 2px solid #c0272d;
    border-bottom: 30px solid #c0272d;
}

.timelapse_box h4 {
    text-align: left;
    font-size: min(4vw, 2.5rem);
    font-weight: 800;
    margin: 0 auto;

    display: inline;
    padding: 0 10px;
    line-height: 1.8;
    word-break: auto-phrase;
}

.timelapse_box .content__heading span {
    display: inline-block;
    margin: 0;
}

.timelapse_box .content__text {
    margin-top: 20px;
    line-height: 1.5;
    flex-basis: 48%;
    color: #c0272d;
}

.timelapse_box .text__strong {
    font-size: 1.3rem;
}

.timelapse_box_innner {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 950px;
    margin: 30px auto 0;
}

.timelapse_box_innner p {
    margin-bottom: 5px;
}

.timelapse_box_innner p:first-child {
    font-size: 1.25rem;
}

.timelapse__video {
    display: block;
    padding-top:0;
    width: 100%;
    flex-basis: 48%;
}

.timelapse__video video {
    width: 100%;
    max-width: 720px;
    height: auto;
    overflow: hidden;
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    outline: none;
    border: none;
}

.download_hozon {
    margin-top: 7px;
}

.senga_inner{
    position: relative;
    border-top: #c0272d solid 2px;
    border-right:#c0272d solid 2px;
    border-left: #c0272d solid 2px;
    overflow: hidden;
}

.senga a img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: #ffffff;
    box-sizing: border-box;

    transition-duration: 0.5s;
    display: inline-block!important;
}
.senga a img:hover {
    display: inline-block!important;
    transform: scale(1.2,1.2) !important;
}
.senga a:hover{
    opacity: 1!important;
}
/*こっから追加*/

/*完成イラストスライド*/
.splide {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 20px 0 40px 0;
}

.splide__track {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.splide__pagination {
    position: relative!important;
    bottom: 0!important;
    margin: 10px auto!important;
}
.splide__slide {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 134.34152489%;
    overflow: hidden;
    text-align: center;
}
.splide__pagination__page.is-active {
    background: #5e86ed !important;
}

.splide__slide img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.illust_name {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #cccccc;
    color: #ffffff;
    font-size: 200%;
    font-weight: bold;
    padding: 15px 0;

    display: flex;
    align-items: center;
    justify-content: center;
}
.illust_name span{
    font-size: 60%;
    margin-right: 8px;
}

.bae .illust_name{background: rgba(239, 85, 95, 0.8);}
.tcw .illust_name{background: rgba(0, 90, 159, 0.8);}
.cozmez .illust_name{background: rgba(217, 179, 224, 0.8);}
.akanyatsura .illust_name{background: rgba(250, 204, 83, 0.8);}
.braikan .illust_name{background: rgba(163, 143, 60, 0.8);}
.visty .illust_name{background: rgba(246, 104, 178, 0.8);}
.amprule .illust_name{background: rgba(0, 111, 85, 0.8);}
.onenm8 .illust_name{background: rgba(189, 195, 196, 0.8);}
.gokuluck .illust_name{background: rgba(247, 90, 24, 0.8);}

.splide__arrow {
    background: none!important;
    width: 3.5em!important;
    height: 3.5em!important;
}

.splide__arrow svg {
    fill: #5e86ed !important;
    height: 100%!important;
    width: 100%!important;
}
.splide__arrow--prev {
    left: 0!important;
}
.splide__arrow--next {
    right: 0!important;
}

/*線画コーナー*/

.step_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    width: 100%;
    max-width: 600px;
    margin: 30px auto!important;

}
.step_container li{
    position: relative;
    box-sizing: border-box;
}

.step_container li a{
    box-sizing: border-box;
    display: block;
    width: 100%;
    color: #ffffff;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    padding: 6px 20px;
    background: #b48d57;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-size: 150%;
    transition: 0.5s;
}
.step_container li a:hover{
    transform: translateY(-7px);
    opacity: 1;
}

.senga_name {
    text-align: center;
    font-weight: 800;
    font-size: 120%;
    color: #ffffff;
    background: url(/view/promotion/nurimas30/view/img/design/nav_back_left.webp), url(/view/promotion/nurimas30/view/img/design/nav_back_right.webp), #c0272d!important;
    background-repeat: no-repeat, no-repeat;
    background-size: contain!important;
    background-position: left center, right center;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-decoration:none!important;
    text-underline-offset:none!important;
    padding:2px 0!important;
    border-bottom: none;
}


.senga_name span{
    display: block;
    font-size: 70%;
}

.senga_button {
    width: 80%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin:  0 auto;
    position: relative;

}
.senga_button a{
    transition: 0.5s;
}
.senga_button a:hover{
    transform: translateY(-7px);
    opacity: 1!important;
}

@media screen and (max-width: 1100px) {
    .senga_button {
        width: 100%;
        font-size: 90%;
    }
    .senga_name span {
        display: block;
        font-size: 60%;
        letter-spacing: -0.5px;
    }
}

.one_button {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 0;
}

.oubo .popup__btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 4px 10px;
    background: #c1272d;
    border-radius: 60px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.senga_button div:nth-child(2n) .popup__btn {
    background: #ff8db6;
}

.senga_button div {
    position: relative;
    width: 48%;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    transition: .3s;
}
.oubo .popup__btn.kansei{
    display: block;
    background: none;
    font-size: 90%;
    width: 100%;
    color: inherit;
    padding: 0;
    line-height: 1;
    min-height: auto;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin: 20px auto 0;
    border: none;
}
.oubo .popup__btn.kansei2{
    display: block;
    background: none;
    font-size: 90%;
    width: 100%;
    color: inherit;
    padding: 0;
    line-height: 1;
    min-height: auto;
    text-decoration: none;
    text-underline-offset: none;
    margin: 0 auto;
    border: none;
}
.oubo .popup__btn.kansei i{
    margin-right: 8px;
}
.oubo .senga_button a.popup__btn:hover {
    opacity: .5;
}


.font_marker {
    color: #fff597;
    background: none;
}

/*賞品///////////////////////////////////////////////////////////////////////////////////////////*/

.bg_02 .content--wrapper {
    background-color: #FFFFFF;
    border-radius: 20px;
}

.comment {
    border-radius: 12px;
}

.prize_contents .comment {
    background: #b48d57;
    padding: 15px 22px;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.prize_contents .comment .box_x2 > div {
    justify-content: center;
}

.prize_contents .comment h4 {
    font-size: 20px;
    line-height: 1.45em;
    margin-bottom: 0;
}

.prize_contents .comment .box_x2 {
    align-items: center;
}

.prize_contents .button .bt_apple {
    width: 100%;
    height: auto;
    font-size: 21px;
    font-weight: 800;
    color: #000000!important;
    line-height: 1.25;
    padding: 11px;
    border-radius: 30px;
    background: #fff;
    border-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

.prize_contents .button .bt_apple span {
    font-size: 100%;
    color: #1da1f2 !important;
    display: inline-block;
}

.twittericon::before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 28px;
    background: url(/view/promotion/nurimas30/view/img/design/x-twitter.svg) no-repeat;
    background-size: contain;
    vertical-align: -5px;
}

.prize .prize-wrapper {
    max-width: 1200px;
    margin: 50px auto 0;
    box-sizing: border-box;
    width: 100%;

}

.prize_box,
.tyusen {
    box-sizing: border-box;
    padding: 10px 50px 25px;
    font-feature-settings: "palt";
    margin-bottom: 60px;
    text-align: center;
    background: url(/view/promotion/nurimas30/view/img/design/prize_bg.png),#ffffff;
    background-size: 100% auto, 100%;
    background-position: top center, center;
    background-repeat: no-repeat, no-repeat;
    border-radius: 20px;

}






.prize_box div {
    text-align: left;
    margin-bottom: 20px;
}
.prize_box div.prize_header {
    text-align: center;
    margin-bottom: 20px;
}
.mikusyo_list{
    padding-left: 1em;
}

.prize_box h4 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.prize_header {
    z-index: 200;
    display: inline-block;
    box-sizing: border-box;
    margin: 40px auto 30px;
}
.prize_header img{
    display: block;
    width: 100%;
    height: auto;
}
.prize_header span{
    display: block;
    font-size: 150%;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #b48d57;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prize_header p{
    display: block;
    font-size: 200%;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #5e86ed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prize_lead{
    font-size: 1.5rem;
    color: #ff945f;
}

.step_m {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 5px auto!important;
    max-height: 50px;
}

.stepheading--text {
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 800;
    padding-top: 0;
    background: linear-gradient(0deg, #5e86ed, #2b2390);
    -webkit-background-clip: -webkit-linear-gradient(0deg, #5e86ed, #2b2390);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step--text {
    font-size: 1rem;
    color: #000000!important;
}

.step--text2 {
    font-size: 1.5rem;
}

.ymarker {
    display: inline-block;
    background: linear-gradient(transparent 70%, #2B2390 70%);
    padding: 0;
    margin-top: 10px;
}
.box_x1{
    position: relative;
    z-index: 2;
}
.box_x1 .prize_box_white .image__wrapper {
    text-align: center;
}

.box_x1 .prize_box_white img {
    max-width: 600px;
    width: 100%;
}

.prize-color--e .box_x1 .prize_box_white img {
    /*max-width: 100%;*/
}
.tyusen img {
    padding: 10px 0 30px;
}

.tyusen .prize_box_white img {
    margin: 0 auto;
}

.prize_box_white {
    background-color:#fbf7f2;
    padding: 25px 30px;
    margin-bottom: 22px;
    border-radius: 6px;
    z-index: 50;
    align-items: center;
}

.prize_box_white .name,
.prize_box_white.name {
    font-weight: 600;
    line-height: 1.45em;
    margin: 10px 0;
}

.prize_box_white .name span,
.prize_box_white.name span {
    display: inline-block;
}

.prize_box_white .right,
.prize_box_white.right {
    padding-left: 159px;
    text-align: right;
}

.prize_box_white img {
    overflow: hidden;
    border: 2px solid #ffffff;
}
.m_back{
    background:url(/view/promotion/nurimas30/view/img/design/bg_05.webp), url(/view/promotion/nurimas30/view/img/design/bg_04.webp), #c0272d;
    background-repeat:repeat-y, repeat;
    background-size:100%, 5%;
    background-attachment:scroll-y, scroll;
    background-position: top center, top center;

}
.m_back .heading--color-a{
color: #ffffff!important;
}
.m_back .heading--color-a .prize_header span{
    background: #fbdd70!important;
}
.m_back .prize_header span{
    background: #fddc71;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prize_box_white.m_back > .name{
    color: #ffffff;
}
.prize_box_white.m_back img{

}
.m_back .prize_box_white{

}

.prize_box_white a {
    display: inline-block;
    text-align: right;
    color: #3ad0c9;
    margin-top: 15px;
}

.prize_box .box_x2 > div {
    justify-content: start;
}

.prizebox_p3 > div {
    background-color: #dbf4ff;
    padding: 20px;
    margin-bottom: 12px;
    border-width: 1px;
    border-radius: 20px 20px;
    box-sizing: border-box;
}

.bt_product {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 0.85rem;
    text-align: center;
    text-decoration: none;
    padding: 2px 20px 4px;
    margin-bottom: 0;
    border-radius: 20px;
    background-color: #b48d57;
    box-sizing: border-box;
}

.bt_product:hover {
    transition: box-shadow 0.5s, border 0.5s, background-color 0.2s, color 0.2s, opacity 0.2s, display 0.2s;
}

.midashi_text_icon {
    background-color: #c0272d;
    width: 1.8rem;
    height: 1.8rem;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    vertical-align: text-bottom;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
    border-radius: 3px;
}

.pad_left {
    padding-left: 2.5rem;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1300px) {

}
@media screen and (min-width: 700px) {

    .prize_box .prize_box_white.name,
    .prize_box .prize_box_white.padd_off {
        padding-top: 23px;
    }
    /*  .about .content__head{
          padding-top: 60px;
      }*/
    .about{
        background-position: top center;
    }


}

/*ソフトウェア///////////////////////////////////////////////////////////////////////////////////////////*/
#Software .box_x2 > div {
    display: flex;
    display: -webkit-flex;
}

/*塗り方のコツ//////////////////////////////////////////////////////////////////////////////////////////*/
.tips_box {
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f2f6fb;
}

.tips_box a {
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.tips_box img {
    width: 100% !important;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.tips_box h4 {
    font-size: 120%;
    font-weight: 500;
    line-height: 1.25em;
    color: #000;
    padding: 0 2px 0 2px;
    margin-bottom: 15px;
}

.tips_button_wrap span {
    display: block;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    font-size: 108%;
    font-weight: 500;
    line-height: 2.0em;
    color: #c0272d !important;
    text-align: center;
    text-decoration: none !important;
    margin: 0 auto;
}

.tips_button_wrap span {
    opacity: 1 !important;
}

/*応募作品一覧/////////////////////////////////////////////////////////////////////////////////////////*/
.gallery__comingsoon {
    color: #ddd;
    font-size: 200%;
    text-align: center;
    margin: 80px auto;
}

/*これまでの塗りマス/////////////////////////////////////////////////////////////////////////////////////*/
.archive_box_x3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.archive_box {
    width: 32%;
    margin-bottom: 15px;

}

.archive_box a img {
    width: 100%;
    height: auto;
    border-radius: 10px;

    transition-duration: 0.5s;

}
.archive_box a:hover img {
    width: 100%;
    border-radius: 10px;
    transform: scale(1.1,1.1);

}.archive_box a:hover {
     opacity: 1!important;

}

.archive .bt_questionnaire a {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.archive .bt_questionnaire .icon {
    width: auto;
    height: auto;
    max-width: 65px;
    padding-top: 8px;
}

.archive .bt_questionnaire .text {
    font-size: 1.2rem;
    width: auto;
    margin: 0 0 0 15px;
    padding: 0;
    color: #cf2b55 !important;
    font-weight: 800;
    vertical-align: middle;
    line-height: 1.25;
}

/*応募要項///////////////////////////////////////////////////////////////////////////////////////////*/
.youkou table {
    margin-bottom: 0;
    border: solid 2px #b48d57;
    box-sizing: border-box;
}

.youkou td,
.youkou th {
    padding: 13px 13px;
    border: none;
    border-bottom: solid 2px #b48d57;
    box-sizing: border-box;
}

.youkou th {
    background-color: #b48d57;
    font-size: 100%;
    color: #fff;
    padding: 7px 10px 3px;
    min-width: 150px;
    border-bottom: solid 1px #fff;
}

.youkou th.last {
    border-color: #b48d57;
}

.youkou dl {
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.youkou dd {
    margin-left: 1em;
}

.youkou dd > ul {
    font-size: 90%;
}

.youkou .content--wrapper {
    border-radius: 20px;
}

.youkou a {
    color: #b48d57;
}

/*フッター///////////////////////////////////////////////////////////////////////////////////////////*/
.footer {
    padding-top: 30px;
}

.footer_contents {
    color: #fff;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}

.social_link_simple_buttons {
    text-align: center;
    margin: 0;
    padding: 30px 0 0;
}

.social_link_simple_buttons a {
    text-decoration: none;
    display: inline-block;
    margin: 0 2px;
    width: 45px;
}

.social_link_simple_buttons a img {
    max-width: 100%;
}

.footer .copyright {
    margin: 0;
    font-size: 0.65rem;
    color: #ffffff;
    padding: 10px 0 10px;
    text-align: center;
    display: block;
    background: none;
    font-weight: normal;
}

.footer .copyright {
    margin-bottom: 10px;
}

.footer .copyright__text:last-child {
    margin-bottom: 0;
}

.logo_piapro {
    width: 70px;
    margin-left: 5px;
}

.flex_box_result .result_box{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-around ;
    align-items: center;
    margin-top: 0;
}
.flex_box_result .result_box .contents_img{
    flex-basis: 40%;
    padding-top: 1.5em;
    margin: 0 auto;
}
.flex_box_result .result_box .content_info{
}

.result .result_title_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    /* padding:20px; */
    box-sizing: border-box;
}

.result .result_title {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 0 0;
}
.result .result__main {

    padding: 0;
    box-sizing: border-box;
}

.result .result_contents {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto 0;
    box-sizing: border-box;
    background: url("/view/promotion/nurimas30/view/img/design/bg_04.webp"),#c0272d;
    background-repeat: repeat;
    background-size: 5%;
}
.result .result_contents.souhyou {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 80px;
    box-sizing: border-box;
    position: relative;
    border: solid 4px #2b2390;
}
.result .result_contents:first-of-type {
    margin-top: 0;
}

.result .about__stopuri_comment h2{
    display: inline-block;
    /* text-shadow: 2px 2px 0 #cccccc;;*/
}


.result .souhyou p{
    text-align: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.souhyou_headtext{
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.3;
}
.souhyou.result_contents .result_contents__inline{
    padding: 40px 40px;
}
.souhyou_text_head{
    padding-bottom: 15px;
}
.result .souhyou .text_wrap{
    background: rgba(255, 255, 255, 0.90);
    padding: 10px;
    display: block;
    width: 100%;
}

.result .souhyou_head {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}
.result .souhyou_head img{
    width: 30%;
    margin-right: 20px;
}
.result .souhyou_head h3{
    flex: 1;
    text-align: left;
    font-size: 180%;
    margin: 0;
    display: block;
    width: fit-content;
    height: auto;
    font-weight: bold;
    color: #3eadac;
}
.result .souhyou_head h3 span{
    color: #5a2b1a!important;

}



.result .souhyou .result_contents__inline:after {
    position: absolute;
    content: '';
    width: 98%;
    height: 100%;
    top: 15px;
    right: -7px;
    /* background: linear-gradient(230deg,#ff918b 0%,#ff962e 100%); */
    background-size: 100%;
    z-index: -1;
}

.result_contents.souhyou p{
    font-weight: bold;
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.2rem;
}
/*各賞カラー*/
.result .result_header p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 100%;
    margin: 0 auto;
}


.result .result_header p img{
    width: auto;
    max-height: 100%;
    box-sizing: border-box;
}

.result .yushu .result_header p:before,
.result .yushu .result_header p:after,
.result .kasaku .result_header p:before,
.result .kasaku .result_header p:after{
    content:none;
}

.result .yushu .result_header p,
.result .kasaku .result_header p,
.result_contents .result_header p {

    font-size: 125%;
    margin: 0 auto;
    width: fit-content;
    height: auto;
    text-align: center;
    font-weight: bold;
    color: #e60020;
    background: url("/view/promotion/nurimas30/view/img/design/bg_02.webp"),linear-gradient(160deg, #e60020, #b3272c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: repeat;
    background-size: 10%, 100%;
}
.result .result_contents{
    padding:40px 10px;
    box-sizing: border-box;

}
.result .result_contents__inline {
    text-align: center;
    padding: 0 40px 80px;
    box-sizing: border-box;
    box-shadow: none;
background: url("/view/promotion/nurimas30/view/img/design/kekka_back_30.webp?202411"),#ffffff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;

    background-size: 100% auto, 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    margin: 0 auto;
}
/*.kasaku .result_contents__inline,
.mobailsyou .result_contents__inline{
    border: solid #c0272d 4px;
}
.yushu .result_contents__inline,
.shikisaisyou .result_contents__inline{
    border: solid #a745ce 4px;
}

.first_participation_award .result_contents__inline{
    border: solid #ef7fa1 4px;
}
.levelup .result_contents__inline{
    border: solid #d8fba1 4px;

}
.accessories .result_contents__inline{
    border: solid #a7fffb 4px;
}*/
.souhyou .result_contents__inline{
    border: solid #5e86ed 2px;
    background: url("/view/promotion/nurimas30/view/img/design/kekka_parts_souhyou.webp"),url("/view/promotion/nurimas30/view/img/design/kekka_parts_souhyou_bottom.webp"),url("/view/promotion/nurimas30/view/img/design/back_star.webp"),linear-gradient(-45deg, rgba(77, 202, 224, 0.6), rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.6) 80%, rgba(77, 202, 224, 0.6));
    background-size: 20%,20%,cover,100%;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: top left,bottom right,center,center;

}
.result .result_header {
    font-size: 3rem;
    font-weight: 800;
    z-index: 200;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 auto ;
    border-radius: 5px;
    padding-top: 10px;
}
/*.result .yushu .result_header p:before, .result .kasaku .result_header p:before,
.result .result_header p:before{
    content: '';
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    width: 80px;
    height: 90px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
}
.result .yushu .result_header p:after, .result .kasaku .result_header p:after,
.result .result_header p:after {
    content: '';
    background: url(/view/promotion/nurimas30/view/img/design/btn_star_toho.webp);
    display: block;
    width: 80px;
    height: 90px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}*/
.result .result_header__icon {
    display: block;
    width: 48px;
    margin: 0 auto 10px;
}


.result .result_header_number {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffffff;
    margin: 10px auto 0;
    background-color: #c0272d;
    padding: 5px 40px;
    border-radius: 10px;
    -webkit-text-fill-color: initial;
    width: fit-content;
}

.result .text {
    margin: 30px 0;
    position: relative;
    z-index: 1;
}
.souhyou_logo{
    width: 30%;
    box-sizing: border-box;
}
.souhyou_logo img{
    width: 100%;
}
.souhyou_text_head{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 1.8em;
    color: #c0272d;
    text-align: left;
}
.result_contents.souhyou{
    text-align: left;
    font-weight: bold;
    max-width: 800px;
    color: #b48d57;
    margin: 0 auto;
}

.result .text__pc-list {
    color: #b48d57;
    font-size: 0.85rem;
}

.result_about{
    position: relative;
    z-index: 2;
}
.result .result_about .text ul {
    text-align: center;
    margin: 0 !important;
}

.result .result_about .text li {
    font-size: 85%;
    line-height: 1.75;
}

.result .result_about .text li ul {
    margin: 0 !important;
}

.result .result_about .text li ul li {
    font-size: 100%;
}

.result .popup__btn {
    display: block;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.result .name {
    display: block;
    margin: 30px auto;
    line-height: 1.25;
}

.result .kasaku .name {
    margin: 15px auto;
}

.result .name__head {
    margin-right: 5px;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    background-color: #c0272d;
    padding: 2px 6px;
    border-radius: 5px;
}

.result .name a {
    font-size: 1.2rem;
    color: #b48d57;
    letter-spacing: 0.01rem;
    text-decoration: underline;
}

.result .name a:hover {
    text-decoration: underline;
}

.result .name__san {
    font-size: 0.95rem;
}

.result .kasaku .name__head {
    margin-right: 3px;
    padding: 1px 8px 2px 8px;
    font-size: 0.75rem;
}

.result .kasaku .name a {
    font-size: 0.91rem;
    letter-spacing: 0.01rem;
}

.result .kasaku .name__san {
    display: inline-block;
    font-size: 0.8rem;
}

.result .valucomment {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    padding: 5px;
    background: #c0272d;
    background-size: 100%;
    background-repeat: repeat;
    background-position: center;
    color: #ffffff;
    text-align: left;
    box-sizing: border-box;
    border-radius: 5px;
}


.result .gallery_x2 .valucomment {
    max-width: 370px;
    box-sizing: border-box;
}

.result .valucomment p {
    margin: 0 auto;
    border-radius: 3px;
    padding: 20px;
    font-size: 0.85rem;
    line-height: 1.75;
    text-align: justify;
    border: #fff597 solid 2px;
}

.result .valucomment .valucomment_name {
    margin-top: 8px;
    display: block;
    text-align: right;
    font-size: 0.75rem;
    line-height: 1.2;
    color: #fff597;
}

.result .valucomment h4 {
    text-align: center;
    font-size: 90%;
}

.result .contents_img {
    margin: 0 auto;
    height: 100%;
    max-width: 500px;
}

.result .gold .contents_img,
.result .accessories .contents_img,
.result .first_participation_award .contents_img,
.result .levelup .contents_img,
.result .shikisaisyou .contents_img,
.result .hatsusankasyou .contents_img,
.result .seclet .contents_img{
    max-width: 500px;
}

.result .movie-box video {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.result .box_x1 .contents_img_tate {
    max-width: 600px;
    margin: 0 auto;
}

.result .box_x1 .contents_img img {
    display: block;
    width: 100%;
}

.result .contents_img .timelapse-comment img {
    box-shadow: none;
}

.result .result_category {
    margin: 0;
    padding: 2px 4px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

.result .gallery_x2 {
    display: flex;
    /*max-width: 950px;*/
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.result .gallery_x2:last-child {
    margin-bottom: 0;
}

.result .hatsusankasyou  .gallery_x2 > div,
.result .syanimas .gallery_x2 > div {
    width: 38%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}


.result .gallery_x2 > div {
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.result .gallery_x2 div.size_fix{
    width: 55%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}


.result .syanimas .gallery_x2 .result_box:nth-child(3),
.result .syanimas .gallery_x2 .result_box:nth-child(4) {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}



.result .yushu .gallery_x2 .result_box{
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}



.result .middle > div {
    justify-content: center;
}

.result .gallery_x2 > div img {
    width: 100%;
}

.result .gallery_x2 > div p,
.result .gallery_x2 > div a,
.result .gallery_x2 > div img,
.result .gallery_x2 > div h3,
.result .gallery_x2 > div h4,
.result .gallery_x2 > div h5,
.result .gallery_x2 > div div {
    /*IEで画像の下に余白ができる対策*/
    min-height: 0;
}

.result .grid {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    z-index: 2;
}

.result .grid .contents_img {
    flex-basis: 17%;
    line-height: 0;
    margin: 0 0 20px 0;
}

.result .vertical-grid .contents_img {
    flex-basis: 17%;
    line-height: 0;
}

.result .grid .contents_img:last-child {
    margin-bottom: 0;
}

.result .grid .contents_img img {
    width: 100%;
}

.result .grid img {
    vertical-align: baseline;
}

.result .congratulation {
    max-width: 600px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}
.frieren_syo .image__wrapper .mimic_slider{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 800px;
    max-height: 450px;
    margin: 0 auto;

    box-sizing: border-box;

}
.frieren_syo .box_x1 .image__wrapper {
    position: relative;
    padding-top: 35%;
}
.frieren_syo .bx-viewport{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    top:0;right: 0;
    left: 0;
}
.frieren_syo .image__wrapper .mimic_slider li img{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 600px!important;

}
@media screen and (max-width: 900px) {
    .flex_box_result .pc {
        display: none;
    }

    .flex_box_result .mb {
        display: block;
    }
    .result .result_header{
        margin: 20px auto 0;
    }
    .flex_box_result{
        display: flex;
        flex-wrap: nowrap;
        flex-direction:column;
        box-sizing: border-box;
        margin-top: 0;
    }
    .flex_box_result > div{
        width: 100%;
        box-sizing: border-box;
    }
    .flex_box_result .valucomment{
        box-sizing: border-box;
        margin-left: 30px;
    }
    .about .content__head {
        width: 90%;
        margin: 0 0 30px;
        padding-top: 0;
    }
    .prize-color--c{
        background-size: 100%;
    }

}
/*以下数値を指定して調整===============================================================*/

/*コラボパート*/
@media screen and (min-width: 1080px) {
    .about .about__image{
        width: 70%;
        max-width: 1200px;
    }


}@media screen and (max-width: 1180px) {
    .result .souhyou_head h3{
        font-size: 160%;
    }
}

@media screen and (max-width: 1080px) {
    .result .hatsusankasyou .gallery_x2 > div, .result .syanimas .gallery_x2 > div{
        width: 45%;
    }
}

@media screen and (min-width: 744px) and (max-width: 980px) {

    .timelapse_box_innner{
        display: flex;
        flex-direction: column-reverse;
    }

}