@charset "utf-8";

#content .cp {
    font-family: "Sawarabi Gothic", sans-serif;
    padding: 0;
}

/* -----------------------------title-------------------------- */

#content .title {
    background-color: #efe4e6;
}

#content .title .main {
    width: 1220px;
    margin: 0 auto;
}

#content .title h1 img {
    width: 1220px;
    margin: 0 auto;
}

/* -----------------------------lead-------------------------- */

#content .lead {
    width: 1200px;
    margin: 0 auto;
}

#content .lead .copy {
    width: 1100px;
    color: #640000;
    background-color: #ffffd9;
    border: 2px solid #640000;
    font-size: 30px;
    line-height: 0;
    padding: 60px 5px;
    text-align: center;
    border-radius: 100px;
    font-weight: 600;
    margin: 55px auto;
}

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


#content .present {
    width: 1100px;
    color: #640000;
    font-size: 28px;
    line-height: 180%;
    padding: 60px 5px;
    text-align: center;
    border-radius: 100px;
    font-weight: 600;
    margin: 55px auto;
}

#content .present .copy_01 {
    font-size:38px;
}

#content .present .copy_02 {
    border-bottom: 2px solid #640000;
    font-size: 42px;
    display: inline-block;
    padding: 5px 80px;
    position: relative;
    margin-bottom: 30px;
}

#content .present .copy_03 {
    font-size: 32px;
    line-height: 1.3;
}



#content .present .copy_04 {
    font-size: 30px;
    margin-top: 30px;
}

#content .pre_01 .icon,
#content .pre_02 .icon {
    position: absolute;
    top: -10px;
    left: -130px;
}


#content .present .icon img {
    width: 200px;
}

#content .present.pre_01 .main_img,
#content .present.pre_02 .main_img{
    width: 1100px;
    position: relative;
    margin: 50px auto;
}

#content .present .main_img img {
    width:100%;
    border-radius: 20px;
}

#content .present.pre_01 .main_img .sub{
    position: absolute;
    width:220px;
    right:-50px;
    top:-20px;
}

#content .present.pre_02 .main_img .sub {
    position: absolute;
    width: 220px;
    left: -50px;
    top: -20px;
}

#content .present ul {
    width:1100px;
    display: flex;
    justify-content: space-between;
    margin-top:40px;
}

#content .present ul li{
    width:32%;
}

#content .present ul li img{
    width: 100%;
    border-radius: 20px;
}

ul::after{
    display: none !important;
}

/* -----------------------------detail-------------------------- */


#content .detail {
    width: 100%;
    background-color: #ffffd9;
    padding: 100px 0 ;
}

#content .detail .box {
    width: 1100px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0 50px 0;
}

#content .detail .box h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 24px;
    color: #640000;
}

#content .detail .box .leada {
    font-size: 18px;
    color: #640000;
    line-height: 180%;
    margin-top: 20px;
}

#content .detail .box .title_a {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 180%;
    margin-top: 50px;
    border-bottom: 2px solid #ea5bd0;
    display: inline-block;
}

#content .detail .box ul {
    text-align: left;
    width:600px;
    margin:20px auto 0;
}


#content .detail .box li {
    font-size: 20px;
    color: #333333;
    line-height: 180%;
    display: inline-block;
}

#content .detail .box .x_btn {
    width: 500px;
    background-color: #000;
    color: #fff;
    margin: 50px auto;
    font-size: 20px;
    padding: 30px;
    position: relative;
    border-radius: 50px;
}

#content .detail .box .x_btn a {
    color: #fff !important;
    text-decoration: none !important;
}

#content .detail .box .x_btn .center {
    position: absolute;
    top: 35%;
    right: 8%;
}

#content .detail .box .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #fff !important;
    vertical-align: middle;
    text-decoration: none;
    font-size: 24px;
}

#content .detail .box .arrow::before,
#content .detail .box .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#content .detail .box .sample5-3::before {
    position: absolute;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

