@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

/* common
================================================*/
.content {
    width: 100%;
    padding: 4rem;
    text-align: center;
}

.content-inner {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
}

h2 {
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 1rem;
}

h3 {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 1rem;
}

h4 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
}

h5 {
    font-size: 1.25rem;
}

p {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.btn-area {
    padding: 0 15%;
    margin-top: 4rem;
}

.btn {
    border-radius: 2.5rem;
    margin-top: 1rem;
}

.btn a {


    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    padding: 1.2rem 4rem;

    height: 4rem;
    display: block;
}

/* ================================================
common*/




/* header-menu
================================================*/
header {
    height: 6rem;
    padding: 0 2rem 0 4.5rem;
    top: 1rem;
    left: 50%;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%;
}

nav ul {
    display: flex;
    position: relative;
    padding: 0 0.7rem;
    width: 70%;
}

.header-logo img {
    margin-right: 2rem;
    width: 100px;
    display: block;
}

.nav-links {
    width: 55%;
}

.nav-links li {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    font-weight: bold;
    padding: 0 1.5rem;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}

.nav-links a:hover {
    background: #e8e8e8;
    color: #000;

}


/* ================================================
header-menu*/




/* hamburger-btn
================================================*/
.burger {
    display: none;
    cursor: pointer;
    background-color: #000;
    border: solid #eee;
    position: fixed;
    top: 10px;
    right: 30px;
    padding: 5px;
    border-radius: 8px;
    
    height: 45px;
    z-index: 3000;
}


.burger div {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 4px;
    border-radius: 10px;
    transition: all 0.25s ease-in-out;
}

.toggle .line1 {	
    transform: rotate(-45deg) translate(-8px, 8px);	
}
    .toggle .line2 {	
    opacity: 0;	
    }
    .toggle .line3 {	
    transform: rotate(45deg) translate(-6px, -6px);	
}


/* ================================================
hamburger-btn*/

.sp-menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2000;
}

.sp-menu-active {
    display: block;
}

.sp-menu-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 8rem 2rem 6rem;
}

.sp-menu-icon img {
    width: 50px;
    margin-right: 1.5rem;
}


#page1, #page2, #page3, #page4 {
    background-color: #fff;
}


.top {
    background-color: #000;
    display: flex;
    justify-content: center;
}

h1 {
    max-width:1500px;
}

h1 img {
    width: 100%;
    margin: auto;
    padding: 0 2rem;
}




/* About
================================================*/

.content-about {
    background-color: #F9BF3A;
}



.period, .place, .conditions, .headcount  {
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
}

.period p, .place p, .conditions p{
    font-size: 1.5rem;
}

.p-title {
    font-weight: bold;
    padding-right: 1rem;
}

.access-map {
    width: 80%;
    height: 30%;
}

/* ================================================
About*/




/* winnerprediction
================================================*/
.content-winnerprediction {
    background-image: url(/img/back-blue.png);
    background-size: 1.5rem;
}

.content-winnerprediction-inner {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
}

.content .about {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .about .menu-icon img {
    margin-right: 3rem;
    width: 120px;
}

.content .about p {
    text-align: start;
    width: 60%;
}

.btn-entry {
    background-color: #e60012;
}

.btn-more-information {
    background-color: #8fd3f5;
}

.disabled {
    background-color: #eee;
    color: #222222;
    cursor: none;
}

/* ================================================
winnerprediction*/



/* point-return
================================================*/
.content-point-return,
.content-snack {
    background-color: #f6b052;
}
/* ================================================
point-return*/

/* game
================================================*/
.content-game,
.content-panel {
    background-image: url(/img/back-orange.png);
    background-size: 1.5rem;
}
/* ================================================
game*/

/* snack
================================================*/

.snack-section {
    display: flex;
    align-items: center;
    margin: 2rem 0;

    margin: 2rem auto;
    max-width:800px;

}

.snack-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.snack-text .p-text {
    text-align: start;
}

.snack-img img {
    height: 200px;
    margin-left: 3rem;
}
/* ================================================
snack*/


.content-greeting {
    padding: 1rem;
}





/* winnerprediction.html
================================================ */
#page2 .content:nth-child(2n+1){
    background-color: #8fd3f5;
}
#page2 .content:nth-child(2n){
    background-image: url(/img/back-blue.png);
    background-size: 1.5rem;
}

