@charset "UTF-8";

#content {
    color: #FFF;
    font-size: 16px;
    background-color: #fff5dd;
}
#content main * {
    box-sizing: border-box;
}
@media screen and (min-width: 641px) {
    #content {
        width: 100%;
        min-width: 1200px;
        overflow: hidden;
    }
}
@media screen and (max-width: 640px) {
    #content {
        width: 100%;
        overflow: hidden;
    }
}
#content .campaignInner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
#content .dsp {
    display: none;
}
#content .dpc {
    display: block;
}
#content .topicPath {
    margin-bottom: 0;
}
#content main h2 {
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
}
#content main h3 {
    text-align: center;
    margin: 0 auto 30px;
}
#content main h2 img {
    max-width: 500px;
    width: 100%;
}
#content main h3 img {
    max-width: 400px;
    width: 100%;
}
#content a {
    color: #0078ff;
}
#content p+p {
    margin-top: 20px;
}
#content p {
    line-height: 1.7;
}
#content p,
#content dt,
#content dd,
#content li {
    text-align: justify;
}
#content main img {
    height: auto;
}
#content main {
    padding-top: 100px;
    background-color: #b0060b;
    position: relative;
}
@media screen and (max-width: 640px) {
    #content .campaignInner {
        padding: 0 30px;
    }
    #content .dpc {
        display: none;
    }
    #content .dsp {
        display: block;
    }
    #content main {
        padding-top: 50px;
    }
    #content main h2 {
        margin: 0 auto 30px;
    }
    #content main h2 img {
        max-width: 320px;
        position: relative;
        z-index: 2;
    }
    #content main h3 {
        margin: 0 auto 20px;
    }
    #content main h3 img {
        max-width: 240px;
        width: 90%;
    }

}
/* -----------------------------
mainvisual
------------------------------*/
#content #mainvisual {
    position: relative;
    padding: 0 20px;
}
#content #mainvisual img {
    height: auto;
}
#content #mainvisual h1 {
    text-align: center;
    position: relative;
    max-width: 802px;
    width: 100%;
    margin: auto;
    padding: 40px 0;
}
#content #mainvisual h1::before {
    content: "";
    width: 94px;
    height: 93px;
    background: url("img/mv_ume01.webp") no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 85px;
}
#content #mainvisual h1::after {
    content: "";
    width: 121px;
    height: 94px;
    background: url("img/mv_ume02.webp") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 40px;
}
#content #mainvisual .imgBox02 {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    max-width: 802px;
    width: 100%;
    min-height: 434px;
    margin: auto;
}
#content #mainvisual .imgBox02 img {
    position: absolute;
}
#content #mainvisual .centerMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/mv_bg01.webp") repeat;
    mask-image: linear-gradient(#000, #000), url("img/mask_pc.webp");
    mask-repeat: no-repeat, no-repeat;
    mask-position: 0 0, center center;
    mask-size: 100% 100%, 802px 434px;
    mask-composite: exclude;
}