#content .detail .box .sample5-3::after {
    left: 8px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* -----------------------------information-------------------------- */
#content .information {
    width: 1000px;
    margin: 50px auto;
    padding: 50px 0;
    text-align: center;
}

#content .information h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 24px;
    margin: 0 auto 20px;
    color: #640000;
}

#content .information .box {
    height: 250px;
    overflow-y: scroll;
    border: #640000 4px solid;
    border-radius: 10px;
    padding: 50px;
    text-align: left;
}

#content .information .box li {
    margin: 30px 0 0 0;
    line-height: 1.6;
}

#content .information .box a,
#content .information .box h3,
#content .information .box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    margin: 5px 0 0 0;
}

#content .information .box a {
    color: #f32b00;
}

#content .information .box h3 {
    font-weight: bold;

}

#content .information ul li{
    font-size: 16px !important ;
}

#content .information ul.notes{
    margin: 10px 0 0 0;
}

#content .information ul.notes li{
    padding-left: 1em;
    text-indent: -1em;
    margin:5px 0 0 0 ;
}

#content .information ul.dotlist li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 10px 0 0 0;
}

#content .information ul.steplist li {
    padding-left: 3.5em;
    text-indent: -3.5em;
    margin: 10px 0 0 0;
}

#content .information ul.numberlist li {
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin: 10px 0 0 0;
}

#content .information ul.double_list li:nth-child(n+10) {
    padding-left: 1.9em;
    text-indent: -1.9em;
    margin-left:-0.6em;
}

/* -----------------------------campaign-------------------------- */
#content .campaign {
    text-align: center;
    width: 1000px;
    margin: 80px auto;
}

#content .campaign .tit {
    margin: 0 auto calc(30/ var(--pcWidth) * 100vw);
    width: calc(500/ var(--pcWidth) * 100vw);
    text-align: center;
    background-image: url(../img/dot_yellow.png), url("../img/dot_yellow.png");
    background-repeat: no-repeat, no-repeat;
    background-size: calc(60/ var(--pcWidth) * 100vw) auto, calc(60/ var(--pcWidth) * 100vw) auto;
    background-position: left calc(30/ var(--pcWidth) * 100vw), right calc(30/ var(--pcWidth) * 100vw);
}

#content .campaign .tit h2 {
    font-size: calc(34/ var(--pcWidth) * 100vw);
    font-weight: 900;
    letter-spacing: calc(1/ var(--pcWidth) * 100vw);
    line-height: calc(38/ var(--pcWidth) * 100vw);
}

#content .campaign .tit ul li {
    position: absolute;
}

#content .campaign .tit ul li:first-child {
    left: -100px;
    top: -10px;
}

#content .campaign .tit ul li:last-child {
    right: -90px;
    top: -10px;
}

#content .campaign .tit ul li img {
    width: 80px;
}

#content .campaign ul {
    display: flex;
    flex-flow: wrap;
}

#content .campaign ul li {
    width: 46%;
    margin: 0 2%;

}

#content .campaign ul li a {
    display: block;
    transition: 0.5s;
    box-shadow: 0 5px 10px 0 rgba(100, 100, 100, 0.4);
}

#content .campaign ul li a:hover {
    opacity: 0.8;
}

#content .campaign ul li img {
    width: 100%;

}

/* -----------------------------sns-------------------------- */
#content .sns {
    background: #f7f7f7;
    padding: 25px 0;
    margin: 100px auto 0;
}

#content .sns ul {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#content .sns ul li {
    width: 32%;
    margin: 0 1%;
    background: #fff;
    border-radius: 4px;
}

#content .sns ul li:hover {
    opacity: 0.6;
    transition: 0.4s;
}

#content .sns ul li a {
    border-right: 10px;
    padding: 12px;
    line-height: 30px;
    font-size: 16px;
    display: flex;
}

#content .sns ul li a:hover {
    text-decoration: none;
}