.text-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text-left p {
    text-align: start;
}

.content-present-inner .center
, #page3 .content-cp-about .center
, #page3 .content-target-event .center
, #page4 .content-present .center
 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headcount .p-title {
    margin-right: 2rem;
}

.present-img img {
    width: 85%;
}

#page2 .headcount:nth-child(4n) {
    display: flex;
    flex-direction: column;
}


.content-cautions .text-left
, .content-faq .text-left
, .content-target-event .text-left
, #page4 .content-present .text-left {
    text-align: start;
    margin-left: 1rem;
}
.nullify {
    padding: 1rem;
}

.content-cautions ul .nullify {
    list-style-type:none
}

.content-faq ul li:nth-child(2n) {
    margin-bottom: 1rem;
}

.content-faq ul li::marker {
    font-weight: bold;
}

.content-faq ul li:nth-child(2n-1) {
    font-weight: bold;
}

.content-faq ul li:nth-child(2n-1)::marker {
    color: #8fd3f5;
}

.content-faq ul li:nth-child(2n)::marker {
    color: #f6b052;
}



.content-faq ul li:nth-child(1)::marker {
    content: 'Q1 ';
}
.content-faq ul li:nth-child(2)::marker {
    content: 'A1 ';
}
.content-faq ul li:nth-child(3)::marker {
    content: 'Q2 ';
}
.content-faq ul li:nth-child(4)::marker {
    content: 'A2 ';
}
.content-faq ul li:nth-child(5)::marker {
    content: 'Q3 ';
}
.content-faq ul li:nth-child(6)::marker {
    content: 'A3 ';
}
.content-faq ul li:nth-child(7)::marker {
    content: 'Q4 ';
}
.content-faq ul li:nth-child(8)::marker {
    content: 'A4 ';
}
.content-faq ul li:nth-child(9)::marker {
    content: 'Q5 ';
}
.content-faq ul li:nth-child(10)::marker {
    content: 'A5 ';
}
.content-faq ul li:nth-child(11)::marker {
    content: 'Q6 ';
}
.content-faq ul li:nth-child(12)::marker {
    content: 'A6 ';
}
.content-faq ul li:nth-child(13)::marker {
    content: 'Q7 ';
}
.content-faq ul li:nth-child(14)::marker {
    content: 'A7 ';
}


/* ================================================
winnerprediction.html */




/* point-return.html
================================================ */
#page3 .content:nth-child(2n) {
    background-color: #f6b052;
}

#page3 .content:nth-child(2n+1) {
    background-image: url(/img/back-orange.png);
    background-size: 1.5rem;
}

#page3 .content:nth-child(13) {
    background-image:none;
}


#page3 .present-img img {
    width: 40%;
    margin: 2rem;
}

/* ================================================
point-return.html */




/* game.html
================================================ */
#page4 .content:nth-child(2n) {
    background-color: #f6b052;
}

#page4 .content:nth-child(2n+1) {
    background-image: url(/img/back-orange.png);
    background-size: 1.5rem;
}

#page4 .game-img img {
    width: 60%;
    margin: 2rem;
}


#page4 .content-game-about .conditions .p-title {
    width: 40%;
}

/* ================================================
game.html */



/* Responsive Styles__PC
================================================*/
@media (min-width: 1025px) {

    .content-inner {
        padding: 2rem 12rem;
    }

    .sp-br {
        display: none;
    }
}