@media screen and (max-width: 640px) {
    #content #mainvisual h1 {
        width: 100%;
    }
    #content #mainvisual h1::before {
        max-width: 70px;
        width: 13%;
        max-height: 69px;
        height: 14%;
        top: 25px;
        right: 10%;
        z-index: 2;
    }
    #content #mainvisual h1::after {
        max-width: 94px;
        width: 19%;
        height: 73px;
        bottom: calc(10% - 25px);
        left: 6%;
    }
    #content #mainvisual h1 img {
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
    }
    #content #mainvisual .imgBox02 {
        width: 100%;
        height: 100%;
        min-height: auto;
    }
    #content #mainvisual .centerMask {
        background-size: 20%;
        background-position: -20px -20px;
        mask-image: linear-gradient(#000, #000), url("img/mask_sp.webp");
        mask-size: 100% 100%, calc(100% - 40px) calc(100% - 80px);
    }

}
/* ---imgBox01 imgBox02--------------*/
#content #mainvisual .imgBox01 {
    pointer-events: none;
}
#content #mainvisual .imgBox01 > img {
    position: absolute;
    z-index: 2;
}
#content #mainvisual .imgBox01 .img01 {
    top: 66px;
    left: calc(38% - 560px);
    animation: floating-01 1.8s ease-in-out infinite alternate-reverse;
}
#content #mainvisual .imgBox01 .img02 {
    top: 34px;
    right: calc(60% - 726px);
    animation: floating-04 2.5s ease-in-out infinite alternate-reverse;
}
#content #mainvisual .imgBox01 .img03 {
    bottom: 25px;
    right: calc(50% - 560px);
    animation: floating-01 1.6s ease-in-out infinite alternate-reverse;
}
#content #mainvisual .imgBox01 .img04 {
    bottom: 100px;
    left: calc(35% - 560px);
    animation: floating-04 2.5s ease-in-out infinite alternate-reverse;
}
#content #mainvisual .imgBox01 .img05 {
    top: 220px;
    right: calc(35% - 620px);
    animation: floating-04 1.6s ease-in-out infinite alternate-reverse;
}
#content #mainvisual .imgBox01 .img06 {
    top: 20px;
    left: calc(57% - 580px);
    animation: floating-02 5.0s ease-in-out infinite alternate-reverse;
}
#content #mainvisual .imgBox01 .img07 {
    top: 160px;
    right: calc(50% - 580px);
    animation: floating-03 6.0s ease-in-out infinite alternate-reverse;
}
#content #mainvisual .imgBox01 .img08 {
    top: 230px;
    right: calc(50% - 520px);
    animation: floating-03 4.0s ease-in-out infinite alternate-reverse;
}
#content #mainvisual .imgBox01 .img09 {
    bottom: 250px;
    left: calc(30% - 360px);
    animation: floating-02 4.0s ease-in-out infinite alternate-reverse;
}
#content #mainvisual .imgBox01 .img10 {
    bottom: 200px;
    left: calc(30% - 230px);
    animation: floating-02 3.0s ease-in-out infinite alternate-reverse;
}
#content #mainvisual .imgBox01 .img11 {
    bottom: 90px;
    right: calc(30% - 380px);
    animation: floating-03 3.0s ease-in-out infinite alternate-reverse;
}
#content #mainvisual .imgBox02 .panda01 {
    top: 20px;
    left: -60px;
    animation: floating-p01 2.0s ease-in-out forwards;
}
#content #mainvisual .imgBox02 .panda02 {
    bottom: 55px;
    right: -40px;
    animation: floating-p02 2.0s ease-in-out forwards;
}
@media screen and (min-width: 641px) {
    #content #mainvisual .imgBox01 .img01-sp {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    #content #mainvisual .imgBox01 .img01 {
        max-width: 356px;
        width: 50%;
        top: -4%;
        left: -28%;
    }
    #content #mainvisual .imgBox01 .img02 {
        max-width: 218px;
        width: 40%;
        top: -3%;
        right: -28%;
    }
    #content #mainvisual .imgBox01 .img03 {
        max-width: 306px;
        width: 50%;
        bottom: 13%;
        right: -22%;
    }
    #content #mainvisual .imgBox01 .img04 {
        max-width: 180px;
        width: 50%;
        bottom: -5%;
        left: calc(10% - 140px);
    }
    #content #mainvisual .imgBox01 .img05,
    #content #mainvisual .imgBox01 .img08,
    #content #mainvisual .imgBox01 .img10,
    #content #mainvisual .imgBox01 .img11 {
        display: none;
    }
    #content #mainvisual .imgBox01 .img06 {
        max-width: 60px;
        width: 13%;
        top: -2px;
        left: 30%;
    }
    #content #mainvisual .imgBox01 .img07 {
        max-width: 60px;
        width: 13%;
        top: auto;
        bottom: 5px;
        right: 6%;
    }
    #content #mainvisual .imgBox01 .img09 {
        max-width: 60px;
        width: 13%;
        bottom: 25%;
        left: 2%;
    }
    #content #mainvisual .imgBox02 .panda01 {
        width: 35%;
        top: 30px;
        left: -7%;
    }
    #content #mainvisual .imgBox02 .panda02 {
        width: 30%;
        bottom: 43%;
        right: -3%;
    }


}
/* ---keyframes--------------*/
@keyframes floating-01 {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(8%);
    }
}
@keyframes floating-02 {
    0% {
        transform:rotate(-30deg) translateY(0%);
    }
    100% {
        transform:rotate(10deg) translateY(8%);
    }
}
@keyframes floating-03 {
    0% {
        transform:rotate(20deg) translateY(-2%);
    }
    100% {
        transform:rotate(-10deg) translateY(8%);
    }
}
@keyframes floating-04 {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(12%);
    }
}
@keyframes floating-05 {
    0% {
        transform:rotate(-10deg) translateY(0%);
    }
    100% {
        transform:rotate(-20deg) translateY(8%);
    }
}
@keyframes floating-06 {
    0% {
        transform:rotate(-25deg) translateY(0%);
    }
    100% {
        transform:rotate(-5deg) translateY(3%);
    }
}
@keyframes floating-07 {
    0% {
        transform:rotate(180deg) translateY(0%);
    }
    100% {
        transform:rotate(180deg) translateY(15%);
    }
}
@keyframes floating-08 {
    0% {
        transform:rotate(-10deg) translate(0%, 0%);
    }
    100% {
        transform:rotate(5deg) translate(5%, 100%);
    }
}
@keyframes floating-09 {
    0% {
        transform:rotate(-50deg) translate(0%, 0%);
    }
    100% {
        transform:rotate(-20deg) translate(0%, 70%);
    }
}
@keyframes floating-10 {
    0% {
        transform:rotate(50deg) translate(-5%, -20%);
    }
    100% {
        transform:rotate(15deg) translate(5%, 150%);
    }
}
@keyframes floating-p01 {
    0% {
        transform:translate(-100%, -70%);
    }
    100% {
        transform:translate(0%, 0%);
    }
}
@keyframes floating-p02 {
    0% {
        transform:translateX(100%);
    }
    100% {
        transform:translateX(0%);
    }
}
@keyframes floating-p03 {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(-20deg);
    }
}
@keyframes floating-p04 {
    0% {
        transform:scale(80%) rotate(-20deg);
    }
    100% {
        transform:scale(80%) rotate(0deg);
    }
}
@keyframes floating-p05 {
    0% {
        transform:scale(60%) rotate(0deg);
    }
    100% {
        transform:scale(60%) rotate(-20deg);
    }
}
/* -----------------------------
btn
------------------------------*/
#wallpaper .btn01 {
    text-align: center;
}
#wallpaper .btn01 a {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    font-size: 18px;
    color: #d59d00;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 0px 0px #eacb74;
}
#content #wallpaper ul li .btn01 a img {
    max-width: 23px;
    width: 100%;
}
#wallpaper .btn01 a:hover {
    text-decoration: none;
}
@media screen and (min-width: 641px) {
    #content #wallpaper ul li .btn01{
        width: 100%;
        margin: 20px auto 0;
    }
    #wallpaper .btn01 a:hover {
        box-shadow: none;
        transform: translateY(3px);
    }
    #content #wallpaper ul li .btn01 a {
        transition: 0.2s ease-in-out;
    }
}