#content .sns ul li:nth-child(3) {
    margin: 0;
}

#content .sns ul li img {
    width: 45px;
    margin: 0 20px 0 0;
}

#content .sns ul li span {
    display: inline-block;
    padding: 10px 0 0;
}


/* -------------page_top------------- */
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
}

#page_top a {
    border: #0633C6 1px solid;
    background: #fff;
    color: #0633C6;
    font-size: calc(10/ var(--pcWidth) * 100vw);
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 50px;
}

#page_top a:hover {
    background-color: #0633C6;
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
}

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


    /* -----------------------------title-------------------------- */

    #content .title .main {
        width: 100%;
        margin: 0 auto;
    }

    #content .title h1 img {
        width: 100%;
        margin: 0 auto;
    }


    /* -----------------------------lead-------------------------- */

    #content .lead {
        width: 100%;
        margin: 0 auto;
    }

    #content .lead .copy {
        width: 90%;
        font-size: 4vw;
        line-height: 150%;
        padding: 15px 0 10px 0;
    }


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

    #content .present {
        width: 100%;
        font-size: 24px;
        line-height: 180%;
        padding: 0;
        margin: 0 auto;
    }

    #content .present .copy_01 {
        font-size: 5vw;
        line-height: 1.2;
    }

    #content .present.pre_02{
        margin:100px auto 50px;
    }

    #content .present .copy_03{
        font-size:4vw;
    }

    #content .present .copy_04 {
        font-size: 4vw ;
        line-height: 150%;
        margin:-5px auto 20px;
    }

    #content .present .copy_01 {
        margin-top: 0;
    }

    #content .present .copy_02 {
        font-size: 5.5vw ;
        line-height: 150%;
        margin: 0 auto 20px;
        padding:0;
        width:90%;
    }

    #content .pre_01 .icon,
    #content .pre_02 .icon {
        position: absolute;
        top: -120%;
        left: 0%;
        width: 20%;
    }

    #content .present .icon img {
        width: 100%;
    }

    #content .present.pre_01 .main_img,
    #content .present.pre_02 .main_img {
        width: 95%;
        position: relative;
        margin: 30px auto 10px;
    }

    #content .present .main_img img {
        width: 95%;
        margin: 20px auto;
    }

    #content .present.pre_01 .main_img .sub {
        position: absolute;
        width: 30%;
        right: 0;
        top: -20px;
    }

    #content .present.pre_02 .main_img .sub {
        position: absolute;
        width: 30%;
        left: 0;
        top: -20px;
    }

    #content .present ul {
        width:90%;
        margin: 20px auto;
        flex-direction: column;
        row-gap: 20px;
    }

    #content .present ul li{
        width:100%;
    }

    #content .present li img {
        width: 90%;
    }


    /* -----------------------------detail-------------------------- */


    #content .detail {
        width: 100%;
        background-color: #ffffd9;
        padding: 50px 0 50px;
    }

    #content .detail .box {
        width: 90%;
        background-color: #fff;
        margin: 0 auto;
        border-radius: 10px;
        text-align: center;
        padding: 50px 0 30px 0;
    }

    #content .detail .box h3 {
        font-size: 24px;
    }

    #content .detail .box .leada {
         font-size: 3.9vw;
        color: #640000;
        line-height: 180%;
        width:90%;
        margin:15px auto 0;
    }

    #content .detail .box .title_a {
        width:90%;
        font-size: 4.5vw;
        color: #333333;
        line-height: 150%;
        margin: 30px auto 10px;
        padding-bottom:10px;
        border-bottom: 2px solid #ea5bd0;
        display: inline-block;
    }

    #content .detail .box ul {
        width:90%;
        margin: 0 auto 40px;
    }

    #content .detail .box li {
        font-size: 3.9vw;
        color: #333333;
        line-height: 180%;
        display: inline-block;
        margin-top:15px;
    }

    #content .detail .box .x_btn {
        width: 80%;
        background-color: #000;
        color: #fff;
        margin: 50px auto 30px;
        font-size: 16px;
        padding: 20px;
        position: relative;
        border-radius: 50px;
    }

    #content .detail .box .x_btn .center {
        position: absolute;
        top: 35%;
        right: 5%;
    }

    #content .detail .box .arrow {
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        color: #fff !important;
        vertical-align: middle;
        text-decoration: none;
        font-size: 16px;
    }


    #content .detail .box .arrow::before,
    #content .detail .box .arrow::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    #content .detail .box .sample5-3::before {
        position: absolute;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
    }

    #content .detail .box .sample5-3::after {
        left: 5px;
        width: 5px;
        height: 5px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* -----------------------------information-------------------------- */
    #content .information {
        margin: 25px auto;
        padding: 25px 0;
        width: 90%;
    }

    #content .information h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 150%;
        margin: 0 auto 20px;
    }

    #content .information .box {
        height: 400px;
        border-radius: 4px;
        box-sizing: border-box;
        padding: calc(80/ var(--spWidth) * 100vw);
    }

    #content .information .box li {
        margin: 0 0 calc(80/ var(--spWidth) * 100vw);
    }

    #content .information .box a,
    #content .information .box h3,
    #content .information .box p {
        font-size:14px;
        line-height: calc(80/ var(--spWidth) * 100vw);
        word-wrap: break-word;
    }
        #content .information ul li {
            font-size: 14px !important;   }

    /* -----------------------------campaign-------------------------- */
    #content .campaign {
        width: 90%;
        margin: 30px auto 0;
    }

    #content .campaign .tit {
        width: calc(1000/ var(--spWidth) * 100vw);
        text-align: center;
        background-image: none, none;
        background-repeat: no-repeat, no-repeat;
        background-size: calc(200/ var(--spWidth) * 100vw) auto, calc(220/ var(--pcWidth) * 100vw) auto;
        background-position: left calc(50/ var(--spWidth) * 100vw), right calc(60/ var(--pcWidth) * 100vw);
    }

    #content .campaign .tit h2 {
        line-height: calc(120/ var(--spWidth) * 100vw);
        font-size: calc(88/ var(--spWidth) * 100vw);
        letter-spacing: calc(0/ var(--spWidth) * 100vw);
        margin: 0 auto calc(90/ var(--spWidth) * 100vw);
    }

    #content .campaign .tit ul li:first-child {
        left: -100px;
        top: -10px;
    }

    #content .campaign .tit ul li:last-child {
        right: -90px;
        top: -10px;
    }

    #content .campaign .tit ul li img {
        width: 80px;
    }

    #content .campaign ul {
        display: block;
    }

    #content .campaign ul li {
        width: 100%;
        margin: 0 0 30px;

    }

    /* -----------------------------sns-------------------------- */
    #content .sns {
        margin: 40px auto 0;
    }

    #content .sns ul {
        width: 90%;
        display: block;
    }

    #content .sns ul li {
        width: 100%;
        margin: 0 0 10px;
    }

    #content .sns ul li a {
        text-decoration: none;
    }

    /* -------------page_top------------- */
    #page_top {
        bottom: 10px;
        right: 10px;
    }

    #page_top a {
        font-size: calc(30/ var(--spWidth) * 100vw);
        padding: 10px 20px;
    }

    /* パンクズ */
    .pankuzu {
        width: 90%;
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        word-break: keep-all;
        white-space: nowrap;
        padding: 12px 0;
        margin: 0 auto;
        border-bottom: 1px solid #ddd;
    }

    .pankuzu li,
    .pankuzu li a {
        display: inline;
        padding-right: 20px;
        flex: 0 0 40%;
    }

    .pankuzu li a::after {
        content: '';
        width: 5px;
        height: 5px;
        border: 0;
        border-top: solid 1px #333333;
        border-right: solid 1px #333333;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 6px;
        right: -20px;
        margin: 0 20px;
    }
}