/* Responsive Styles__tablet
================================================*/
@media (min-width:768px) and (max-width: 1024px) {

    /* Responsive Styles__tablet__header-menu
    ================================================*/
    header {
        height: 4rem;
    }

    .header-logo img {
        width: 4rem;
    }

    .nav-links a {
        font-size: 1.5rem;
        padding: 0 0.8rem;
        font-size: 12px;
        height: 4rem;
    }
    /* ================================================
    Responsive Styles__tablet__header-menu*/

    h3 {
        font-size: 2rem;
    }


    .btn-area {
        padding: 0 15%;
        margin-top: 2rem;
    }

    .snack-section {
        margin: 2rem 4rem;
    }
    .snack-text {
        width: 100%;
    }




}
/* ================================================
Responsive Styles__tablet




/* Responsive Styles__SP
================================================*/

@media (max-width: 767px) {
    /* Responsive Styles__SP__header-menu
    ================================================*/
    .br-pc {
        display: none;
    }

    header {
        height: 0;
    }

    nav {
        display: none;
        height: 0;
    }

    .nav-links {
        width: initial;
    }

    .nav-links li {
        display: block;
    }

    .nav-links a {
        height: 0;
    }

    .nav-links a:hover {
        color: #F9BF3A;
    }

    .burger {
        display: block;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .burger div {
        background-color: #000;
        margin: 4px;
    }

    .logo {
        margin-right: 0;
        width: 8rem;
    }
    
    .sp-menu-inner li {
        margin: 4rem 0;
        display: flex;
        justify-content: flex-start;
    }
    /* ================================================
    Responsive Styles__SP__header-menu*/

    .content {
        padding: 1.5rem;
    }

    .content-inner {
        padding: 1rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    h4 {
        font-size: 1rem;
    }
    
    h5 {
        font-size: 0.8rem;
    }
    

    p {
        font-size: 0.8rem;
        margin-bottom: 0.8rem;
    }



    h1 img {
        padding: 0;
    }


    .period, .place  {
        flex-direction: column;
    }
    .period, .place , .period p, .place p ,.conditions p  {
        font-size: 1rem;
    }

    .p-title {
        padding-right: 0;
        margin-bottom: 0;
    }

    .access-map {
        width: 100%;
    }

    .btn-area {
        padding: 0 2%;
        margin-top: 1rem;
    }

    .btn a {
        font-size: 1rem;
        padding: 1rem 4rem;
        line-height: 1;
        height: auto;
    }

    .disabled a {
        padding: 0.5rem 4rem;
    }

    .content .about  {
        flex-direction: column;
    }

    .content .about .menu-icon img {
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100px;
    }

    .content .about p {
        width: 100%;
    }

    .snack-section {
        display: flex;
        margin: 2rem 0;
        flex-direction: column;
    }

    .snack-img img {
        height: 100px;
        margin-left: 1rem;
    }

    .snack-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 80%;
    }

    .panel-img img {
        height: 200px;
    }



    .headcount .p-title {
        margin-right: 1rem;
    }

    #page3 .present-img img {
        width: 60%;
        margin: 1rem;
    }


    #page4 .game-img img {
        width: 90%;
        margin: 1rem;
    }

    #page4 .content-game-about .conditions {
        flex-direction: column;
    }

}
/* ================================================
Responsive Styles__SP*/









/* 20240927__jushou-08のLPから引用した表記です */
/*footer
================================================*/
#footer {
    padding: 40px 20px;
    background: #222222;
}

#footer .inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

#footer h2 {
    margin: 0 0 16px;
}

#footer h2 img {
    width: 200px;
    height: auto;
}

#footer div {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 16px 0;
    margin: 0 0 16px;
}

#footer div p:nth-of-type(1) {
    margin: 0 0 16px;
    font-size: 14px;
}

#footer div p:nth-of-type(2) {
    font-size: 12px;
}

#footer .inner>p {
    font-size: 12px;
}

/*================================================
footer */