@media screen and (max-width: 640px) {
    #content #wallpaper ul li .btn01 {
        margin: 15px auto 0;
    }
    #wallpaper .btn01 a {
        max-width: 160px;
        padding: 5px 0 10px;
        font-size: 16px; 
    }
    #content #wallpaper ul li .btn01 a img {
        max-width: 20px;
    }
}
/* -----------------------------
wallpaper
------------------------------*/
#content #wallpaper {
    position: relative;
    text-align: center;
}
#content .column01 {
    width: 100%;
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#content .column01 li {
    position: relative;
    width: 300px;
    z-index: 10;
}
#content .column02 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#content .column02 li {
    position: relative;
    width: 475px;
    z-index: 10;
}
@media screen and (min-width: 641px) {
    #content .column01 li{
        height: auto;  
    }
    #content .column02 li{
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    #content #wallpaper {

    }
    #content .column01 {
        margin: 0 auto 40px;
        justify-content: space-between;
    }
    #content .column01 li {
        width: 47%;
    }
    #content .column02 {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #content .column02 li {
        width: 100%;
    }
}
/*LPanimation--------------------*/
#content #wallpaper::before,
#content #wallpaper::after,
#content #wallpaper h2::before,
#content #wallpaper h2::after,
#content #wallpaper .column01 li:first-of-type::before,
#content #wallpaper .column01 li:nth-of-type(2)::before,
#content #wallpaper .column01 li:nth-of-type(2)::after,
#content #wallpaper .column01 li:nth-of-type(6)::before,
#content #wallpaper .column02 li:first-of-type::before,
#content #wallpaper .column02 li:nth-of-type(2)::before,
#content #wallpaper .column02 li:nth-of-type(3)::before,
#content #wallpaper .column02 li:nth-of-type(4)::after,
#content #wallpaper .column02 li:nth-of-type(5)::before,
#content #wallpaper .column02 li:nth-of-type(5)::after,
#content #set h2::after,
#content #campaign h2::before,
#content #campaign h2::after,
#content #campaign li:first-of-type::before,
#content #campaign li:first-of-type::after,
#content #campaign li:nth-of-type(3)::before,
#content #campaign li:nth-of-type(3)::after,
#content #campaign::before,
#content #campaign::after,
#content main::before,
#content main::after {
    content: "";
    position: absolute;
}
#content #wallpaper::before {
    width: 74px;
    height: 71px;
    background: url("img/ume01.webp") no-repeat;
    background-size: contain;
    top: 30px;
    left: calc(50% - 490px);
    animation: floating-05 3.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper::after {
    width: 48px;
    height: 46px;
    background: url("img/ume02.webp") no-repeat;
    background-size: contain;
    top: 100px;
    left: calc(50% - 560px);
    animation: floating-06 4.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper h2::before {
    width: 48px;
    height: 46px;
    background: url("img/ume02.webp") no-repeat;
    background-size: contain;
    top: 70px;
    left: calc(50% - 375px);
    animation: floating-05 3.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper h2::after {
    width: 278px;
    height: 64px;
    background: url("img/cloud04.webp") no-repeat;
    background-size: contain;
    top: 110px;
    right: calc(50% - 750px);
    animation: floating-04 3.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper .column01 li:first-of-type::before {
    width: 306px;
    height: 61px;
    background: url("img/cloud03.webp") no-repeat;
    background-size: contain;
    bottom: 100px;
    left: calc(50% - 500px);
    animation: floating-04 3.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper .column01 li:nth-of-type(2)::before,
#content #wallpaper .column01 li:nth-of-type(2)::after {
    width: 93px;
    height: 56px;
    background: url("img/matsu02.webp") no-repeat;
    background-size: contain;
    top: 180px;
    right: calc(50% - 630px);
    animation: floating-03 3.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper .column01 li:nth-of-type(2)::after {
    top: 260px;
    right: calc(50% - 730px);
    animation: floating-02 3.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper .column01 li:nth-of-type(6)::before {
    width: 278px;
    height: 64px;
    background: url("img/cloud04.webp") no-repeat;
    background-size: contain;
    top: 100px;
    right: calc(50% - 340px);
    animation: floating-07 3.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper .column02 li:first-of-type::before {
    width: 335px;
    height: 233px;
    background: url("img/kangeki.webp") no-repeat;
    background-size: contain;
    top: -200px;
    left: calc(1% - 250px);
    animation: floating-01 3.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper .column02 li:nth-of-type(2)::before {
    width: 74px;
    height: 71px;
    background: url("img/ume01.webp") no-repeat;
    background-size: contain;
    top: -100px;
    right: calc(50% - 360px);
    animation: floating-03 3.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper .column02 li:nth-of-type(3)::before {
    width: 93px;
    height: 56px;
    background: url("img/matsu02.webp") no-repeat;
    background-size: contain;
    top: 20px;
    left: calc(50% - 360px);
    animation: floating-02 5.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper .column02 li:nth-of-type(4)::after {
    width: 306px;
    height: 61px;
    background: url("img/cloud03.webp") no-repeat;
    background-size: contain;
    bottom: 100px;
    right: calc(50% - 480px);
    animation: floating-01 2.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper .column02 li:nth-of-type(5)::before {
    width: 74px;
    height: 71px;
    background: url("img/ume01.webp") no-repeat;
    background-size: contain;
    bottom: -100px;
    left: calc(50% - 310px);
    animation: floating-02 5.0s ease-in-out infinite alternate-reverse;
}
#content #wallpaper .column02 li:nth-of-type(5)::after {
    width: 48px;
    height: 46px;
    background: url("img/ume02.webp") no-repeat;
    background-size: contain;
    bottom: -50px;
    left: calc(50% - 370px);
    animation: floating-02 3.0s ease-in-out infinite alternate-reverse;
}
#content #set h2::after {
    width: 105px;
    height: 149px;
    background: url("img/seiza.webp") no-repeat;
    background-size: contain;
    bottom: -53px;
    right: calc(50% - 480px);
    z-index: 3;
}
#content #campaign h2::before {
    width: 251px;
    height: 250px;
    background: url("img/koodori.webp") no-repeat;
    background-size: contain;
    bottom: -50px;
    left: calc(25% - 390px);
    animation: floating-01 2.0s ease-in-out infinite alternate-reverse;
}
#content #campaign h2::after {
    width: 306px;
    height: 61px;
    background: url("img/cloud03.webp") no-repeat;
    background-size: contain;
    bottom: 50px;
    right: calc(20% - 460px);
    animation: floating-07 2.0s ease-in-out infinite alternate-reverse;
}
#content #campaign li:first-of-type::before {
    width: 55px;
    height: 32px;
    background: url("img/ougi03.webp") no-repeat;
    background-size: contain;
    top: -330px;
    left: calc(60% - 410px);
    animation: floating-08 4.0s ease-in-out infinite alternate-reverse;
}
#content #campaign li:first-of-type::after {
    width: 55px;
    height: 32px;
    background: url("img/ougi03.webp") no-repeat;
    background-size: contain;
    top: -170px;
    left: calc(30% - 10px);
    animation: floating-09 5.0s ease-in-out infinite alternate-reverse;
}
#content #campaign li:nth-of-type(3)::before {
    width: 55px;
    height: 32px;
    background: url("img/ougi03.webp") no-repeat;
    background-size: contain;
    top: -80px;
    left: calc(10% - 110px);
    animation: floating-10 5.0s ease-in-out infinite alternate-reverse;
}
#content #campaign li:nth-of-type(3)::after {
    width: 55px;
    height: 32px;
    background: url("img/ougi03.webp") no-repeat;
    background-size: contain;
    bottom: -100px;
    left: calc(10% - 20px);
    animation: floating-09 6.0s ease-in-out infinite alternate-reverse;
}
#content #campaign::before {
    width: 93px;
    height: 56px;
    background: url("img/matsu02.webp") no-repeat;
    background-size: contain;
    top: 52%;
    right: calc(10% - 120px);
    animation: floating-03 3.0s ease-in-out infinite alternate-reverse;
}
#content #campaign::after {
    width: 75px;
    height: 90px;
    background: url("img/daruma.webp") no-repeat;
    background-size: contain;
    bottom: 0;
    right: 195px;
    animation: floating-p03 2.0s ease-in-out infinite alternate-reverse;
}
#content main::before {
    width: 75px;
    height: 90px;
    background: url("img/daruma.webp") no-repeat;
    background-size: contain;
    bottom: -9px;
    right: 112px;
    animation: floating-p04 2.0s ease-in-out infinite alternate-reverse;
}
#content main::after {
    width: 75px;
    height: 90px;
    background: url("img/daruma.webp") no-repeat;
    background-size: contain;
    bottom: -18px;
    right: 44px;
    animation: floating-p05 2.0s ease-in-out infinite alternate-reverse;
}

@media screen and (max-width: 640px) {
    #content #wallpaper::before {
        width: 34px;
        height: 33px;
        top: 60px;
        left: calc(40% - 125px);
    }
    #content #wallpaper::after {
        width: 25px;
        height: 24px;
        top: 87px;
        left: calc(40% - 158px);
    }
    #content #wallpaper h2::before {
        width: 25px;
        height: 24px;
        top: 40px;
        left: calc(40% - 155px);
    }
    #content #wallpaper h2::after {
        width: 150px;
        height: 35px;
        top: 30px;
        right: calc(30% - 200px);
    }
    #content #wallpaper .column01 li:first-of-type::before {
        width: 200px;
        height: 40px;
        bottom: -50px;
        left: calc(35% - 220px);
    }
    #content #wallpaper .column01 li:nth-of-type(2)::before,
    #content #wallpaper .column01 li:nth-of-type(2)::after {
        width: 40px;
        height: 24px;
        top: 60px;
        right: -15%;
    }
    #content #wallpaper .column01 li:nth-of-type(2)::after {
        top: 120px;
        right: -30%;
    }
    #content #wallpaper .column01 li:nth-of-type(6)::before {
        width: 200px;
        height: 46px;
        top: -10px;
        right: calc(35% - 205px);
    }
    #content #wallpaper .column02 li:first-of-type::before {
        width: 200px;
        height: 135px;
        top: -80px;
        left: calc(15% - 145px);
    }
    #content #wallpaper .column02 li:nth-of-type(2)::before {
        width: 34px;
        height: 33px;
        top: -50px;
        right: calc(10% - 40px);
    }
    #content #wallpaper .column02 li:nth-of-type(3)::before {
        width: 50px;
        height: 30px;
        top: -40px;
        left: calc(10% - 40px);
    }
    #content #wallpaper .column02 li:nth-of-type(4)::after {
        width: 230px;
        height: 46px;
        bottom: 92%;
        right: calc(10% - 180px);
    }
    #content #wallpaper .column02 li:nth-of-type(5)::before {
        width: 40px;
        height: 38px;
        bottom: -5px;
        left: calc(10% - 30px);
    }
    #content #wallpaper .column02 li:nth-of-type(5)::after {
        width: 26px;
        height: 25px;
        bottom: 30px;
        left: calc(10% - 55px);
    }
    #content #set h2::after {
        width: 60px;
        height: 85px;
        bottom: -33px;
        right: calc(10% - 40px);
    }
    #content #campaign h2::before {
        width: 150px;
        height: 149px;
        bottom: -55px;
        left: calc(20% - 125px);
    }
    #content #campaign h2::after {
        width: 200px;
        height: 40px;
        bottom: 35px;
        right: calc(10% - 140px);
    }
    #content #campaign li:first-of-type::before {
        width: 32px;
        height: 19px;
        top: 75%;
        left: -10%;
    }
    #content #campaign li:first-of-type::after,
    #content #campaign li:nth-of-type(3)::after {
        display: none;
    }
    #content #campaign li:nth-of-type(3)::before {
        width: 32px;
        height: 19px;
        top: 70%;
        left: -7%;
    }
    #content #campaign::before {
        width: 40px;
        height: 24px;
        top: 50%;
        right: 1%;
    }
    #content #campaign::after {
        width: 50px;
        height: 60px;
        bottom: 0;
        right: 120px;
    }
    #content main::before {
        width: 50px;
        height: 60px;
        bottom: -7px;
        right: 60px;
    }
    #content main::after {
        width: 50px;
        height: 60px;
        bottom: -13px;
        right: 10px;
    }
}
@media screen and (max-width: 495px) {
    #content #set h2 {
        width: fit-content;
    }
    #content #set h2::after {
        bottom: auto;
        top: -84px;
        right: 15px;
    }
}


@media screen and (min-width: 641px) {
    #content #wallpaper ul.sp li img {
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 3;
    }
    #content .column01 li + li,#content .column02 li + li {
        margin-left: 50px;
    }
    #content .column01 li:nth-of-type(3n+1),#content .column02 li:nth-of-type(2n+1) {
        margin-left: 0;
    }
    #content .column01 li:nth-of-type(n+4),#content .column02 li:nth-of-type(n+3) {
        margin-top: 50px;
    }
}
@media screen and (max-width: 640px) {
    #content .column01 li:nth-of-type(n+3) {
        margin-top: 30px;
    }
}
#content #wallpaper ul.pc li img {
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 640px) {
    #content #wallpaper ul img {
        width: 100%;
        position: relative;
        z-index: 2;
    }
    #content #wallpaper ul.pc li + li {
        margin-top: 30px;
    }
}
/* -----------------------------
set
------------------------------*/
#content #set {
    position: relative;
    margin-top: 100px;
    color: #FFF;
}
#content #set .inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#content #set .boxWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
#content #set .spBox,
#content #set .pcBox {
    width: 48%;
    background-color: #fff5dd;
    border: 6px double #b0060b;
    padding: 30px;
    color: #0d0000;
    position: relative;
}
#content #set .spBox::before {
    content: "";
    width: 148px;
    height: 34px;
    background: url("img/set_cloud01.webp") no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: -72px;
}
#content #set .spBox::after {
    content: "";
    width: 141px;
    height: 30px;
    background: url("img/set_cloud02.webp") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -17px;
    right: -30px;
}
#content #set .pcBox::after {
    content: "";
    width: 145px;
    height: 33px;
    background: url("img/set_cloud01.webp") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 178px;
    right: -65px;
}
#content #set h3 {
    margin: 0 auto 15px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#content #set .spBox h3::after,
#content #set .pcBox h3::after {
    content: "";
    width: 51px;
    height: 51px;
    background: url("img/set_ic01.webp") no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    right: -10px;
}
#content #set .pcBox h3::after {
    width: 53px;
    height: 53px;
    background: url("img/set_ic02.webp") no-repeat;
    background-size: contain;
}
#content #set dl {
    word-break: break-all;
    font-size: 16px;
    position: relative;
    z-index: 2;
}
#content #set dl div + div {
    margin-top: 10px;
}
#content #set dl dt {
    font-size: 18px;
    font-weight: bold;
}
#content #set ul.attList {
    margin: 30px auto 0;
    padding-left: 40px;
    font-size: 14px;
    width: max-content;
}
#content #set ul.attList li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.6;
}
#content #set ul.attList li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
#content #set ol {
    counter-reset: number 0;
}
#content #set ol li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.6;
}
#content #set ol li:before {
    counter-increment: number 1;
    content: counter(number) ". ";
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 640px) {
    #content #set {
        margin: 0;
        padding: 50px 30px 0;
    }
    #content #set .boxWrap {
        flex-direction: column;
        gap: 20px;
    }
    #content #set .spBox,
    #content #set .pcBox {
        width: 100%;
        padding: 20px;
    }
    #content #set .spBox::before {
        width: 130px;
        height: 30px;
        top: -16px;
        left: -45px;
    }
    #content #set .spBox::after {
        width: 130px;
        height: 28px;
        bottom: -8px;
        right: -76px;
    }
    #content #set .pcBox::after {
        width: 130px;
        height: 30px;
        bottom: -17px;
        left: -65px;
    }
    #content #set h3 {
        margin: 0 auto 5px;
        font-size: 20px;
    }
    #content #set .spBox h3::after,
    #content #set .pcBox h3::after {
        width: 40px;
        height: 40px;
        top: -5px;
        right: -5px;
    }
    #content #set .pcBox h3::after {
        width: 40px;
        height: 40px;
    }
    #content #set .inner {
        width: 100%;
    }
    #content #set dl {
        font-size: 14px;
    }
    #content #set dl dt {
        font-size: 16px;
    }
    #content #set ul.attList {
        margin-top: 15px;
        padding: 0 20px;
        font-size: 12px;
        width: auto;
    }
}

/* -----------------------------
campaign
------------------------------*/
#content #campaign {
    padding: 100px 0 160px;
    position: relative;
}
#content #campaign .linkInner {
    width: 1100px;
    margin: 0 auto;
}
#content #campaign .linkList {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 2%;
}
#content #campaign .linkList li {
    width: 49%;
    background-color: #fff;
    position: relative;
}
#content #campaign .linkList li:nth-of-type(n + 3) {
    margin-top: 30px;
}
#content #campaign .linkList a {
    display: block;
    text-align: center;
    box-shadow: 3.536px 3.536px 12px 0px #8c1317;
    position: relative;
    z-index: 2;
}
#content #campaign .linkList a:hover {
    opacity: 0.85;
}
#content #campaign .linkList img {
    width: 100%;
    border: 2px solid #fff;
}
@media screen and (max-width: 640px) {
    #content #campaign {
        padding: 50px 0 80px;
    }
    #content #campaign .linkInner {
        width: 100%;
        padding: 0 30px;
    }
    #content #campaign .linkList {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
        gap: 0;
    }
    #content #campaign .linkList li {
        width: 100%;
    }
    #content #campaign .linkList li:nth-of-type(n + 3) {
        margin-top: 20px;
    }
    #content #campaign .linkList li + li {
        margin-top: 20px;
    }
    #content #campaign .linkList a:hover {
        opacity: 1;
    }
}